Lines Matching defs:__used
197 u64 timestamp __used, in process_alloc_event()
198 struct thread *thread __used, in process_alloc_event()
258 u64 timestamp __used, in process_free_event()
259 struct thread *thread __used) in process_free_event()
281 static void process_raw_event(union perf_event *raw_event __used, void *data, in process_raw_event()
309 static int process_sample_event(struct perf_tool *tool __used, in process_sample_event()
312 struct perf_evsel *evsel __used, in process_sample_event()
659 static int parse_sort_opt(const struct option *opt __used, in parse_sort_opt()
660 const char *arg, int unset __used) in parse_sort_opt()
673 static int parse_caller_opt(const struct option *opt __used, in parse_caller_opt()
674 const char *arg __used, int unset __used) in parse_caller_opt()
680 static int parse_alloc_opt(const struct option *opt __used, in parse_alloc_opt()
681 const char *arg __used, int unset __used) in parse_alloc_opt()
687 static int parse_line_opt(const struct option *opt __used, in parse_line_opt()
688 const char *arg, int unset __used) in parse_line_opt()
758 int cmd_kmem(int argc, const char **argv, const char *prefix __used) in cmd_kmem()