summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2010-12-21 19:56:17 -0700
committerPaul Walmsley <paul@pwsan.com>2010-12-21 19:56:17 -0700
commit81fbc5ef9b22df2e2198dd0c530719a263a8d1c5 (patch)
treee11b03021482b9ea8e0623a160eb86e03841b40d /tools/perf/scripts/python/bin/stackcollapse-record
parent233cbe5b94096f95ba7bca2162d63275b0b90b5b (diff)
downloadkernel-81fbc5ef9b22df2e2198dd0c530719a263a8d1c5.tar.gz
OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/devices.c
Split the wd_timer disable code out into its own file, mach-omap2/wd_timer.c; it belongs in its own file rather than cluttering up devices.c. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Charulatha Varadarajan <charu@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2022-02-28blktrace: fix use after free for struct blk_traceYu Kuai 2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig 2021-12-20blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa 2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig 2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig 2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng 2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-02-24blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni 2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman 2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni 2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni 2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior 2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig 2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-12-15blktrace: make relay callbacks constJani Nikula 2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig 2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig 2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig 2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig 2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig 2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig 2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig 2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig 2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig 2020-11-10tracing: Fix some typos in commentsQiujun Huang