summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)Author
2025-05-13perf report: Add 'tgid' sort keyNamhyung Kim
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim
2025-05-02perf hist: Add struct he_mem_statNamhyung Kim
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim
2025-02-18perf hist: Shrink struct hist_entry sizeDmitry Vyukov
2025-02-18perf report: Add --latency flagDmitry Vyukov
2025-02-18perf report: Add latency output fieldDmitry Vyukov
2025-02-18perf report: Add parallelism filterDmitry Vyukov
2025-02-18perf report: Switch filtered from u8 to u16Dmitry Vyukov
2025-02-17perf report: Add parallelism sort keyDmitry Vyukov
2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim
2024-08-21perf annotate-data: Add 'typecln' sort keyNamhyung Kim
2024-08-14perf annotate: Save branch counters for each blockKan Liang
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim
2024-05-07perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim
2024-04-17perf hist: Add weight fields to hist entry statsNamhyung Kim
2024-04-17perf hist: Move histogram related code to hist.hNamhyung Kim
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung Kim
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-03-20perf report: Add 'simd' sort fieldGerman Gomez
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim
2022-10-04perf hist: Add nr_lost_samples to hist_statsNamhyung Kim
2022-10-04perf hist: Update use of pthread mutexIan Rogers
2022-02-16perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim
2021-03-26perf tools: Support pipeline stage cycles for powerpcAthira Rajeev
2021-02-08perf report: Support instruction latencyKan Liang
2021-02-08perf tools: Support data block and addr blockKan Liang
2021-01-20perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2020-12-19perf sort: Add sort option for data page sizeKan Liang
2020-11-30perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' browser methodsArnaldo Carvalho de Melo
2020-05-28perf evsel: Rename perf_evsel__resort*() to evsel__resort*()Arnaldo Carvalho de Melo