summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorBard Liao <yung-chuan.liao@linux.intel.com>2025-10-14 11:14:49 +0800
committerVinod Koul <vkoul@kernel.org>2025-12-08 12:37:26 +0530
commit9468bc0e1b95b6c737a79ae8aaeb87c16caeb3af (patch)
treeb27201a75198c29670c8f566a9090521324ad9f2 /tools/perf/scripts/python/flamegraph.py
parent167efc6dfd621494c6a7e47115dc829dcc0e502c (diff)
downloadkernel-9468bc0e1b95b6c737a79ae8aaeb87c16caeb3af.tar.gz
soundwire: cadence_master: add fake_size parameter to sdw_cdns_prepare_read_dma_buffer
We may need to add few fake frames to fit the aligned read dma buffer size. Add a fake_size parameter to allow the caller to set the fake data size. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://patch.msgid.link/20251014031450.3781789-7-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
ntry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi 2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi 2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi 2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi 2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi 2020-11-16entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi 2020-11-15entry: Fix spelling/typo errors in irq entry codeIra Weiny 2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner 2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner 2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner 2020-10-29entry: Fixup irqentry_enter() commentIra Weiny 2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe 2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe 2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar 2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Kees Cook 2020-09-14core/entry: Report syscall correctly for trace and auditKees Cook 2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner 2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney 2020-08-21core/entry: Respect syscall number rewritesThomas Gleixner 2020-07-26entry: Correct 'noinstr' attributesIngo Molnar 2020-07-24entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner 2020-07-24entry: Provide generic interrupt entry/exit codeThomas Gleixner 2020-07-24entry: Provide generic syscall exit functionThomas Gleixner 2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner