summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRiccardo Mancini <rickyman7@gmail.com>2021-08-21 11:19:23 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-08-31 16:34:03 -0300
commit588f4ac7639941d12fa669c30e64e0d68fb96b08 (patch)
tree84e99af42dcf7623ddc7da0dd341691eb1f172b2 /tools/perf/scripts/python
parent46def08f5db0d84275bd0a3ba4a279a2197aa3a6 (diff)
downloadkernel-588f4ac7639941d12fa669c30e64e0d68fb96b08.tar.gz
perf evsel: Separate missing feature disabling from evsel__open_cpu
This is a preparatory patch for the patches in the workqueue series with the goal to separate in evlist__open_cpu() the actual opening, which could be performed in parallel, from the existing fallback mechanisms, which should be handled sequentially. This patch separates the disabling of missing features from evlist__open_cpu() into a new function evsel__disable_missing_features((). Signed-off-by: Riccardo Mancini <rickyman7@gmail.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/48138bd2932646dde315505da733c2ca635ad2ee.1629490974.git.rickyman7@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
3f12049307a354e28b5749c'>bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau 2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau 2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song 2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer 2020-09-10bpf: Remove duplicate headersChen Zhou 2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau 2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh 2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh 2020-08-25bpf: Generalize bpf_sk_storageKP Singh 2020-08-25bpf: Generalize caching for sk_storage.KP Singh 2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh 2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song 2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song 2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev 2020-07-25bpf: Implement bpf iterator for sock local storage mapYonghong Song 2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov 2020-06-18bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau