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 <mhiramat@redhat.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Jim Keniston <jkenisto@us.ibm.com> Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Cc: Christoph Hellwig <hch@infradead.org> Cc: Frank Ch. Eigler <fche@redhat.com> Cc: Jason Baron <jbaron@redhat.com> Cc: K.Prasad <prasad@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com> LKML-Reference: <20091104001238.3454.70508.stgit@harusame> Signed-off-by: Ingo Molnar <mingo@elte.hu>
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)