Searched refs:perf_event__process_fork (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | event.h | 314 int perf_event__process_fork(struct perf_tool *tool,
|
H A D | data-convert-json.c | 327 .fork = perf_event__process_fork, in bt_convert__perf2json()
|
H A D | build-id.c | 95 .fork = perf_event__process_fork,
|
H A D | event.c | 413 int perf_event__process_fork(struct perf_tool *tool __maybe_unused, in perf_event__process_fork() function
|
H A D | data-convert-bt.c | 1617 .fork = perf_event__process_fork, in bt_convert__perf2ctf()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-mem.c | 459 .fork = perf_event__process_fork, in cmd_mem()
|
H A D | builtin-annotate.c | 510 .fork = perf_event__process_fork, in cmd_annotate()
|
H A D | builtin-report.c | 812 rep->tool.fork = perf_event__process_fork; in tasks_setup() 1211 .fork = perf_event__process_fork, in cmd_report()
|
H A D | builtin-sched.c | 1758 perf_event__process_fork(tool, event, sample, machine); in perf_sched__process_fork_event() 3047 sched->tool.fork = perf_event__process_fork; in perf_sched__timehist()
|
H A D | builtin-diff.c | 477 .fork = perf_event__process_fork,
|
H A D | builtin-kwork.c | 1582 kwork->tool.fork = perf_event__process_fork; in perf_kwork__timehist()
|
H A D | builtin-kvm.c | 1925 kvm->tool.fork = perf_event__process_fork; in kvm_events_live()
|
H A D | builtin-script.c | 2585 if (perf_event__process_fork(tool, event, sample, machine) < 0) in process_fork_event() 3851 .fork = perf_event__process_fork, in cmd_script()
|
H A D | builtin-inject.c | 576 err = perf_event__process_fork(tool, event, sample, machine); in perf_event__repipe_fork()
|
H A D | builtin-c2c.c | 394 .fork = perf_event__process_fork,
|
H A D | builtin-record.c | 3292 .fork = perf_event__process_fork,
|
H A D | builtin-trace.c | 4130 trace->tool.fork = perf_event__process_fork;
|