diff options
| author | Namhyung Kim <namhyung@kernel.org> | 2023-09-06 10:48:59 -0700 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-09-12 17:32:00 -0300 |
| commit | 2bc12abce8efb9f755bdbc14d426a0fc80ce74f4 (patch) | |
| tree | d0aff25da580ae616b23f2425cfc4d03e88ee792 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | perf kwork top: Add BPF-based statistics on softirq event support (diff) | |
| download | linux-2bc12abce8efb9f755bdbc14d426a0fc80ce74f4.tar.gz linux-2bc12abce8efb9f755bdbc14d426a0fc80ce74f4.zip | |
perf tools: Add read_all_cgroups() and __cgroup_find()
The read_all_cgroups() is to build a tree of cgroups in the system and
users can look up a cgroup using __cgroup_find().
Committer notes:
Had to do this to cover that #else block:
-static inline u64 __read_cgroup_id(const char *path) { return -1ULL; }
+static inline u64 __read_cgroup_id(const char *path __maybe_unused) { return -1ULL; }
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Hao Luo <haoluo@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Song Liu <song@kernel.org>
Cc: bpf@vger.kernel.org
Link: https://lore.kernel.org/r/20230906174903.346486-2-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
