perf python: Fixup description of sample.id event member
[ Upstream commit1376c195e8] Some old cut'n'paste error, its "ip", so the description should be "event ip", not "event type". Fixes:877108e42b("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1c0bd3d322
commit
be0f2d5151
@@ -158,7 +158,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"), \
|
||||
|
||||
Reference in New Issue
Block a user