summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf build: Move perf_dlfilters.h in the source treeAdrian Hunter2021-08-112-151/+1
| * | perf pmu: Make pmu_add_sys_aliases() publicJohn Garry2021-08-102-1/+2
| * | perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()John Garry2021-08-101-2/+1
| * | perf env: Track kernel 64-bit mode in environmentLeo Yan2021-08-092-1/+26
| * | perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTLeo Yan2021-08-091-5/+0
| * | perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan2021-08-092-18/+5
| * | perf auxtrace: Drop legacy __sync functionsLeo Yan2021-08-091-19/+0
| * | perf auxtrace: Use WRITE_ONCE() for updating aux_tailLeo Yan2021-08-091-1/+1
| * | perf cs-etm: Add warnings for missing DSOsJames Clark2021-08-091-1/+10
| * | perf cs-etm: Improve Coresight zero timestamp warningJames Clark2021-08-031-2/+5
| * | perf tools: Add flag for tracking warnings of missing DSOsJames Clark2021-08-031-0/+1
| * | perf annotate: Add disassembly warnings for annotate --stdioJames Clark2021-08-031-2/+18
| * | perf tools: Add WARN_ONCE equivalent for UI warningsJames Clark2021-08-031-0/+14
| * | perf inject: Fix output from a file to a pipeNamhyung Kim2021-08-022-1/+58
| * | perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-024-13/+13
| * | perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-024-6/+15
| * | perf annotate: Add error log in symbol__annotate()Li Huafei2021-08-021-1/+3
| * | perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch()Li Huafei2021-08-021-1/+1
| * | perf cs-etm: Pass unformatted flag to decoderJames Clark2021-08-022-15/+42
| * | perf cs-etm: Use existing decoder instead of resetting itJames Clark2021-08-021-30/+7
| * | perf cs-etm: Suppress printing when resetting decoderJames Clark2021-08-021-3/+7
| * | perf cs-etm: Only setup queues when they are modifiedJames Clark2021-08-021-40/+14
| * | perf cs-etm: Split setup and timestamp search functionsJames Clark2021-08-021-12/+29
| * | perf cs-etm: Refactor initialisation of kernel start addressJames Clark2021-08-021-5/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-053-13/+42
|\|
| * Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-07-301-2/+0
| * perf pmu: Fix alias matchingJohn Garry2021-07-271-9/+24
| * perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-312-8/+15
|\ \ | |/ |/|
| * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-292-5/+11
| * tools: Free BTF objects at various locationsQuentin Monnet2021-07-292-3/+4
* | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
* | perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
* | perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
* | perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5
* | perf session: Cleanup trace_eventRiccardo Mancini2021-07-151-0/+1
* | perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-152-2/+2
* | perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini2021-07-151-0/+1
* | perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-151-1/+3
* | perf env: Fix sibling_dies memory leakRiccardo Mancini2021-07-151-0/+1
* | perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-1/+3
* | perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-0/+2
* | perf cs-etm: Split Coresight decode by aux recordsJames Clark2021-07-141-1/+167
* | libperf: Fix build error with LIBPFM4=1Heiko Carstens2021-07-141-1/+1
* | perf stat: Merge uncore events by default for hybrid platformJin Yao2021-07-141-1/+13
* | perf pmu: Skip invalid hybrid pmuJin Yao2021-07-141-1/+8
|/
* perf tools: Fix pattern matching for same substring in different PMU typeJin Yao2021-07-093-2/+37
* libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-093-20/+2
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-095-7/+6
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0912-38/+61