diff options
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r-- | tools/perf/builtin-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index d111a93f2209..d78a3d945492 100644 --- a/tools/perf/builtin-probe.c +++ b/tools/perf/builtin-probe.c | |||
@@ -52,7 +52,7 @@ const char *default_search_path[NR_SEARCH_PATH] = { | |||
52 | #define MAX_PATH_LEN 256 | 52 | #define MAX_PATH_LEN 256 |
53 | #define MAX_PROBES 128 | 53 | #define MAX_PROBES 128 |
54 | #define MAX_PROBE_ARGS 128 | 54 | #define MAX_PROBE_ARGS 128 |
55 | #define PERFPROBE_GROUP "perfprobe" | 55 | #define PERFPROBE_GROUP "probe" |
56 | 56 | ||
57 | /* Session management structure */ | 57 | /* Session management structure */ |
58 | static struct { | 58 | static struct { |