summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2021-08-11perf build: Move perf_dlfilters.h in the source treeAdrian Hunter2-151/+1
2021-08-10perf pmu: Make pmu_add_sys_aliases() publicJohn Garry2-1/+2
2021-08-10perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()John Garry1-2/+1
2021-08-09perf env: Track kernel 64-bit mode in environmentLeo Yan2-1/+26
2021-08-09perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTLeo Yan1-5/+0
2021-08-09perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan2-18/+5
2021-08-09perf auxtrace: Drop legacy __sync functionsLeo Yan1-19/+0
2021-08-09perf auxtrace: Use WRITE_ONCE() for updating aux_tailLeo Yan1-1/+1
2021-08-09perf cs-etm: Add warnings for missing DSOsJames Clark1-1/+10
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+42
2021-08-03perf cs-etm: Improve Coresight zero timestamp warningJames Clark1-2/+5
2021-08-03perf tools: Add flag for tracking warnings of missing DSOsJames Clark1-0/+1
2021-08-03perf annotate: Add disassembly warnings for annotate --stdioJames Clark1-2/+18
2021-08-03perf tools: Add WARN_ONCE equivalent for UI warningsJames Clark1-0/+14
2021-08-02perf inject: Fix output from a file to a pipeNamhyung Kim2-1/+58
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim4-13/+13
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim4-6/+15
2021-08-02perf annotate: Add error log in symbol__annotate()Li Huafei1-1/+3
2021-08-02perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch()Li Huafei1-1/+1
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark2-15/+42
2021-08-02perf cs-etm: Use existing decoder instead of resetting itJames Clark1-30/+7
2021-08-02perf cs-etm: Suppress printing when resetting decoderJames Clark1-3/+7
2021-08-02perf cs-etm: Only setup queues when they are modifiedJames Clark1-40/+14
2021-08-02perf cs-etm: Split setup and timestamp search functionsJames Clark1-12/+29
2021-08-02perf cs-etm: Refactor initialisation of kernel start addressJames Clark1-5/+1
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-8/+15
2021-07-30Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2-5/+11
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet2-3/+4
2021-07-27perf pmu: Fix alias matchingJohn Garry1-9/+24
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark1-2/+18
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong6-42/+38
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-15perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-15perf session: Cleanup trace_eventRiccardo Mancini1-0/+1
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini2-2/+2
2021-07-15perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-15perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-15perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-15perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-14perf cs-etm: Split Coresight decode by aux recordsJames Clark1-1/+167
2021-07-14libperf: Fix build error with LIBPFM4=1Heiko Carstens1-1/+1
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao1-1/+13
2021-07-14perf pmu: Skip invalid hybrid pmuJin Yao1-1/+8
2021-07-09perf tools: Fix pattern matching for same substring in different PMU typeJin Yao3-2/+37
2021-07-09libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa3-20/+2
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa5-7/+6
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa12-38/+61