mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
a225a1d911
commit
91365bbe4f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const char *default_search_path[NR_SEARCH_PATH] = {
|
|||
#define MAX_PATH_LEN 256
|
||||
#define MAX_PROBES 128
|
||||
#define MAX_PROBE_ARGS 128
|
||||
#define PERFPROBE_GROUP "perfprobe"
|
||||
#define PERFPROBE_GROUP "probe"
|
||||
|
||||
/* Session management structure */
|
||||
static struct {
|
||||
|
|
Loading…
Reference in a new issue