mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -04:00
perf test: Add 'thloop' test workload
The thloop is similar to noploop but runs in two threads. This is needed to verify perf record --per-thread to handle multi-threaded programs properly. $ perf test -w thloop It also takes an optional argument to specify runtime in seconds (default: 1). Signed-off-by: Namhyung Kim <namhyung@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Athira Jajeev <atrajeev@linux.vnet.ibm.com> Cc: German Gomez <german.gomez@arm.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Leo Yan <leo.yan@linaro.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Zhengjun Xing <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20221116233854.1596378-4-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
committed by
Arnaldo Carvalho de Melo
parent
24e733b29f
commit
69b3529278
@@ -201,5 +201,6 @@ struct test_workload workload__##work = { \
|
||||
|
||||
/* The list of test workloads */
|
||||
DECLARE_WORKLOAD(noploop);
|
||||
DECLARE_WORKLOAD(thloop);
|
||||
|
||||
#endif /* TESTS_H */
|
||||
|
||||
Reference in New Issue
Block a user