Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dftrace.h18 struct list_head graph_funcs; member
/linux-6.14.4/tools/perf/
Dbuiltin-ftrace.c410 ret = __set_tracing_filter("set_graph_function", &ftrace->graph_funcs); in set_tracing_filters()
606 bool graph = !list_empty(&ftrace->graph_funcs) || in select_tracer()
1607 OPT_CALLBACK('G', "graph-funcs", &ftrace.graph_funcs, "func", in cmd_ftrace()
1646 OPT_CALLBACK('G', "graph-funcs", &ftrace.graph_funcs, "func", in cmd_ftrace()
1674 INIT_LIST_HEAD(&ftrace.graph_funcs); in cmd_ftrace()
1806 delete_filter_func(&ftrace.graph_funcs); in cmd_ftrace()