ta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/tools/perf/util/expr.c
AgeCommit message (Expand)Author
2023-08-30perf metric: Add #num_cpus_online literalIan Rogers
2023-08-17perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark
2023-08-03perf build: Include generated header files properlyNamhyung Kim
2023-06-29perf expr: Add has_event functionIan Rogers
2023-04-12perf expr: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-04perf metrics: Add has_pmem literalIan Rogers
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-06perf expr: Remove jevents case workaroundIan Rogers
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-10-04perf smt: Compute SMT from topologyIan Rogers
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers
2022-07-25perf tsc: Add arch TSC frequency informationKan Liang
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers
2022-01-12perf expr: Add debug logging for literalsIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-12-28perf expr: Fix return value of ids__new()Miaoqian Lin
2021-12-18perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers
2021-11-13perf expr: Add metric literals for topology.Ian Rogers
2021-11-13perf expr: Add literal values starting with #Ian Rogers
2021-10-20perf expr: Add subset_of_ids() utilityIan Rogers
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers
2021-09-29perf expr: Merge find_ids and regular parsingIan Rogers
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers
2021-09-29perf metric: Rename expr__find_other.Ian Rogers
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers