summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim2024-08-281-1/+1
* perf tools: Print lost samples due to BPF filterNamhyung Kim2024-08-281-4/+15
* perf hist: Update hist symbol when updating mapsMatt Fleming2024-08-151-0/+5
* perf annotate: Save branch counters for each blockKan Liang2024-08-141-2/+3
* perf hist: Fix reference counting of branch_infoIan Rogers2024-08-081-4/+14
* perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim2024-08-011-7/+7
* perf hist: Add symbol_conf.skip_emptyNamhyung Kim2024-06-151-3/+3
* perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers2024-05-071-25/+14
* perf mem-info: Add reference count checkingIan Rogers2024-05-071-12/+14
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-0/+1
* perf block-info: Remove unused refcountIan Rogers2024-05-071-2/+2
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-2/+2
* perf hist: Add weight fields to hist entry statsNamhyung Kim2024-04-171-2/+10
* perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong2024-01-261-2/+2
* perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers2023-10-251-16/+12
* perf hist: Add missing puts to hist__account_cyclesIan Rogers2023-10-251-3/+7
* libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-1/+1
* perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo2023-06-121-1/+1
* perf hist: Fix srcline memory leakIan Rogers2023-06-121-1/+1
* perf srcline: Change free_srcline to zfree_srclineIan Rogers2023-06-121-3/+3
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-15/+31
* perf map/maps/thread: Changes to reference countingIan Rogers2023-06-121-2/+4
* perf thread: Add reference count checkingIan Rogers2023-06-121-1/+1
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-3/+5
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-3/+3
* perf mem: Increase HISTC_MEM_LVL column size to 39 charsRavi Bangoria2023-04-101-1/+1
* perf map: Changes to reference countingIan Rogers2023-04-061-5/+5
* perf map: Add accessor for dsoIan Rogers2023-04-041-5/+5
* perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+1
* perf kvm: Reference count 'struct kvm_info'Leo Yan2023-03-211-0/+5
* perf report: Add 'simd' sort fieldGerman Gomez2023-03-201-0/+1
* perf hist: Add 'kvm_info' field in histograms entryLeo Yan2023-03-151-7/+12
* perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim2022-12-211-5/+5
* perf tools: Add 'addr' sort keyNamhyung Kim2022-10-041-0/+1
* perf report: Show per-event LOST SAMPLES statNamhyung Kim2022-10-041-3/+7
* perf hist: Add nr_lost_samples to hist_statsNamhyung Kim2022-10-041-0/+5
* perf hist: Update use of pthread mutexIan Rogers2022-10-041-3/+3
* perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian2022-02-161-0/+2
* perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev2022-01-101-1/+3
* perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-11-181-8/+4
* perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-11-181-7/+4
* perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-11-181-9/+5
* perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim2021-04-291-1/+5
* perf hists: Split hists_stats from events_statsNamhyung Kim2021-04-291-6/+14
* perf tools: Support pipeline stage cycles for powerpcAthira Rajeev2021-03-261-3/+8
* perf report: Support instruction latencyKan Liang2021-02-081-3/+9
* perf tools: Support data block and addr blockKan Liang2021-02-081-0/+1
* perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian2021-01-201-0/+2
* perf sort: Add sort option for data page sizeKan Liang2020-12-191-0/+3
* perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo2020-11-301-1/+1