Searched hist:"4321 ad4ee98b7325d6133e1d5b7fa25bcbdeb57e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/tests/shell/ |
H A D | record.sh | diff 4321ad4ee98b7325d6133e1d5b7fa25bcbdeb57e Thu Oct 20 12:26:38 CDT 2022 Namhyung Kim <namhyung@kernel.org> perf test: Use a test program in 'perf record' tests
If the system has cc it could build a test program with two threads and then use it for more detailed testing. Also it accepts an option to run a thread forever to ensure multi-thread runs.
If cc is not found, it falls back to use the default value 'true'.
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20221020172643.3458767-4-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|