Searched defs:perf_ftrace (Results 1 – 1 of 1) 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