aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-04-12perf vendor events: Update icelakex to v1.20Ian Rogers2-2/+2
2023-04-12perf vendor events: Update alderlake to v1.20Ian Rogers3-4/+7
2023-04-11perf bperf: Avoid use after free via unrelated 'struct evsel' anonymous union...Ian Rogers1-0/+1
2023-04-10perf evsel: Avoid SEGV if delete is called on NULLIan Rogers1-0/+3
2023-04-10perf script ibs: Change bit description according to latest AMD PPR ("Process...Ravi Bangoria1-7/+7
2023-04-10perf mem: Increase HISTC_MEM_LVL column size to 39 charsRavi Bangoria1-1/+1
2023-04-10perf mem: Refactor perf_mem__lvl_scnprintf() to process 'union perf_mem_data_...Ravi Bangoria1-42/+47
2023-04-10perf mem: Add support for printing PERF_MEM_LVLNUM_UNCRavi Bangoria1-0/+1
2023-04-10perf mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_DATA_SRC_NONERavi Bangoria1-1/+2
2023-04-10perf build: Warn for BPF skeletons if endian mismatchesIan Rogers1-7/+10
2023-04-10perf util: Move perf_guest/host declarationsIan Rogers11-10/+12
2023-04-10perf util: Move input_name to utilIan Rogers16-14/+16
2023-04-10perf version: Use regular verbose flagIan Rogers3-5/+3
2023-04-10perf header: Move perf_version_string declarationIan Rogers3-2/+3
2023-04-10perf usage: Move usage stringsIan Rogers5-9/+10
2023-04-10perf ui: Move window resize signal functionsIan Rogers5-21/+22
2023-04-10perf test stat+json_output: Write JSON output to a fileIan Rogers2-13/+38
2023-04-10perf stat: Don't write invalid "started on" comment for JSON outputIan Rogers1-2/+4
2023-04-10perf test stat+csv_output: Write CSV output to a fileIan Rogers1-16/+42
2023-04-10perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...Ian Rogers1-2/+26
2023-04-10perf lock contention: Support pre-5.14 kernelsIan Rogers1-1/+14
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-04-06perf map: Changes to reference countingIan Rogers11-44/+112
2023-04-06perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers2-18/+33
2023-04-06perf test: Add extra diagnostics to maps testIan Rogers1-15/+36
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers9-23/+33
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers6-12/+28
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers26-69/+81
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers6-13/+13
2023-04-06perf vendor events intel: Update free running tigerlake eventsIan Rogers2-36/+50
2023-04-06perf vendor events intel: Update free running snowridgex eventsIan Rogers2-66/+30
2023-04-06perf vendor events intel: Correct knightslanding memory topicIan Rogers2-36/+38
2023-04-06perf vendor events intel: Update free running icelakex eventsIan Rogers2-58/+30
2023-04-06perf vendor events intel: Update free running alderlake eventsIan Rogers2-8/+24
2023-04-06perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers1-16/+31
2023-04-06perf pmu: Improve name/comments, avoid a memory allocationIan Rogers2-10/+25
2023-04-06perf pmu: Fewer const castsIan Rogers1-6/+6
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim1-3/+19
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim2-2/+2
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim3-1/+15
2023-04-06perf lock contention: Add data failure statNamhyung Kim4-2/+8
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim4-6/+7
2023-04-06perf lock contention: Use -M for --map-nr-entriesNamhyung Kim2-1/+2
2023-04-06perf lock contention: Simplify parse_lock_type()Namhyung Kim1-35/+8
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett13-17/+17
2023-04-06perf pmu: Fix a few potential fd leaksIan Rogers1-2/+10
2023-04-06perf pmu: Make parser reentrantIan Rogers4-13/+37
2023-04-04perf map: Add accessor for start and endIan Rogers29-114/+125
2023-04-04perf map: Add accessor for dsoIan Rogers54-319/+447
2023-04-04perf maps: Add functions to access mapsIan Rogers20-111/+175