summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-271-0/+3
* perf tools: Drop requirement for libstdc++.so for libopencsd checkUwe Kleine-König2022-01-271-1/+4
* perf script: Fix hex dump character outputAdrian Hunter2022-01-271-1/+1
* perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-271-8/+17
* perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo2022-01-201-9/+14
* perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2022-01-051-10/+13
* perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2022-01-051-1/+1
* perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2022-01-051-0/+1
* perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter2021-12-221-3/+7
* perf inject: Fix segfault due to close without openAdrian Hunter2021-12-221-1/+2
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-171-1/+1
* perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-173-20/+26
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-141-2/+0
* perf tools: Fix SMT detection fast read pathIan Rogers2021-12-141-1/+1
* perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-141-0/+1
* perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-141-3/+8
* perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-141-0/+1
* perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-141-4/+28
* perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-141-19/+13
* perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-141-1/+1
* perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-141-3/+4
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-12-083-14/+17
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-082-15/+14
* perf inject: Fix ARM SPE handlingGerman Gomez2021-12-081-0/+15
* perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-12-083-11/+7
* perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-12-083-25/+12
* perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-12-083-27/+13
* perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark2021-11-251-1/+1
* perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed2021-11-254-0/+4
* perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-253-3/+10
* perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers2021-11-181-1/+3
* x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-11-181-0/+2
* perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang2021-10-311-1/+1
* perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa2021-10-311-1/+1
* perf script: Check session->header.env.arch before using itSong Liu2021-10-311-4/+8
* perf build: Suppress 'rm dlfilter' build messageAdrian Hunter2021-10-311-0/+2
* perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev2021-10-141-2/+2
* perf tests attr: Add missing topdown metrics eventsKan Liang2021-10-054-52/+440
* perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov2021-10-051-1/+1
* perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov2021-10-051-1/+1
* perf jevents: Free the sys_event_tables list after processing entriesLike Xu2021-10-051-0/+2
* perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu2021-09-271-1/+1
* perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu2021-09-271-0/+2
* perf config: Refine error message to eliminate confusionLike Xu2021-09-271-1/+1
* perf doc: Fix typos all over the placeLike Xu2021-09-278-8/+8
* perf arm: Fix off-by-one directory paths.Ian Rogers2021-09-276-23/+23
* perf vendor events powerpc: Fix spelling mistake "icach" -> "icache"Colin Ian King2021-09-271-1/+1
* perf tests: Fix flaky test 'Object code reading'James Clark2021-09-271-2/+2
* perf test: Fix DWARF unwind for optimized builds.Ian Rogers2021-09-271-7/+32
* perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko2021-09-181-0/+3