summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-01-26perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
2024-01-26perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2024-01-15perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter1-1/+3
2023-12-08perf intel-pt: Fix async branch flagsAdrian Hunter1-0/+2
2023-11-20perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-11-20perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-10-25perf: Add irq and exception return branch typesAnshuman Khandual1-1/+3
2023-10-06perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo1-0/+6
2023-09-23perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim1-2/+2
2023-09-23perf test: Remove bash construct from stat_bpf_counters.sh testJames Clark1-1/+1
2023-09-19perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim1-34/+24
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim1-5/+6
2023-09-19perf hists browser: Fix hierarchy mode headerNamhyung Kim1-1/+1
2023-09-19perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo1-0/+1
2023-09-19perf vendor events: Drop some of the JSON/events for power10 platformKajol Jain5-37/+0
2023-09-19perf vendor events: Update the JSON/events descriptions for power10 platformKajol Jain8-69/+69
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo1-3/+7
2023-09-19perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo1-7/+2
2023-09-19perf trace: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-4/+4
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-07-27perf build: Fix library not found error when using CSLIBSJames Clark1-2/+2
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller1-0/+77
2023-07-23perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-07-23perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-07-23perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo1-0/+2
2023-07-23perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed2-2/+6
2023-07-05perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen1-2/+15
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2-2/+7
2023-05-17perf evlist: Refactor evlist__for_each_cpu()Ian Rogers4-166/+210
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring1-2/+1
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo1-1/+1
2023-05-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2-3/+3
2023-05-17perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko1-1/+1
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-03-17tools perf: Fix compilation error with new binutilsAndres Freund2-3/+12
2023-03-17perf stat: Fix counting when initial delay configuredChangbin Du4-16/+18
2023-03-17perf inject: Fix --buildid-all not to eat up MMAP2Namhyung Kim1-0/+1
2023-03-10perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter4-0/+83
2023-03-10perf tools: Fix auto-complete on aarch64Yicong Yang1-3/+8
2023-03-10perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim3-0/+39
2023-03-10perf intel-pt: Add support for emulated ptwriteAdrian Hunter6-3/+224
2023-03-10perf intel-pt: Add link to the perf wiki's Intel PT pageAdrian Hunter1-0/+7
2023-03-10perf intel-pt: Add documentation for Event Trace and TNT disableAdrian Hunter1-2/+102
2023-03-10perf inject: Use perf_data__read() for auxtraceNamhyung Kim1-3/+3
2023-03-10perf llvm: Fix inadvertent file creationIan Rogers1-1/+24
2023-01-18perf build: Properly guard libbpf includesIan Rogers2-0/+8
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller1-12/+0