summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2219-24/+53
|\
| * perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-06-191-2/+0
| * perf test: Fix non-bash issue with stat bpf countersIan Rogers2021-06-191-2/+2
| * perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini2021-06-191-1/+2
| * perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry2021-06-191-3/+5
| * perf metricgroup: Fix find_evsel_group() event selectorJohn Garry2021-06-191-3/+3
| * perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-111-0/+1
| * perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini2021-06-041-0/+1
| * perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-06-041-0/+1
| * perf stat: Honor event config name on --no-mergeNamhyung Kim2021-06-041-5/+3
| * perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2021-06-042-2/+3
| * perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VMThomas Richter2021-06-011-1/+1
| * perf stat: Fix error return code in bperf__load()Yu Kuai2021-06-011-2/+4
| * perf record: Move probing cgroup sampling supportNamhyung Kim2021-06-013-0/+17
| * perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2021-06-012-2/+9
| * perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPSTiezhu Yang2021-06-012-1/+1
* | 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-0113-304/+304
|\|
| * perf vendor events powerpc: Fix eventcode of power10 JSON eventsKajol Jain2021-05-2810-299/+299
| * perf stat: Fix error check for bpf_program__attachNamhyung Kim2021-05-281-2/+2
| * perf debug: Move debug initialization earlierIan Rogers2021-05-271-2/+2
| * perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-05-261-1/+1
* | perf c2c: Support record for hybrid platformJin Yao2021-06-011-17/+23