summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/branch.h
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Make display use of branch_type_stat constIan Rogers2023-10-251-2/+2
* perf script: Show branch speculation infoSandipan Das2023-02-021-0/+2
* perf branch: Fix interpretation of branch recordsJames Clark2022-12-051-1/+2
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-311-1/+1
* perf branch: Remove some needless headers, add a needed oneArnaldo Carvalho de Melo2022-10-311-3/+1
* perf branch: Add branch privilege information request flagAnshuman Khandual2022-10-041-1/+2
* perf branch: Extend branch type classificationAnshuman Khandual2022-10-041-1/+5
* perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf callchain: Stitch LBR call stackKan Liang2020-04-181-7/+12
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-0/+22
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+8
* perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-311-0/+8
* perf tools: Move branch structs to branch.hArnaldo Carvalho de Melo2019-01-251-3/+24
* perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-251-5/+6
* perf util: Create branch.c/.h for common branch functionsJin Yao2017-07-181-0/+24