Skip to content

Commit 91365bb

Browse files
Masami HiramatsuIngo Molnar
authored andcommitted
perf/probes: Rename perf probe events group name
Rename the group name of perf probe events to 'probe'. Signed-off-by: Masami Hiramatsu <[email protected]> Acked-by: Frederic Weisbecker <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Jim Keniston <[email protected]> Cc: Ananth N Mavinakayanahalli <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Frank Ch. Eigler <[email protected]> Cc: Jason Baron <[email protected]> Cc: K.Prasad <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Srikar Dronamraju <[email protected]> LKML-Reference: <20091104001238.3454.70508.stgit@harusame> Signed-off-by: Ingo Molnar <[email protected]>
1 parent a225a1d commit 91365bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/builtin-probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const char *default_search_path[NR_SEARCH_PATH] = {
5252
#define MAX_PATH_LEN 256
5353
#define MAX_PROBES 128
5454
#define MAX_PROBE_ARGS 128
55-
#define PERFPROBE_GROUP "perfprobe"
55+
#define PERFPROBE_GROUP "probe"
5656

5757
/* Session management structure */
5858
static struct {

0 commit comments

Comments
 (0)