summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long2023-01-311-0/+1
| * | | | | | | Merge tag 'gpio-fixes-for-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-271-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | tools: gpio: fix -c option of gpio-event-monIvo Borisov Shopov2023-01-271-0/+1
| | |/ / / / / /
| * | | | | | | Merge tag 'linux-kselftest-fixes-6.2-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-01-271-5/+0
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | selftests: amd-pstate: Don't delete source files via MakefileDoug Smythies2023-01-251-5/+0
| * | | | | | | KVM: selftests: Make reclaim_period_ms input always be positiveVipin Sharma2023-01-221-1/+1
| * | | | | | | selftests: kvm: move declaration at the beginning of main()Paolo Bonzini2023-01-221-4/+3
| | |/ / / / / | |/| | | | |
* | | | | | | perf script: Support Retire LatencyKan Liang2023-02-031-2/+11
* | | | | | | perf report: Support Retire LatencyKan Liang2023-02-035-1/+30
* | | | | | | perf lock contention: Support filters for different aggregationNamhyung Kim2023-02-035-51/+89
* | | | | | | perf lock contention: Use lock_stat_find{,new}Namhyung Kim2023-02-034-19/+34
* | | | | | | perf lock contention: Factor out lock_contention_get_name()Namhyung Kim2023-02-031-50/+65
* | | | | | | perf arm-spe: Add raw decoding for SPEv1.2 previous branch addressRob Herring2023-02-032-1/+4
* | | | | | | perf jevents: Run metric_test.py at compile-timeIan Rogers2023-02-034-2/+14
* | | | | | | tools build: Add test echo-cmdIan Rogers2023-02-031-0/+1
* | | | | | | perf jevents: Correct bad character encodingIan Rogers2023-02-031-2/+2
* | | | | | | perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers2023-02-033-3/+7
* | | | | | | perf jevents: Add model list optionIan Rogers2023-02-032-1/+16
* | | | | | | perf jevents: Generate metrics and events as separate tablesIan Rogers2023-02-032-58/+189
* | | | | | | perf pmu-events: Introduce pmu_metrics_tableIan Rogers2023-02-0311-54/+78
* | | | | | | perf jevents: Combine table prefix and suffix writingIan Rogers2023-02-031-22/+14
* | | | | | | perf stat: Remove evsel metric_name/exprIan Rogers2023-02-037-126/+0
* | | | | | | perf pmu-events: Remove now unused event and metric variablesIan Rogers2023-02-039-134/+36
* | | | | | | perf pmu-events: Separate the metrics from events for no jeventsIan Rogers2023-02-037-29/+80
* | | | | | | perf pmu-events: Add separate metric from pmu_eventIan Rogers2023-02-027-111/+228
* | | | | | | perf jevents: Rewrite metrics in the same file with each otherIan Rogers2023-02-021-5/+16
* | | | | | | perf jevents metric: Add ability to rewrite metrics in terms of othersIan Rogers2023-02-022-2/+81
* | | | | | | perf jevents metric: Correct Function equalityIan Rogers2023-02-021-2/+4
* | | | | | | perf session: Show branch speculation info in raw dumpSandipan Das2023-02-022-11/+12
* | | | | | | perf script: Show branch speculation infoSandipan Das2023-02-025-6/+33
* | | | | | | perf test: Add more test cases for perf lock contentionNamhyung Kim2023-02-021-4/+62
* | | | | | | perf bench syscall: Add execve syscall benchmarkTiezhu Yang2023-02-025-0/+44
* | | | | | | perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang2023-02-025-0/+19
* | | | | | | perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang2023-02-023-4/+31
* | | | | | | tools x86: Keep list sorted by number in unistd_{32,64}.hTiezhu Yang2023-02-022-16/+16
* | | | | | | perf test: Replace legacy `...` with $(...)Diederik de Haas2023-02-021-9/+9
* | | | | | | perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas2023-02-021-3/+3
* | | | | | | perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim2023-02-021-5/+46
* | | | | | | perf lock contention: Add -S/--callstack-filter optionNamhyung Kim2023-02-024-2/+75
* | | | | | | perf script: Add 'cgroup' field for outputNamhyung Kim2023-02-022-2/+25
* | | | | | | perf tools docs: Use canonical ftrace pathRoss Zwisler2023-02-023-4/+4
* | | | | | | perf arm-spe: Only warn once for each unsupported address packetRob Herring2023-02-021-1/+5
* | | | | | | perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen2023-02-021-2/+15
* | | | | | | perf probe: Fix usage when libtraceevent is missingAthira Rajeev2023-02-021-0/+9
* | | | | | | perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter2023-02-021-4/+157
* | | | | | | perf symbols: Start adding support for .plt.got for x86Adrian Hunter2023-02-021-0/+29
* | | | | | | perf symbols: Allow for static executables with .pltAdrian Hunter2023-02-022-10/+21
* | | | | | | perf symbols: Allow for .plt without headerAdrian Hunter2023-02-021-1/+15
* | | | | | | perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter2023-02-021-1/+37
* | | | | | | perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter2023-02-022-0/+6