Lines Matching defs:perf_ftrace
12 struct perf_ftrace { struct
13 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;
22 bool inherit;
46 int perf_ftrace__latency_prepare_bpf(struct perf_ftrace *ftrace); argument