| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu... | Linus Torvalds | 2023-03-10 | 8 | -44/+45 |
|\ |
|
| * | perf stat: Fix counting when initial delay configured | Changbin Du | 2023-03-02 | 4 | -16/+18 |
| * | perf test: Avoid counting commas in json linter | Ian Rogers | 2023-02-23 | 1 | -16/+13 |
| * | perf tests stat+csv_output: Switch CSV separator to @ | Ian Rogers | 2023-02-23 | 1 | -11/+12 |
| * | perf inject: Fix --buildid-all not to eat up MMAP2 | Namhyung Kim | 2023-02-23 | 1 | -0/+1 |
| * | perf test: Fix offcpu test prev_state check | Namhyung Kim | 2023-02-22 | 1 | -1/+1 |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | mm: discard __GFP_ATOMIC | NeilBrown | 2023-02-02 | 1 | -1/+0 |
* | | perf tests stat_all_metrics: Change true workload to sleep workload for syste... | Kajol Jain | 2023-02-17 | 1 | -1/+1 |
* | | perf vendor events power10: Add JSON metric events to present CPI stall cycle... | Athira Rajeev | 2023-02-17 | 2 | -5/+5 |
* | | perf intel-pt: Synthesize cycle events | Steinar H. Gunderson | 2023-02-17 | 5 | -21/+101 |
* | | perf c2c: Add report option to show false sharing in adjacent cachelines | Feng Tang | 2023-02-16 | 5 | -17/+49 |
* | | perf record: Fix segfault with --overwrite and --max-size | Yang Jihong | 2023-02-15 | 1 | -10/+6 |
* | | perf stat: Avoid merging/aggregating metric counts twice | Ian Rogers | 2023-02-09 | 1 | -1/+1 |
* | | perf tools: Fix perf tool build error in util/pfm.c | Thomas Richter | 2023-02-08 | 1 | -4/+2 |
* | | perf tools: Fix auto-complete on aarch64 | Yicong Yang | 2023-02-08 | 1 | -3/+8 |
* | | perf lock contention: Support old rw_semaphore type | Namhyung Kim | 2023-02-08 | 1 | -13/+44 |
* | | perf lock contention: Add -o/--lock-owner option | Namhyung Kim | 2023-02-08 | 5 | -14/+102 |
* | | perf lock contention: Fix to save callstack for the default modified | Namhyung Kim | 2023-02-08 | 1 | -0/+3 |
* | | perf test bpf: Skip test if kernel-debuginfo is not present | Athira Rajeev | 2023-02-06 | 1 | -1/+5 |
* | | perf probe: Update the exit error codes in function try_to_find_probe_trace_e... | Athira Rajeev | 2023-02-06 | 1 | -2/+2 |
* | | perf script: Fix missing Retire Latency fields option documentation | Kan Liang | 2023-02-06 | 1 | -1/+1 |
* | | perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCT | Kan Liang | 2023-02-06 | 1 | -0/+1 |
* | | perf test x86: Support the retire_lat (Retire Latency) sample_type check | Kan Liang | 2023-02-06 | 1 | -1/+4 |
* | | perf test bpf: Check for libtraceevent support | Athira Rajeev | 2023-02-06 | 1 | -11/+11 |
* | | perf script: Support Retire Latency | Kan Liang | 2023-02-03 | 1 | -2/+11 |
* | | perf report: Support Retire Latency | Kan Liang | 2023-02-03 | 5 | -1/+30 |
* | | perf lock contention: Support filters for different aggregation | Namhyung Kim | 2023-02-03 | 5 | -51/+89 |
* | | perf lock contention: Use lock_stat_find{,new} | Namhyung Kim | 2023-02-03 | 4 | -19/+34 |
* | | perf lock contention: Factor out lock_contention_get_name() | Namhyung Kim | 2023-02-03 | 1 | -50/+65 |
* | | perf arm-spe: Add raw decoding for SPEv1.2 previous branch address | Rob Herring | 2023-02-03 | 2 | -1/+4 |
* | | perf jevents: Run metric_test.py at compile-time | Ian Rogers | 2023-02-03 | 4 | -2/+14 |
* | | perf jevents: Correct bad character encoding | Ian Rogers | 2023-02-03 | 1 | -2/+2 |
* | | perf pmu-events: Fix testing with JEVENTS_ARCH=all | Ian Rogers | 2023-02-03 | 3 | -3/+7 |
* | | perf jevents: Add model list option | Ian Rogers | 2023-02-03 | 2 | -1/+16 |
* | | perf jevents: Generate metrics and events as separate tables | Ian Rogers | 2023-02-03 | 2 | -58/+189 |
* | | perf pmu-events: Introduce pmu_metrics_table | Ian Rogers | 2023-02-03 | 11 | -54/+78 |
* | | perf jevents: Combine table prefix and suffix writing | Ian Rogers | 2023-02-03 | 1 | -22/+14 |
* | | perf stat: Remove evsel metric_name/expr | Ian Rogers | 2023-02-03 | 7 | -126/+0 |
* | | perf pmu-events: Remove now unused event and metric variables | Ian Rogers | 2023-02-03 | 9 | -134/+36 |
* | | perf pmu-events: Separate the metrics from events for no jevents | Ian Rogers | 2023-02-03 | 7 | -29/+80 |
* | | perf pmu-events: Add separate metric from pmu_event | Ian Rogers | 2023-02-02 | 7 | -111/+228 |
* | | perf jevents: Rewrite metrics in the same file with each other | Ian Rogers | 2023-02-02 | 1 | -5/+16 |
* | | perf jevents metric: Add ability to rewrite metrics in terms of others | Ian Rogers | 2023-02-02 | 2 | -2/+81 |
* | | perf jevents metric: Correct Function equality | Ian Rogers | 2023-02-02 | 1 | -2/+4 |
* | | perf session: Show branch speculation info in raw dump | Sandipan Das | 2023-02-02 | 2 | -11/+12 |
* | | perf script: Show branch speculation info | Sandipan Das | 2023-02-02 | 5 | -6/+33 |
* | | perf test: Add more test cases for perf lock contention | Namhyung Kim | 2023-02-02 | 1 | -4/+62 |
* | | perf bench syscall: Add execve syscall benchmark | Tiezhu Yang | 2023-02-02 | 3 | -0/+38 |
* | | perf bench syscall: Add getpgid syscall benchmark | Tiezhu Yang | 2023-02-02 | 3 | -0/+13 |