summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@kernel.org>2025-12-02 09:59:38 -0800
committerIngo Molnar <mingo@kernel.org>2025-12-03 19:40:44 +0100
commit305c8dc477175eb29df18accc95c868acd2cdd4e (patch)
treec7a2319830055867946edd0f7ee0aefa5f4392f1 /tools/perf/scripts/python/bin/flamegraph-record
parentf387d0e1027f2d13cbfc1305b54198af701ede19 (diff)
downloadkernel-305c8dc477175eb29df18accc95c868acd2cdd4e.tar.gz
objtool: Consolidate annotation macros
Consolidate __ASM_ANNOTATE into a single macro which is used by both C and asm. This also makes the code generation a bit more palatable by putting it all on a single line. Turn this: 911: .pushsection .discard.annotate_insn,"M", @progbits, 8 .long 911b - . .long 1 .popsection jmp __x86_return_thunk Into: 911: .pushsection ".discard.annotate_insn", "M", @progbits, 8; .long 911b - .; .long 1; .popsection jmp __x86_return_thunk Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: https://patch.msgid.link/c05ff40d3383e85c3b59018ef0b3c7aaf993a60d.1764694625.git.jpoimboe@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-02-10drm: remove dumb_destroy callbackChristian König 2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan 2022-11-21drm/gem-shmem: When drm_gem_object_init failed, should release objectChunyouTang 2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard 2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko 2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds 2022-08-27drm/gem: Add LRU/shrinker helperRob Clark 2022-08-19drm/gem: Fix GEM handle release errorsJeffy Chen 2022-08-09drm/gem: Properly annotate WW context on drm_gem_lock_reservations() errorDmitry Osipenko