summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-041-5/+17
|\
| * dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen2021-04-021-4/+16
| * dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang2021-04-021-1/+1
* | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-2/+2
|\ \
| * | tools/latency-collector: Remove unneeded semicolonXu Wang2021-03-181-2/+2
| |/
* | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-019-0/+3616
|\ \
| * | landlock: Enable user space to infer supported featuresMickaël Salaün2021-04-221-0/+47
| * | selftests/landlock: Add user space testsMickaël Salaün2021-04-229-0/+3569
| |/
* | Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-01243-883/+9950
|\ \
| * | perf build: Defer printing detected features to the end of all feature checksArnaldo Carvalho de Melo2021-04-291-0/+7
| * | tools build: Allow deferring printing the results of feature detectionArnaldo Carvalho de Melo2021-04-291-10/+17
| * | perf build: Regenerate the FEATURE_DUMP file after extra feature checksJiri Olsa2021-04-291-0/+6
| * | perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan2021-04-293-1/+46
| * | perf session: Add swap operation for event TIME_CONVLeo Yan2021-04-291-1/+14
| * | perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-292-10/+22
| * | perf tools: Change fields type in perf_record_time_convLeo Yan2021-04-291-2/+3
| * | perf tools: Enable libtraceevent dynamic linkingMichael Petlan2021-04-295-2/+32
| * | perf Documentation: Document intel-hybrid supportJin Yao2021-04-293-0/+217
| * | perf tests: Skip 'perf stat metrics (shadow stat) test' for hybridJin Yao2021-04-291-0/+3
| * | perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao2021-04-291-0/+12
| * | perf tests: Support 'Session topology' test for hybridJin Yao2021-04-291-2/+11
| * | perf tests: Support 'Parse and process metrics' test for hybridJin Yao2021-04-291-2/+6
| * | perf tests: Support 'Track with sched_switch' test for hybridJin Yao2021-04-291-1/+5
| * | perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao2021-04-291-0/+4
| * | perf tests: Add hybrid cases for 'Roundtrip evsel->name' testJin Yao2021-04-291-7/+12
| * | perf tests: Add hybrid cases for 'Parse event definition strings' testJin Yao2021-04-291-0/+171
| * | perf record: Uniquify hybrid event nameJin Yao2021-04-291-0/+28
| * | perf stat: Warn group events from different hybrid PMUJin Yao2021-04-296-0/+62
| * | perf stat: Filter out unmatched aggregation for hybrid eventJin Yao2021-04-291-0/+3
| * | perf stat: Add default hybrid eventsJin Yao2021-04-291-0/+28
| * | perf record: Create two hybrid 'cycles' events by defaultJin Yao2021-04-297-9/+77
| * | perf parse-events: Support event inside hybrid pmuJin Yao2021-04-291-0/+63
| * | perf parse-events: Compare with hybrid pmu nameJin Yao2021-04-295-8/+34
| * | perf parse-events: Create two hybrid raw eventsJin Yao2021-04-291-1/+37
| * | perf parse-events: Create two hybrid cache eventsJin Yao2021-04-293-1/+37
| * | perf parse-events: Create two hybrid hardware eventsJin Yao2021-04-295-0/+141
| * | perf stat: Uniquify hybrid event nameJin Yao2021-04-294-2/+21
| * | perf pmu: Add hybrid helper functionsJin Yao2021-04-294-0/+57
| * | perf pmu: Save detected hybrid pmus to a global pmu listJin Yao2021-04-295-1/+80
| * | perf pmu: Save pmu nameJin Yao2021-04-292-1/+10
| * | perf pmu: Simplify arguments of __perf_pmu__new_aliasJin Yao2021-04-291-20/+16
| * | perf jevents: Support unit value "cpu_core" and "cpu_atom"Jin Yao2021-04-291-0/+2
| * | tools headers uapi: Update tools's copy of linux/perf_event.hJin Yao2021-04-291-0/+15
| * | perf report: Print percentage of each event statisticsNamhyung Kim2021-04-291-1/+9
| * | perf report: Make --skip-empty as defaultNamhyung Kim2021-04-292-0/+11
| * | perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim2021-04-299-13/+35
| * | perf report: Show event sample counts in --stat outputNamhyung Kim2021-04-291-0/+14
| * | perf hists: Split hists_stats from events_statsNamhyung Kim2021-04-297-29/+42
| * | perf top: Use evlist->events_stat to count eventsNamhyung Kim2021-04-291-12/+8
| * | perf data: Add JSON exportNicholas Fraser2021-04-297-21/+418