summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2023-10-26 22:05:49 +0000
committerAlex Deucher <alexander.deucher@amd.com>2023-10-27 14:23:01 -0400
commite8e696c307c36ef2d5addb65fc3ba42d54ca2dbb (patch)
tree074b48c973cfdafb906be3c6158ef6efcee00cef /tools/perf/scripts/python/bin/stackcollapse-report
parent3ea8dd3758ba551f0e3999faefd5b0bb80cbf2f1 (diff)
downloadkernel-e8e696c307c36ef2d5addb65fc3ba42d54ca2dbb.tar.gz
drm/amdgpu: Remove duplicate fdinfo fields
Some of the fields that are handled by drm_show_fdinfo() crept back in when rebasing the patch. Remove them again. Fixes: 376c25f8ca47 ("drm/amdgpu: Switch to fdinfo helper") Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: <alexander.deucher@amd.com> Co-developed-by: Umio Yasuno <coelacanth_dream@protonmail.com> Signed-off-by: Umio Yasuno <coelacanth_dream@protonmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
/distro/kernel/commit/include/trace/events/io_uring.h?h=linux-6.6.y&id=1460af7de6ab33da82b8a1f03ce0f8e831a9e29e'>io_uring: rename op -> opcodeDylan Yudaken 2022-04-24io_uring: fix trace for reduced sqe paddingJens Axboe 2022-04-24io_uring: add trace support for CQE overflowDylan Yudaken 2022-03-16io_uring: make tracing format consistentDylan Yudaken 2022-03-10io-uring: Make tracepoints consistent.Stefan Roesch 2022-03-10io_uring: remove trace for eventfdUsama Arif 2021-10-19io_uring: dump sqe contents if issue failsJens Axboe 2021-09-03io_uring: io_uring_complete() trace should take an integerJens Axboe 2021-06-16io_uring: minor clean up in trace events definitionOlivier Langlois 2021-06-16io_uring: Add to traces the req pointer when availableOlivier Langlois 2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2021-04-11io_uring: include cflags in completion trace eventJens Axboe 2021-03-23tracing: Fix various typos in commentsIngo Molnar 2020-03-02io_uring: use poll driven retry for files that support itJens Axboe 2020-01-20io_uring: add opcode to issue trace eventJens Axboe 2019-11-25io_uring: improve trace_io_uring_defer() trace pointJens Axboe 2019-11-04io_uring: add completion trace eventJens Axboe 2019-11-01io_uring: remove io_uring_add_to_prev() trace eventJens Axboe 2019-10-29io_uring: replace workqueue usage with io-wqJens Axboe 2019-10-29io_uring: add set of tracing eventsDmitrii Dolgov