projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
perf probe: Support event name for --add option
[linux-2.6.git]
/
tools
/
perf
/
util
/
probe-finder.h
diff --git
a/tools/perf/util/probe-finder.h
b/tools/perf/util/probe-finder.h
index
bdebca6
..
5e4050c
100644
(file)
--- a/
tools/perf/util/probe-finder.h
+++ b/
tools/perf/util/probe-finder.h
@@
-12,6
+12,9
@@
static inline int is_c_varname(const char *name)
}
struct probe_point {
+ char *event; /* Event name */
+ char *group; /* Event group */
+
/* Inputs */
char *file; /* File name */
int line; /* Line number */