Home
last modified time | relevance | path

Searched refs:process_fork_event (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/perf/
Dbuiltin-timechart.c333 static int process_fork_event(const struct perf_tool *tool, in process_fork_event() function
1614 tchart->tool.fork = process_fork_event; in __cmd_timechart()
Dbuiltin-script.c2691 static int process_fork_event(const struct perf_tool *tool, in process_fork_event() function
2915 script->tool.fork = process_fork_event; in __cmd_script()
/linux-6.12.1/tools/perf/util/
Ddata-convert-bt.c1630 c.tool.fork = process_fork_event; in bt_convert__perf2ctf()