summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo-6/+237
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo-27/+237
2024-03-21perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h insteadArnaldo Carvalho de Melo-1/+8
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo-8/+386
2024-03-21perf beauty: Fix dependency of tables using uapi/linux/mount.hArnaldo Carvalho de Melo-5/+5
2024-03-21perf c2c: Fix a punctuationBhaskar Chowdhury-1/+1
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo-0/+23
2024-03-14net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe-7/+0
2024-03-12riscv: andes: Support specifying symbolic firmware and hardware raw eventsLocus Wei-Han Chen-0/+330
2024-03-06perf annotate: Add comments in the data structuresNamhyung Kim-7/+62
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim-34/+6
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim-17/+52
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim-2/+42
2024-03-03perf threads: Reduce table size from 256 to 8Ian Rogers-1/+1
2024-03-03perf threads: Switch from rbtree to hashmapIan Rogers-105/+47
2024-03-03perf threads: Move threads to its own filesIan Rogers-273/+285
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers-203/+243
2024-03-03perf machine: Move fprintf to for_each loop and a callbackIan Rogers-16/+27
2024-03-03perf trace: Ignore thread hashing in summaryIan Rogers-23/+23
2024-03-03perf report: Sort child tasks by tidIan Rogers-89/+168
2024-03-03perf vendor events amd: Fix Zen 4 cache latency eventsSandipan Das-0/+60
2024-03-03perf version: Display availability of OpenCSD supportJames Clark-0/+1
2024-02-29perf vendor events intel: Add umasks/occ_sel to PCU events.Ian Rogers-0/+27
2024-02-29perf map: Fix map reference count issuesIan Rogers-10/+8
2024-02-29perf lock contention: Account contending locks tooNamhyung Kim-7/+136
2024-02-29perf metrics: Fix segv for metrics with no eventsIan Rogers-1/+1
2024-02-29perf metrics: Fix metric matchingIan Rogers-12/+10
2024-02-26perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET-4/+3
2024-02-26perf test: Fix spelling mistake "curent" -> "current"Colin Ian King-1/+1
2024-02-26perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1Arnaldo Carvalho de Melo-8/+8
2024-02-26perf data convert: Fix segfault when converting to json when cpu_desc isn't setIlkka Koskinen-1/+3
2024-02-26perf bpf: Check that the minimal vmlinux.h installed is the latest oneArnaldo Carvalho de Melo-1/+1
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada-53/+53
2024-02-23perf print-events: make is_event_supported() more robustMark Rutland-8/+19
2024-02-22perf tests: Add option to run tests in parallelIan Rogers-99/+215
2024-02-22perf tests: Run time generate shell test suitesIan Rogers-149/+80
2024-02-22perf tests: Use scandirat for shell script findingIan Rogers-71/+95
2024-02-22perf test: Rename builtin-test-list and add missed header guardIan Rogers-3/+7
2024-02-22perf tests: Avoid fork in perf_has_symbol testIan Rogers-1/+1
2024-02-22perf list: Add scandirat compatibility functionIan Rogers-9/+31
2024-02-22perf thread_map: Skip exited threads when scanning /procIan Rogers-5/+4
2024-02-22perf list: fix short description for some cache eventsThomas Richter-31/+31
2024-02-22perf stat: Fix metric-only aggregation indexIan Rogers-2/+7
2024-02-22perf metrics: Compute unmerged uncore metrics individuallyIan Rogers-4/+29
2024-02-22perf stat: Pass fewer metric argumentsIan Rogers-20/+18
2024-02-20perf: script: prefer capstone to XEDChangbin Du-7/+11
2024-02-20perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du-7/+22
2024-02-20perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du-7/+21
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du-6/+155
2024-02-20perf: build: introduce the libcapstoneChangbin Du-1/+28