]> git.ipfire.org Git - thirdparty/linux.git/commit
perf data convert ctf: Pipe mode improvements
authorIan Rogers <irogers@google.com>
Wed, 1 Apr 2026 16:13:24 +0000 (09:13 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 3 Apr 2026 02:37:39 +0000 (19:37 -0700)
commit43c0901edaabb59f94d7f136be9b6afcfbc36df8
tree912c0af6ccffa2358be6047259dcd68a2961ca39
parentb1e814f860c758c289dc63825caf322e2cb5e298
perf data convert ctf: Pipe mode improvements

Handle the finished_round event. Set up the CTF events when the
feature event desc is read. In pipe mode the attr events will create
the evsels and the feature event desc events will name the evsels. The
CTF events need the evsel name, so wait until feature event descs are
read (in pipe mode) before setting up the events except for tracepoint
events. Handle the tracing_data event so that tracepoint information
is available when setting up tracepoint events.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/data-convert-bt.c