summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers1-2/+2
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim1-0/+2
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim1-2/+4
2025-05-02perf hist: Add struct he_mem_statNamhyung Kim1-0/+74
2025-03-08perf report: Fix memory leaks in the hierarchy modeNamhyung Kim1-0/+10
2025-02-25perf report: Fix sample number stats for branch entry modeThomas Falcon1-2/+6
2025-02-19perf report: Add latency output fieldDmitry Vyukov1-14/+41
2025-02-19perf report: Add parallelism filterDmitry Vyukov1-0/+31
2025-02-19perf report: Switch filtered from u8 to u16Dmitry Vyukov1-1/+1
2025-02-18perf report: Add parallelism sort keyDmitry Vyukov1-0/+2
2025-01-17perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov1-1/+10
2025-01-17perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov1-60/+43
2024-10-11perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon1-0/+3
2024-08-29perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-08-29perf tools: Print lost samples due to BPF filterNamhyung Kim1-4/+15
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-08-14perf annotate: Save branch counters for each blockKan Liang1-2/+3
2024-08-08perf hist: Fix reference counting of branch_infoIan Rogers1-4/+14
2024-08-02perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim1-7/+7
2024-06-16perf hist: Add symbol_conf.skip_emptyNamhyung Kim1-3/+3
2024-05-08perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers1-25/+14
2024-05-08perf mem-info: Add reference count checkingIan Rogers1-12/+14
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-08perf block-info: Remove unused refcountIan Rogers1-2/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-2/+2
2024-04-17perf hist: Add weight fields to hist entry statsNamhyung Kim1-2/+10
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong1-2/+2
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers1-16/+12
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-1/+1
2023-06-13perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo1-1/+1
2023-06-12perf hist: Fix srcline memory leakIan Rogers1-1/+1
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers1-3/+3
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-15/+31
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers1-2/+4
2023-06-12perf thread: Add reference count checkingIan Rogers1-1/+1
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-3/+5
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-3/+3
2023-04-11perf mem: Increase HISTC_MEM_LVL column size to 39 charsRavi Bangoria1-1/+1
2023-04-07perf map: Changes to reference countingIan Rogers1-5/+5
2023-04-04perf map: Add accessor for dsoIan Rogers1-5/+5
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+1
2023-03-21perf kvm: Reference count 'struct kvm_info'Leo Yan1-0/+5
2023-03-21perf report: Add 'simd' sort fieldGerman Gomez1-0/+1
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan1-7/+12
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim1-5/+5
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim1-0/+1
2022-10-04perf report: Show per-event LOST SAMPLES statNamhyung Kim1-3/+7
2022-10-04perf hist: Add nr_lost_samples to hist_statsNamhyung Kim1-0/+5
2022-10-04perf hist: Update use of pthread mutexIan Rogers1-3/+3