Searched defs:perf_ftrace (Results 1 – 1 of 1) sorted by relevance
36 struct perf_ftrace { struct37 struct evlist *evlist;38 struct target target;39 const char *tracer;40 struct list_head filters;41 struct list_head notrace;42 struct list_head graph_funcs;43 struct list_head nograph_funcs;44 int graph_depth;45 unsigned long percpu_buffer_size;[all …]