aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTiezhu Yang <[email protected]>2023-03-21 14:57:01 +0800
committerArnaldo Carvalho de Melo <[email protected]>2023-04-04 09:39:55 -0300
commitece7f7c0507cc147f72e117e22732091db758885 (patch)
treedba408a55d719e4ff50d10635cf34ca75569aa60 /tools/perf/scripts/python
parent51ea4cb96f35ae2f31d45d9a0dbf30da13bbe441 (diff)
perf bench syscall: Add fork syscall benchmark
This is a follow up patch for the execve bench which is actually fork + execve, it makes sense to add the fork syscall benchmark to compare the execve part precisely. Some archs have no __NR_fork definition which is used only as a check condition to call test_fork(), let us just define it as -1 to avoid build error. Suggested-by: Namhyung Kim <[email protected]> Signed-off-by: Tiezhu Yang <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions