diff options
author | Riccardo Mancini <[email protected]> | 2021-08-21 11:19:21 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-08-31 16:26:55 -0300 |
commit | d45ce03434fd0f9177a0d3a7237fce4263eed24b (patch) | |
tree | f37f684fb63bc5a9d772bc9103ab2f32d1dab6c6 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bc0496043edf9c78e443bcf74ed2fa04566fdc18 (diff) |
perf evsel: Separate open preparation from open itself
This is a preparatory patch for the following patches with the goal to
separate in evlist__open_cpu the actual perf_event_open, which could be
performed in parallel, from the existing fallback mechanisms, which
should be handled sequentially.
This patch separates the first lines of evsel__open_cpu into a new
__evsel__prepare_open function.
Signed-off-by: Riccardo Mancini <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/e14118b934c338dbbf68b8677f20d0d7dbf9359a.1629490974.git.rickyman7@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions