summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark2021-07-011-1/+5
| * | | | tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo2021-07-011-0/+3
| * | | | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2021-07-011-0/+11
| * | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-012-0/+118
| * | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2021-07-011-1/+2
| * | | | tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2021-07-011-0/+1
| * | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-07-011-0/+4
| * | | | perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan2021-07-011-5/+1
| * | | | perf arm-spe: Bail out if the trace is later than perf eventLeo Yan2021-07-011-3/+34
| * | | | perf arm-spe: Assign kernel time to synthesized eventLeo Yan2021-07-011-1/+1
| * | | | perf arm-spe: Convert event kernel time to counter valueLeo Yan2021-07-011-1/+1
| * | | | perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan2021-07-011-0/+26
| * | | | perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan2021-07-011-133/+0
| * | | | perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim2021-07-012-52/+52
| * | | | perf tools: Add cgroup_is_v2() helperNamhyung Kim2021-07-012-0/+21
| * | | | perf tools: Add read_cgroup_id() functionNamhyung Kim2021-07-012-0/+35
| * | | | tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev2021-06-302-0/+25
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-3088-757/+5137
| |\ \ \ \
| * | | | | perf top: Add cgroup support for perf top (-G)Joshua Martinez2021-06-242-0/+20
| * | | | | perf script: Share addr_al between functionsAdrian Hunter2021-06-221-14/+24
| * | | | | perf script: Move filtering before scriptingAdrian Hunter2021-06-221-6/+6
| * | | | | perf script: Move filter_cpu() earlierAdrian Hunter2021-06-221-3/+3
| * | | | | perf test: Pass the verbose option to shell testsIan Rogers2021-06-221-1/+4
| * | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-2252-89/+602
| |\ \ \ \ \
| * | | | | | perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu2021-06-183-1/+85
| * | | | | | perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu2021-06-181-37/+49
| * | | | | | perf probe: Support probes on init functions for offline kernelMasami Hiramatsu2021-06-181-2/+7
| * | | | | | perf test: Make stat bpf counters test more robustIan Rogers2021-06-181-0/+8
| * | | | | | perf test: Add verbose skip output for bpf countersIan Rogers2021-06-181-1/+7
| * | | | | | perf annotate: Add itrace options supportYang Jihong2021-06-162-0/+18
| * | | | | | perf mem-events: Remove duplicate #undefLi Huafei2021-06-161-2/+0
| * | | | | | perf evsel: Adjust hybrid event and global event mixed groupJin Yao2021-06-101-0/+25
| * | | | | | perf probe: Provide clearer message permission error for tracefs accessMasami Hiramatsu2021-06-081-30/+65
| * | | | | | perf auxtrace: Change to use SMP memory barriersLeo Yan2021-06-081-3/+3
| * | | | | | perf srccode: Use list_move() instead of equivalent list_del() + list_add() s...Zou Wei2021-06-081-2/+1
| * | | | | | perf probe: Report possible permission error for map__load() failureMasami Hiramatsu2021-06-041-3/+22
| * | | | | | perf probe: Add permission and sysctl notice to man pageMasami Hiramatsu2021-06-041-3/+16
| * | | | | | Revert "perf vendor events intel: Add metrics for Icelake Server"Arnaldo Carvalho de Melo2021-06-021-327/+0
| * | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-0149-760/+2709
| |\ \ \ \ \ \
| * | | | | | | perf c2c: Support record for hybrid platformJin Yao2021-06-011-17/+23
| * | | | | | | perf mem: Disable 'mem-loads-aux' group before reportingJin Yao2021-06-013-0/+28
| * | | | | | | perf mem: Fix wrong verbose output for recording eventsJin Yao2021-06-011-3/+5
| * | | | | | | perf mem: Support record for hybrid platformJin Yao2021-06-013-17/+93
| * | | | | | | perf tools: Check if mem_events is supported for hybrid platformJin Yao2021-06-011-6/+26
| * | | | | | | perf tools: Support pmu prefix for mem-store eventJin Yao2021-06-011-1/+11
| * | | | | | | perf tools: Support pmu prefix for mem-load eventJin Yao2021-06-017-16/+37
| * | | | | | | perf tools: Check mem-loads auxiliary eventJin Yao2021-06-011-2/+7
| * | | | | | | perf scripting python: intel-pt-events.py: Add --insn-trace and --src-traceAdrian Hunter2021-06-012-19/+163
| * | | | | | | perf scripting python: exported-sql-viewer.py: Factor out libxed.pyAdrian Hunter2021-06-012-88/+108
| * | | | | | | perf scripting python: Update documentation for srcline etcAdrian Hunter2021-06-011-4/+42