projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca21820
)
perf python: Fixup description of sample.id event member
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 12 Mar 2025 20:31:36 +0000
(17:31 -0300)
committer
Namhyung Kim
<namhyung@kernel.org>
Tue, 18 Mar 2025 23:08:05 +0000
(16:08 -0700)
Some old cut'n'paste error, its "ip", so the description should be
"event ip", not "event type".
Fixes:
877108e42b1b9ba6
("perf tools: Initial python binding")
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link:
https://lore.kernel.org/r/20250312203141.285263-2-acme@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/python.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/util/python.c
b/tools/perf/util/python.c
index 69ec2ad60d98ba3856096512ea2872d6eb8713d2..6c5bb5e8893998aea9568314409eb0a9e3978762 100644
(file)
--- a/
tools/perf/util/python.c
+++ b/
tools/perf/util/python.c
@@
-49,7
+49,7
@@
struct pyrf_event {
};
#define sample_members \
- sample_member_def(sample_ip, ip, T_ULONGLONG, "event
type"),
\
+ sample_member_def(sample_ip, ip, T_ULONGLONG, "event
ip"),
\
sample_member_def(sample_pid, pid, T_INT, "event pid"), \
sample_member_def(sample_tid, tid, T_INT, "event tid"), \
sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \