aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2025-07-24 09:32:41 -0700
committerNamhyung Kim <namhyung@kernel.org>2025-07-24 13:50:17 -0700
commitf3982385bc507991f1ed732c3c7907bff703f4d4 (patch)
tree58386de5212adb82e4f6c637ea2007236d84001e /tools/perf/util/scripting-engines/trace-event-python.c
parentperf metricgroups: Add NO_THRESHOLD_AND_NMI constraint (diff)
downloadlinux-f3982385bc507991f1ed732c3c7907bff703f4d4.tar.gz
linux-f3982385bc507991f1ed732c3c7907bff703f4d4.zip
perf build-id: Reduce size of "size" variable
Later clean up of the dso_id to include a build_id will suffer from alignment and size issues. The size can only hold up to a value of BUILD_ID_SIZE (20) and the mmap2 event uses a byte for the value. Signed-off-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20250724163302.596743-2-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions
/td>mergetool: Add support for vimdiff.James Bowes3-5/+7 2007-03-18Update main git.html page to point at 1.5.0.5 documentationJunio C Hamano1-1/+3 2007-03-18Avoid unnecessary strlen() callsLinus Torvalds3-29/+36 2007-03-18Reuse cached data out of delta base cache.Nicolas Pitre1-4/+10 2007-03-18Implement a simple delta_base cacheLinus Torvalds1-1/+42 2007-03-18Make trivial wrapper functions around delta base generation and freeingLinus Torvalds1-2/+14 2007-03-18GIT 1.5.0.5v1.5.0.5Junio C Hamano3-2/+30 2007-03-17Make gc a builtin.James Bowes5-1/+82 2007-03-16[PATCH] clean up pack index handling a bitNicolas Pitre6-87/+90 2007-03-16[PATCH] add test for OFS_DELTA objectsNicolas Pitre1-6/+65 2007-03-16[PATCH] fix t5300-pack-object.shNicolas Pitre1-1/+1 2007-03-16[PATCH] local-fetch.c: some error printing cleanupNicolas Pitre1-20/+13 2007-03-16applymbox: brown paper bag fix.Junio C Hamano1-2/+2 2007-03-16git-merge: finish when git-read-tree failsSanti Béjar1-2/+2