summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2014-04-29 13:35:48 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-06 10:18:03 +0200
commit25ef284a2a7de5393b2ef608046e0d48db0e6e2a (patch)
treebb1fa71a272defb212caf8b1622c67de53c44f1f /tools/perf/scripts/python/flamegraph.py
parent5b633d6b8e3aa1f3ba3daa568416e36e054a3bb1 (diff)
downloadkernel-25ef284a2a7de5393b2ef608046e0d48db0e6e2a.tar.gz
drm/i915: Add pipe update trace points
Add trace points for observing the atomic pipe update mechanism. v2: Rebased due to earlier changes v3: Pass intel_crtc instead of drm_crtc (Daniel) v4: Pass frame counter from the caller to evaded/end since the caller now always has that ready Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Sourab Gupta <sourabgupta@gmail.com> Reviewed-by: Akash Goel <akash.goels@gmail.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
n>Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds 2025-01-15io_uring: Factor out a function to parse restrictionsJosh Triplett 2025-01-15io_uring/register: cache old SQ/CQ head reading for copiesJens Axboe 2025-01-15io_uring/register: document io_register_resize_rings() shared mem usageJens Axboe 2025-01-15io_uring/register: use stable SQ/CQ ring data during resizeJens Axboe 2024-12-23io_uring: use region api for CQPavel Begunkov 2024-12-23io_uring: use region api for SQPavel Begunkov 2024-12-23io_uring: pass ctx to io_register_free_ringsPavel Begunkov 2024-12-23io_uring/memmap: implement mmap for regionsPavel Begunkov 2024-12-23io_uring/memmap: implement kernel allocated regionsPavel Begunkov 2024-12-23io_uring: rename ->resize_lockPavel Begunkov 2024-12-19io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe 2024-11-18io_uring: protect register tracingPavel Begunkov 2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov 2024-11-15io_uring: add memory region registrationPavel Begunkov 2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov 2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe 2024-10-29io_uring: add support for fixed wait regionsJens Axboe 2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe 2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe 2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter 2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe 2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe 2024-09-12io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe 2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov 2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi 2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi 2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe 2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe 2024-06-04io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan 2024-04-15io_uring: fix warnings on shadow variablesJens Axboe 2024-02-09io_uring: add register/unregister napi functionStefan Roesch 2024-01-17io_uring/register: guard compat syscall with CONFIG_COMPATJens Axboe 2023-12-21io_uring/kbuf: add method for returning provided buffer ring headJens Axboe 2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe