| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | perf sort: Use perf_env to set arch sort keys and header | Ian Rogers | 1 | -23/+30 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -7/+9 |
| 2025-04-25 | perf hist: Set levels in output_field_add() | Namhyung Kim | 1 | -1/+2 |
| 2025-03-10 | perf mem: Don't leak mem event names | Ian Rogers | 1 | -1/+3 |
| 2024-09-06 | perf mem: Fix missed p-core mem events on ADL and RPL | Kan Liang | 1 | -8/+4 |
| 2024-09-06 | perf mem: Check mem_events for all eligible PMUs | Kan Liang | 1 | -1/+1 |
| 2024-08-12 | perf c2c: Use perf_tool__init() | Ian Rogers | 1 | -18/+13 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -1/+1 |
| 2024-05-07 | perf mem-info: Add reference count checking | Ian Rogers | 1 | -6/+6 |
| 2024-05-07 | perf mem-info: Move mem-info out of mem-events and symbol | Ian Rogers | 1 | -0/+1 |
| 2024-03-21 | perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty | Ian Rogers | 1 | -5/+1 |
| 2024-03-21 | perf c2c: Fix a punctuation | Bhaskar Chowdhury | 1 | -1/+1 |
| 2024-01-24 | perf mem: Clean up perf_pmus__num_mem_pmus() | Kan Liang | 1 | -1/+1 |
| 2024-01-24 | perf mem: Clean up perf_mem_events__record_args() | Kan Liang | 1 | -13/+2 |
| 2024-01-24 | perf mem: Clean up perf_mem_events__ptr() | Kan Liang | 1 | -7/+21 |
| 2023-12-12 | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_... | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf callchain: Use pthread keys for tls callchain_cursor | Ian Rogers | 1 | -1/+3 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -4/+8 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -3/+3 |
| 2023-05-27 | perf pmu: Separate pmu and pmus | Ian Rogers | 1 | -2/+2 |
| 2023-05-27 | perf mem: Avoid hybrid PMU list | Ian Rogers | 1 | -5/+2 |
| 2023-04-12 | perf c2c: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -7/+7 |
| 2023-04-10 | perf util: Move input_name to util | Ian Rogers | 1 | -1/+1 |
| 2023-03-15 | perf hist: Add 'kvm_info' field in histograms entry | Leo Yan | 1 | -2/+2 |
| 2023-02-16 | perf c2c: Add report option to show false sharing in adjacent cachelines | Feng Tang | 1 | -9/+12 |
| 2022-12-02 | perf tools: Use dedicated non-atomic clear/set bit helpers | Sean Christopherson | 1 | -3/+3 |
| 2022-10-06 | perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events | Ravi Bangoria | 1 | -0/+1 |
| 2022-10-04 | perf c2c: Add helpers to get counts of loads or stores | Shang XiaoJing | 1 | -37/+28 |
| 2022-09-06 | perf c2c: Prevent potential memory leak in c2c_he_zalloc() | Shang XiaoJing | 1 | -3/+9 |
| 2022-08-11 | perf c2c: Use 'peer' as default display for Arm64 | Leo Yan | 1 | -12/+24 |
| 2022-08-11 | perf c2c: Sort on peer snooping for load operations | Leo Yan | 1 | -36/+99 |
| 2022-08-11 | perf c2c: Refactor display string | Leo Yan | 1 | -5/+5 |
| 2022-08-11 | perf c2c: Refactor node header | Leo Yan | 1 | -7/+19 |
| 2022-08-11 | perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop' | Leo Yan | 1 | -20/+20 |
| 2022-08-11 | perf c2c: Use explicit names for display macros | Leo Yan | 1 | -29/+29 |
| 2022-08-11 | perf c2c: Add mean dimensions for peer operations | Leo Yan | 1 | -0/+28 |
| 2022-08-11 | perf c2c: Add dimensions of peer metrics for cache line view | Leo Yan | 1 | -0/+102 |
| 2022-08-11 | perf c2c: Add dimensions for peer load operations | Leo Yan | 1 | -0/+30 |
| 2022-08-11 | perf c2c: Output statistics for peer snooping | Leo Yan | 1 | -0/+3 |
| 2022-06-03 | perf c2c: Fix sorting in percent_rmt_hitm_cmp() | Leo Yan | 1 | -2/+2 |
| 2022-05-26 | perf c2c: Use stdio interface if slang is not supported | Leo Yan | 1 | -2/+4 |
| 2022-05-23 | perf c2c: Add dimensions for 'N/A' metrics of store operation | Leo Yan | 1 | -7/+73 |
| 2022-03-26 | perf tools: Enhance the matching of sub-commands abbreviations | Wei Li | 1 | -2/+3 |
| 2022-02-15 | perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriate | Yury Norov | 1 | -2/+2 |
| 2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers | 1 | -6/+7 |
| 2022-01-12 | perf c2c: Use more intention revealing iterator | Ian Rogers | 1 | -5/+5 |
| 2021-11-07 | perf tools: Check vmlinux/kallsyms arguments in all tools | James Clark | 1 | -0/+4 |
| 2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
| 2021-09-08 | tools: rename bitmap_alloc() to bitmap_zalloc() | Andy Shevchenko | 1 | -3/+3 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -1/+1 |
| 2021-06-01 | perf c2c: Support record for hybrid platform | Jin Yao | 1 | -17/+23 |
| 2021-06-01 | perf tools: Support pmu prefix for mem-load event | Jin Yao | 1 | -2/+2 |
| 2021-02-08 | perf c2c: Support data block and addr block | Kan Liang | 1 | -0/+3 |
| 2021-01-20 | perf c2c: Add local variables for output metrics | Leo Yan | 1 | -26/+33 |
| 2021-01-20 | perf c2c: Refactor node display | Leo Yan | 1 | -13/+20 |
| 2021-01-20 | perf c2c: Fix argument type for percent() | Leo Yan | 1 | -1/+1 |
| 2021-01-20 | perf c2c: Refactor display filter | Leo Yan | 1 | -15/+15 |
| 2021-01-20 | perf c2c: Refactor hist entry validation | Leo Yan | 1 | -7/+23 |
| 2021-01-20 | perf c2c: Rename for shared cache line stats | Leo Yan | 1 | -7/+7 |
| 2020-11-11 | perf c2c: Support AUX trace | Leo Yan | 1 | -0/+12 |
| 2020-11-11 | perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORE | Leo Yan | 1 | -4/+13 |
| 2020-11-11 | perf mem: Introduce weak function perf_mem_events__ptr() | Leo Yan | 1 | -6/+12 |
| 2020-10-15 | perf c2c: Add metrics "RMT Load Hit" | Leo Yan | 1 | -50/+2 |
| 2020-10-15 | perf c2c: Correct LLC load hit metrics | Leo Yan | 1 | -2/+2 |
| 2020-10-15 | perf c2c: Change header for LLC local hit | Leo Yan | 1 | -1/+1 |
| 2020-10-15 | perf c2c: Use more explicit headers for HITM | Leo Yan | 1 | -4/+4 |
| 2020-10-15 | perf c2c: Change header from "LLC Load Hitm" to "Load Hitm" | Leo Yan | 1 | -1/+1 |
| 2020-10-15 | perf c2c: Organize metrics based on memory hierarchy | Leo Yan | 1 | -3/+3 |
| 2020-10-15 | perf c2c: Display "Total Stores" as a standalone metrics | Leo Yan | 1 | -6/+7 |
| 2020-10-15 | perf c2c: Display the total numbers continuously | Leo Yan | 1 | -2/+2 |
| 2020-10-13 | perf c2c: Update usage for showing memory events | Leo Yan | 1 | -1/+1 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' sample_type methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-28 | perf c2c: Fix 'perf c2c record -e list' to show the default events used | Ian Rogers | 1 | -1/+8 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-04-30 | perf c2c: Remove unneeded semicolon | Zou Wei | 1 | -3/+3 |
| 2020-04-18 | perf c2c: Add option to enable the LBR stitching approach | Kan Liang | 1 | -0/+12 |
| 2020-01-14 | perf c2c: Fix return type for histogram sorting comparision functions | Andres Freund | 1 | -4/+6 |
| 2020-01-06 | perf hists browser: Allow passing an initial hotkey | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-10-15 | perf c2c: Fix memory leak in build_cl_output() | Yunfeng Ye | 1 | -5/+9 |
| 2019-09-20 | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 1 | -2/+4 |
| 2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf hist: Remove needless ui/progress.h from hist.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-29 | perf tools: Remove needless perf.h include directive from headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf c2c: Display proper cpu count in nodes column | Jiri Olsa | 1 | -1/+1 |
| 2019-08-26 | perf cacheline: Move cacheline related routines to separate files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-22 | perf c2c: Fix report with offline cpus | Ravi Bangoria | 1 | -1/+1 |
| 2019-08-22 | libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 1 | -1/+1 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-03-06 | perf c2c: Fix c2c report for empty numa node | Jiri Olsa | 1 | -2/+6 |
| 2019-02-22 | perf data: Add global path holder | Jiri Olsa | 1 | -2/+2 |
| 2019-02-06 | perf hists: Add argument to hists__resort_cb_t callback | Jiri Olsa | 1 | -4/+4 |
| 2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf hist: Use cached rbtrees | Davidlohr Bueso | 1 | -3/+3 |
| 2019-01-21 | perf tools: Replace automatic const char[] variables by statics | Rasmus Villemoes | 1 | -2/+2 |
| 2018-12-28 | perf c2c: Increase the HITM ratio limit for displayed cachelines | Jiri Olsa | 1 | -1/+1 |
| 2018-12-28 | perf c2c: Change the default coalesce setup | Jiri Olsa | 1 | -1/+1 |
| 2018-07-31 | perf c2c report: Fix crash for empty browser | Jiri Olsa | 1 | -0/+3 |
| 2018-07-24 | perf hists: Clarify callchain disabling when available | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-06-08 | perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry | Jiri Olsa | 1 | -5/+5 |
| 2018-06-04 | perf srcline: Make hist_entry srcline helper consistent with map's | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-03-16 | perf c2c report: Add cacheline address count column | Jiri Olsa | 1 | -6/+29 |
| 2018-03-16 | perf c2c report: Add span header over cacheline data | Jiri Olsa | 1 | -5/+58 |
| 2018-03-16 | perf c2c report: Display node for cacheline address | Jiri Olsa | 1 | -5/+114 |
| 2018-03-16 | perf c2c report: Call calc_width() only for displayed entries | Jiri Olsa | 1 | -2/+1 |
| 2018-03-16 | perf c2c report: Make calc_width work with struct c2c_hist_entry | Jiri Olsa | 1 | -5/+9 |
| 2018-03-16 | perf c2c record: Record physical addresses in samples | Jiri Olsa | 1 | -1/+2 |
| 2018-03-08 | perf c2c: Use mem_info refcnt logic | Jiri Olsa | 1 | -13/+11 |
| 2018-02-15 | perf hists browser: Add parameter to disable lost event warning | Kan Liang | 1 | -2/+2 |
| 2018-01-17 | perf unwind: Do not look just at the global callchain_param.record_mode | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2017-12-27 | perf perf: Remove duplicate includes | Pravin Shedge | 1 | -3/+0 |
| 2017-11-16 | perf c2c: Fix spelling mistakes in browser help text | Kim Phillips | 1 | -4/+4 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-30 | perf tools: Add struct perf_data_file | Jiri Olsa | 1 | -2/+2 |
| 2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa | 1 | -5/+5 |
| 2017-09-18 | perf tools: Fix leaking rec_argv in error cases | Martin Kepplinger | 1 | -0/+1 |
| 2017-06-27 | perf tools: Replace error() with pr_err() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2017-04-25 | perf tools: Move event prototypes from util.h to event.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-24 | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-24 | perf tools: Include sys/param.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-27 | perf tools: Remove unused 'prefix' from builtin functions | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2017-03-07 | perf c2c: Fix display bug when using pipe | Namhyung Kim | 1 | -1/+1 |
| 2017-03-07 | perf c2c: Clarify help message of --stats option | Namhyung Kim | 1 | -1/+1 |
| 2017-01-20 | perf c2c report: Coalesce by default only by pid,iaddr | Jiri Olsa | 1 | -1/+1 |
| 2017-01-20 | perf c2c report: Display Total records column in offset view | Jiri Olsa | 1 | -0/+1 |
| 2016-12-15 | perf tools: Remove some needless __maybe_unused | Arnaldo Carvalho de Melo | 1 | -7/+6 |
| 2016-11-23 | perf c2c: Support cascading options | Jiri Olsa | 1 | -12/+10 |
| 2016-11-23 | perf c2c report: Display total HITMs on default | Jiri Olsa | 1 | -7/+32 |
| 2016-11-23 | perf c2c report: Add -f/--force option | Jiri Olsa | 1 | -1/+3 |
| 2016-11-23 | perf c2c report: Setup browser after opening perf.data | Jiri Olsa | 1 | -7/+8 |
| 2016-10-21 | perf c2c report: Add --show-all option | Jiri Olsa | 1 | -2/+5 |
| 2016-10-21 | perf c2c report: Add --no-source option | Jiri Olsa | 1 | -5/+8 |
| 2016-10-21 | perf c2c: Add man page and credits | Jiri Olsa | 1 | -0/+11 |
| 2016-10-21 | perf c2c report: Add help windows | Jiri Olsa | 1 | -2/+17 |
| 2016-10-21 | perf c2c report: Iterate node display in browser | Jiri Olsa | 1 | -0/+4 |
| 2016-10-21 | perf c2c report: Add support to manage symbol name length | Jiri Olsa | 1 | -1/+32 |
| 2016-10-21 | perf c2c report: Add cacheline index entry | Jiri Olsa | 1 | -3/+61 |
| 2016-10-21 | perf c2c report: Recalc width of global sort entries | Jiri Olsa | 1 | -0/+12 |
| 2016-10-21 | perf c2c report: Allow to set cacheline sort fields | Jiri Olsa | 1 | -17/+102 |
| 2016-10-21 | perf c2c report: Add support to choose local HITMs | Jiri Olsa | 1 | -19/+95 |
| 2016-10-21 | perf c2c report: Limit the cachelines table entries | Jiri Olsa | 1 | -1/+36 |
| 2016-10-21 | perf c2c report: Allow to report callchains | Jiri Olsa | 1 | -0/+67 |
| 2016-10-21 | perf c2c report: Add c2c related stats stdio output | Jiri Olsa | 1 | -6/+27 |
| 2016-10-21 | perf c2c report: Add shared cachelines stats stdio output | Jiri Olsa | 1 | -1/+61 |
| 2016-10-21 | perf c2c report: Add global stats stdio output | Jiri Olsa | 1 | -0/+56 |
| 2016-10-21 | perf c2c report: Add TUI cacheline browser | Jiri Olsa | 1 | -0/+81 |
| 2016-10-21 | perf c2c report: Add main TUI browser | Jiri Olsa | 1 | -2/+115 |
| 2016-10-19 | perf c2c report: Add stdio output support | Jiri Olsa | 1 | -0/+83 |
| 2016-10-19 | perf c2c report: Set final resort fields | Jiri Olsa | 1 | -0/+31 |
| 2016-10-19 | perf c2c report: Setup number of header lines for hists | Jiri Olsa | 1 | -6/+12 |
| 2016-10-19 | perf c2c report: Add src line sort key | Jiri Olsa | 1 | -1/+12 |
| 2016-10-19 | perf c2c report: Add 'cpucnt' sort key | Jiri Olsa | 1 | -0/+23 |
| 2016-10-19 | perf c2c report: Add stats related sort keys | Jiri Olsa | 1 | -0/+80 |
| 2016-10-19 | perf c2c report: Add 'node' sort key | Jiri Olsa | 1 | -0/+219 |
| 2016-10-19 | perf c2c report: Add 'symbol' and 'dso' sort keys | Jiri Olsa | 1 | -0/+18 |
| 2016-10-19 | perf c2c report: Add 'tid' sort key | Jiri Olsa | 1 | -0/+7 |
| 2016-10-19 | perf c2c report: Add 'pid' sort key | Jiri Olsa | 1 | -0/+25 |
| 2016-10-19 | perf c2c report: Add dram related sort keys | Jiri Olsa | 1 | -0/+21 |
| 2016-10-19 | perf c2c report: Add hitm/store percent related sort keys | Jiri Olsa | 1 | -0/+202 |
| 2016-10-19 | perf c2c report: Add hitm percent sort key | Jiri Olsa | 1 | -0/+91 |
| 2016-10-19 | perf c2c report: Add total loads sort key | Jiri Olsa | 1 | -0/+60 |
| 2016-10-19 | perf c2c report: Add total record sort key | Jiri Olsa | 1 | -0/+64 |
| 2016-10-19 | perf c2c report: Add llc load miss dimension key | Jiri Olsa | 1 | -0/+47 |
| 2016-10-19 | perf c2c report: Add llc and remote loads related dimension keys | Jiri Olsa | 1 | -0/+20 |
| 2016-10-19 | perf c2c report: Add loads related dimension keys | Jiri Olsa | 1 | -0/+30 |
| 2016-10-19 | perf c2c report: Add stores related dimension keys | Jiri Olsa | 1 | -0/+48 |
| 2016-10-19 | perf c2c report: Add hitm related dimension keys | Jiri Olsa | 1 | -0/+109 |
| 2016-10-19 | perf c2c report: Add 'iaddr' dimension key | Jiri Olsa | 1 | -0/+30 |
| 2016-10-19 | perf c2c report: Add 'offset' dimension key | Jiri Olsa | 1 | -0/+36 |
| 2016-10-19 | perf c2c report: Add 'dcacheline' dimension key | Jiri Olsa | 1 | -0/+37 |
| 2016-10-19 | perf c2c report: Add header macros | Jiri Olsa | 1 | -0/+35 |
| 2016-10-19 | perf c2c report: Decode c2c_stats for hist entries | Jiri Olsa | 1 | -12/+26 |
| 2016-10-19 | perf c2c report: Add cacheline hists processing | Jiri Olsa | 1 | -6/+86 |
| 2016-10-19 | perf c2c report: Add sample processing | Jiri Olsa | 1 | -1/+107 |
| 2016-10-19 | perf c2c report: Fallback to standard dimensions | Jiri Olsa | 1 | -4/+8 |
| 2016-10-19 | perf c2c report: Add sort_entry dimension support | Jiri Olsa | 1 | -17/+65 |
| 2016-10-19 | perf c2c report: Add dimension support | Jiri Olsa | 1 | -1/+238 |
| 2016-10-19 | perf c2c: Add report subcommand | Jiri Olsa | 1 | -1/+65 |
| 2016-10-19 | perf c2c: Add record subcommand | Jiri Olsa | 1 | -0/+114 |
| 2016-10-19 | perf c2c: Add c2c command | Jiri Olsa | 1 | -0/+23 |