summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/event_analyzing_sample-report
blob: 0941fc94e15842c2ed08274c44622e8ba39f2f94 (plain)
1
2
3
#!/bin/bash
# description: analyze all perf samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
block: release bip in a right way in error pathChengguang Xu 2020-06-02block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai 2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala 2019-12-05block: fix memleak of bio integrity dataJustin Tee 2019-07-11block/bio-integrity: fix a memory leak bugWenwen Wang 2019-05-16block/bio-integrity: use struct_size() in kmalloc()Jackie Liu 2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig 2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig 2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig 2018-09-06block: remove bio_rewind_iter()Ming Lei 2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards 2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet 2018-01-17block: Fix __bio_integrity_endio() documentationBart Van Assche 2017-10-06block: remove unnecessary NULL checks in bioset_integrity_free()Tim Hansen 2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds 2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz 2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig