summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
* perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing2022-06-091-1/+1
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-06-091-2/+4
* perf tools: Use Python devtools for version autodetection rather than runtimeJames Clark2022-06-091-12/+27
* perf tools: Add missing headers needed by util/data.hYang Jihong2022-06-091-0/+1
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-251-1/+1
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-05-095-50/+0
* perf symbol: Update symbols__fixup_end()Namhyung Kim2022-05-091-4/+25
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-05-093-5/+6
* perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan2022-04-271-0/+14
* perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-201-2/+3
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-131-0/+3
* perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-131-2/+4
* perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-132-0/+5
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-131-3/+12
* perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-131-1/+1
* perf: arm-spe: Fix perf report --mem-modeJames Clark2022-04-131-0/+6
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1
* perf data: Fix double free in perf_session__delete()Alexey Bayduraev2022-03-021-4/+3
* perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-231-1/+2
* perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-081-9/+10
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-271-0/+3
* 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 script: Fix CPU filtering of a script's switch eventsAdrian Hunter2022-01-051-1/+1
* perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-171-0/+1
* perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-171-3/+8
* perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-171-0/+1
* perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-171-4/+28
* perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-171-19/+13
* perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-171-1/+1
* perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-171-2/+3
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-171-1/+1
* 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 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 tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark2021-11-261-1/+1
* perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed2021-11-264-0/+4
* perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-263-3/+10
* perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers2021-11-181-1/+3
* perf script: Check session->header.env.arch before using itSong Liu2021-11-021-4/+8
* perf jevents: Tidy error handlingJohn Garry2021-10-131-48/+35
* perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-261-0/+10
* perf test: Fix bpf test sample mismatch reportingMichael Petlan2021-09-261-1/+1
* perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo2021-09-221-22/+30
* perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}Li Huafei2021-09-221-4/+4
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-221-0/+1
* perf annotate: Fix jump parsing for C++ code.Martin Liška2021-09-032-0/+9