Searched refs:nograph_funcs (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dftrace.h17 struct list_head nograph_funcs; member in struct:perf_ftrace
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c373 __set_tracing_filter("set_graph_notrace", &ftrace->nograph_funcs);
549 !list_empty(&ftrace->nograph_funcs);
1160 OPT_CALLBACK('g', "nograph-funcs", &ftrace.nograph_funcs, "func",
1198 INIT_LIST_HEAD(&ftrace.nograph_funcs);
1293 delete_filter_func(&ftrace.nograph_funcs);

Completed in 109 milliseconds