diff options
author | Ze Gao <zegao2021@gmail.com> | 2024-01-23 08:02:11 +0100 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2024-02-02 07:10:27 +0100 |
commit | 20018398fca87c914654252f7647a224e6b030ee (patch) | |
tree | 937fb12b62bf7009a0f4210c0e7e5313d291eeb3 /tools/perf/util/python-ext-sources | |
parent | perf tools: Add -H short option for --hierarchy (diff) | |
download | linux-20018398fca87c914654252f7647a224e6b030ee.tar.xz linux-20018398fca87c914654252f7647a224e6b030ee.zip |
perf evsel: Rename get_states() to parse_task_states() and make it public
Since get_states() assumes the existence of libtraceevent, so move
to where it should belong, i.e, util/trace-event-parse.c, and also
rename it to parse_task_states().
Leave evsel_getstate() untouched as it fits well in the evsel
category.
Also make some necessary tweaks for python support, and get it
verified with: perf test python.
Signed-off-by: Ze Gao <zegao@tencent.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240123070210.1669843-2-zegao@tencent.com
Diffstat (limited to 'tools/perf/util/python-ext-sources')
-rw-r--r-- | tools/perf/util/python-ext-sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources index 593b660ec75e..1bec945f4838 100644 --- a/tools/perf/util/python-ext-sources +++ b/tools/perf/util/python-ext-sources @@ -31,6 +31,7 @@ util/counts.c util/print_binary.c util/strlist.c util/trace-event.c +util/trace-event-parse.c ../lib/rbtree.c util/string.c util/symbol_fprintf.c |