aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user_activity_benchmarks/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_activity_benchmarks/utils.py b/user_activity_benchmarks/utils.py
index eea2bfc6..009b241a 100644
--- a/user_activity_benchmarks/utils.py
+++ b/user_activity_benchmarks/utils.py
@@ -21,8 +21,8 @@ EXTRA_FUNCTION = 'extra'
PARENT_CHILD_FUNCTIONS_SEPARATOR = ';;'
# List of pairs of strings used for make substitutions in file names to make
# CWP and pprof data consistent.
-FILE_NAME_REPLACING_PAIR_STRINGS = [('/build/gnawty', '/build/BOARD'),
- ('/build/amd64-generic', '/build/BOARD'),
+FILE_NAME_REPLACING_PAIR_STRINGS = [('gnawty', 'BOARD'),
+ ('amd64-generic', 'BOARD'),
(' ../sysdeps', ',sysdeps'),
(' ../nptl', ',nptl'),
(' aes-x86_64.s', ',aes-x86_64.s'),