Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dftrace.h19 struct list_head nograph_funcs;
18 struct list_head nograph_funcs; global() member
/linux/tools/perf/
H A Dbuiltin-ftrace.c415 __set_tracing_filter("set_graph_notrace", &ftrace->nograph_funcs); in set_tracing_filters()
607 !list_empty(&ftrace->nograph_funcs); in select_tracer()
1610 OPT_CALLBACK('g', "nograph-funcs", &ftrace.nograph_funcs, "func", in cmd_ftrace()
1649 OPT_CALLBACK('g', "nograph-funcs", &ftrace.nograph_funcs, "func", in cmd_ftrace()
1675 INIT_LIST_HEAD(&ftrace.nograph_funcs); in cmd_ftrace()
1807 delete_filter_func(&ftrace.nograph_funcs);