summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-04-10perf test stat+json_output: Write JSON output to a fileIan Rogers
2023-04-10perf stat: Don't write invalid "started on" comment for JSON outputIan Rogers
2023-04-10perf test stat+csv_output: Write CSV output to a fileIan Rogers
2023-04-10perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...Ian Rogers
2023-04-10perf lock contention: Support pre-5.14 kernelsIan Rogers
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-04-06perf map: Changes to reference countingIan Rogers
2023-04-06perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers
2023-04-06perf test: Add extra diagnostics to maps testIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers
2023-04-06perf vendor events intel: Update free running tigerlake eventsIan Rogers
2023-04-06perf vendor events intel: Update free running snowridgex eventsIan Rogers
2023-04-06perf vendor events intel: Correct knightslanding memory topicIan Rogers
2023-04-06perf vendor events intel: Update free running icelakex eventsIan Rogers
2023-04-06perf vendor events intel: Update free running alderlake eventsIan Rogers
2023-04-06perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers
2023-04-06perf pmu: Improve name/comments, avoid a memory allocationIan Rogers
2023-04-06perf pmu: Fewer const castsIan Rogers
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim
2023-04-06perf lock contention: Add data failure statNamhyung Kim
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim
2023-04-06perf lock contention: Use -M for --map-nr-entriesNamhyung Kim
2023-04-06perf lock contention: Simplify parse_lock_type()Namhyung Kim
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-04-06perf pmu: Fix a few potential fd leaksIan Rogers
2023-04-06perf pmu: Make parser reentrantIan Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04perf map: Move map list node into symbolIan Rogers
2023-04-04perf jit: Fix a few memory leaksIan Rogers
2023-04-04perf build: Allow C++ demangle without libelfIan Rogers
2023-04-04perf srcline: Avoid addr2line SIGPIPEsIan Rogers
2023-04-04perf srcline: Support for llvm-addr2lineIan Rogers
2023-04-04perf srcline: Simplify addr2line subprocessIan Rogers
2023-04-04tools api: Add io__getlineIan Rogers
2023-04-04perf intel-pt: Use perf_pmu__scan_file_at() if possibleNamhyung Kim
2023-04-04perf pmu: Add perf_pmu__{open,scan}_file_at()Namhyung Kim
2023-04-04perf pmu: Use relative path in setup_pmu_alias_list()Namhyung Kim
2023-04-04perf pmu: Use relative path in perf_pmu__caps_parse()Namhyung Kim
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim
2023-04-04perf bench: Add pmu-scan benchmarkNamhyung Kim
2023-04-04perf pmu: Add perf_pmu__destroy() functionNamhyung Kim
2023-04-04perf tools: Fix a asan issue in parse_events_multi_pmu_add()Namhyung Kim