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

/linux-master/tools/perf/util/
H A Dftrace.h16 struct list_head graph_funcs; member in struct:perf_ftrace
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c368 ret = __set_tracing_filter("set_graph_function", &ftrace->graph_funcs);
548 bool graph = !list_empty(&ftrace->graph_funcs) ||
1157 OPT_CALLBACK('G', "graph-funcs", &ftrace.graph_funcs, "func",
1197 INIT_LIST_HEAD(&ftrace.graph_funcs);
1292 delete_filter_func(&ftrace.graph_funcs);

Completed in 164 milliseconds