Searched defs:perf_ftrace (Results 1 – 2 of 2) sorted by relevance
10 struct perf_ftrace { struct11 struct evlist *evlist;12 struct target target;13 const char *tracer;14 struct list_head filters;15 struct list_head notrace;39 int perf_ftrace__latency_prepare_bpf(struct perf_ftrace *ftrace); argument
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 …]