Searched defs:perf_ftrace (Results 1 – 1 of 1) sorted by relevance
12 struct perf_ftrace { struct13 struct evlist *evlist;14 struct target target;15 const char *tracer;16 struct list_head filters;17 struct list_head notrace;18 struct list_head graph_funcs;19 struct list_head nograph_funcs;20 struct hashmap *profile_hash;21 unsigned long percpu_buffer_size;[all …]