Searched defs:perf_ftrace (Results 1 – 1 of 1) sorted by relevance
11 struct perf_ftrace { struct12 struct evlist *evlist;13 struct target target;14 const char *tracer;15 struct list_head filters;16 struct list_head notrace;17 struct list_head graph_funcs;18 struct list_head nograph_funcs;42 int perf_ftrace__latency_prepare_bpf(struct perf_ftrace *ftrace); argument