| Commit message (Expand) | Author | Age | Files | Lines |
* | perf evlist: Remove group option. | Ian Rogers | 2022-12-14 | 2 | -9/+2 |
* | perf lock contention: Add -l/--lock-addr option | Namhyung Kim | 2022-12-14 | 1 | -0/+4 |
* | perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index" | Anshuman Khandual | 2022-12-14 | 1 | -0/+5 |
* | perf list: Add JSON output option | Ian Rogers | 2022-11-23 | 1 | -0/+4 |
* | perf list: Generalize limiting to a PMU name | Ian Rogers | 2022-11-15 | 1 | -3/+3 |
* | perf tools: Make quiet mode consistent between tools | James Clark | 2022-10-27 | 7 | -8/+8 |
* | perf scripts python: intel-pt-events.py: Add ability interleave output | Adrian Hunter | 2022-10-27 | 1 | -2/+10 |
* | perf docs: Fix man page build wrt perf-arm-coresight.txt | Adrian Hunter | 2022-10-25 | 1 | -0/+0 |
* | perf mem/c2c: Add load store event mappings for AMD | Ravi Bangoria | 2022-10-06 | 2 | -5/+12 |
* | perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events | Ravi Bangoria | 2022-10-06 | 1 | -0/+1 |
* | perf test coresight: Add relevant documentation about ARM64 CoreSight testing | Carsten Haitzler | 2022-10-06 | 1 | -0/+5 |
* | perf lock: Add -q/--quiet option to suppress header and debug messages | Namhyung Kim | 2022-10-04 | 1 | -0/+4 |
* | perf lock: Add -E/--entries option | Namhyung Kim | 2022-10-04 | 1 | -0/+10 |
* | perf tools: Add 'addr' sort key | Namhyung Kim | 2022-10-04 | 1 | -1/+2 |
* | perf inject: Clarify build-id options a little bit | Namhyung Kim | 2022-10-04 | 1 | -2/+4 |
* | perf lock contention: Allow to change stack depth and skip | Namhyung Kim | 2022-10-04 | 1 | -0/+6 |
* | perf intel-pt: Support itrace option flag d+e to log on error | Adrian Hunter | 2022-10-04 | 1 | -1/+4 |
* | perf intel-pt: Improve man page layout slightly | Adrian Hunter | 2022-10-04 | 1 | -0/+8 |
* | perf auxtrace: Add itrace option flag d+e to log on error | Adrian Hunter | 2022-10-04 | 2 | -0/+8 |
* | perf branch: Add branch privilege information request flag | Anshuman Khandual | 2022-10-04 | 1 | -0/+1 |
* | perf record: Allow multiple recording time ranges | Adrian Hunter | 2022-10-04 | 1 | -2/+4 |
* | perf inject: Add a command line option to specify build ids. | Raul Silvera | 2022-10-04 | 1 | -1/+6 |
* | perf docs: Update the documentation for the save_type filter | Kan Liang | 2022-08-27 | 1 | -0/+3 |
* | perf record: Fix manpage formatting of description of support to hybrid systems | Andi Kleen | 2022-08-27 | 2 | -12/+2 |
* | perf c2c: Update documentation for new display option 'peer' | Leo Yan | 2022-08-11 | 1 | -7/+24 |
* | perf tools: Tidy guest option documentation | Adrian Hunter | 2022-08-11 | 5 | -57/+38 |
* | perf inject: Fix missing guestmount option documentation | Adrian Hunter | 2022-08-11 | 1 | -0/+12 |
* | perf script: Fix missing guest option documentation | Adrian Hunter | 2022-08-11 | 1 | -0/+23 |
* | perf script: Fix reference to perf insert instead of perf inject | Adrian Hunter | 2022-08-10 | 1 | -1/+1 |
* | perf stat: Add JSON output option | Claire Jensen | 2022-08-10 | 1 | -0/+21 |
* | perf lock: Add --map-nr-entries option | Namhyung Kim | 2022-08-02 | 1 | -0/+3 |
* | perf lock: Implement cpu and task filters for BPF | Namhyung Kim | 2022-08-01 | 1 | -0/+17 |
* | perf lock: Use BPF for lock contention analysis | Namhyung Kim | 2022-08-01 | 1 | -0/+5 |
* | perf kwork: Implement BPF trace | Yang Jihong | 2022-07-26 | 1 | -0/+10 |
* | perf kwork: Implement perf kwork timehist | Yang Jihong | 2022-07-26 | 1 | -0/+65 |
* | perf kwork: Implement perf kwork latency | Yang Jihong | 2022-07-26 | 1 | -0/+29 |
* | perf kwork: Implement 'report' subcommand | Yang Jihong | 2022-07-26 | 1 | -0/+33 |
* | perf kwork: Add workqueue kwork record support | Yang Jihong | 2022-07-26 | 1 | -1/+1 |
* | perf kwork: Add softirq kwork record support | Yang Jihong | 2022-07-26 | 1 | -1/+1 |
* | perf kwork: Add irq kwork record support | Yang Jihong | 2022-07-26 | 1 | -1/+1 |
* | perf kwork: New tool to trace time properties of kernel work (such as softirq... | Yang Jihong | 2022-07-26 | 1 | -0/+43 |
* | perf lock: Support -t option for 'contention' subcommand | Namhyung Kim | 2022-07-25 | 1 | -0/+4 |
* | perf lock: Add -k and -F options to 'contention' subcommand | Namhyung Kim | 2022-07-25 | 1 | -0/+15 |
* | perf lock: Add 'contention' subcommand | Namhyung Kim | 2022-07-25 | 1 | -1/+3 |
* | perf intel-pt: Add documentation for tracing guest machine user space | Adrian Hunter | 2022-07-20 | 1 | -4/+177 |
* | perf inject: Add support for injecting guest sideband events | Adrian Hunter | 2022-07-20 | 1 | -0/+17 |
* | perf dlfilter: Add machine_pid and vcpu | Adrian Hunter | 2022-07-20 | 1 | -0/+22 |
* | perf script: Add machine_pid and vcpu | Adrian Hunter | 2022-07-20 | 1 | -1/+6 |
* | perf script: Add --dump-unsorted-raw-trace option | Adrian Hunter | 2022-07-20 | 1 | -0/+3 |
* | perf buildid-list: Add a "-m" option to show kernel and modules build-ids | Blake Jones | 2022-07-18 | 1 | -0/+4 |