diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index b9c530cce79a..061dbf8c038d 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -246,6 +246,8 @@ struct perf_event_attr; | |||
246 | 246 | ||
247 | void event_attr_init(struct perf_event_attr *attr); | 247 | void event_attr_init(struct perf_event_attr *attr); |
248 | 248 | ||
249 | uid_t parse_target_uid(const char *str, pid_t tid, pid_t pid); | ||
250 | |||
249 | #define _STR(x) #x | 251 | #define _STR(x) #x |
250 | #define STR(x) _STR(x) | 252 | #define STR(x) _STR(x) |
251 | 253 | ||