summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/expr.c
AgeCommit message (Expand)AuthorLines
2025-02-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang-0/+2
2024-12-12perf expr: Initialize is_test value in expr__ctx_new()Levi Yun-4/+1
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers-3/+3
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers-80/+13
2024-06-06perf: parse-events: Fix compilation error while defining DEBUG_PARSERClément Le Goffic-4/+0
2024-02-13perf expr: Fix "has_event" function for metric style eventsIan Rogers-1/+19
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark-1/+1
2023-08-30perf metric: Add #num_cpus_online literalIan Rogers-0/+7
2023-08-17perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark-0/+18
2023-08-03perf build: Include generated header files properlyNamhyung Kim-2/+2
2023-06-29perf expr: Add has_event functionIan Rogers-0/+21
2023-04-12perf expr: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo-7/+7
2023-04-04perf metrics: Add has_pmem literalIan Rogers-0/+19
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers-10/+6
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang-0/+5
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-21/+15
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers-0/+1
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman-21/+15
2022-10-06perf expr: Remove jevents case workaroundIan Rogers-10/+1
2022-10-04perf metrics: Wire up core_wideIan Rogers-1/+12
2022-10-04perf smt: Compute SMT from topologyIan Rogers-5/+4
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers-5/+2
2022-07-25perf tsc: Add arch TSC frequency informationKan Liang-0/+13
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers-1/+1
2022-01-12perf expr: Add debug logging for literalsIan Rogers-12/+25
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers-1/+1
2021-12-28perf expr: Fix return value of ids__new()Miaoqian Lin-1/+6
2021-12-18perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin-0/+5
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers-5/+22
2021-11-13perf expr: Add metric literals for topology.Ian Rogers-0/+27
2021-11-13perf expr: Add literal values starting with #Ian Rogers-0/+11
2021-10-20perf expr: Add subset_of_ids() utilityIan Rogers-0/+15
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers-23/+3
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers-7/+8
2021-09-29perf expr: Merge find_ids and regular parsingIan Rogers-5/+4
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers-4/+67
2021-09-29perf metric: Rename expr__find_other.Ian Rogers-2/+2
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers-9/+30
2020-11-16perf expr: Force encapsulation on expr_id_dataIan Rogers-9/+59
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa-0/+2
2020-07-30perf metric: Compute referenced metricsJiri Olsa-0/+31
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa-0/+54
2020-07-30perf metric: Add expr__del_id functionJiri Olsa-8/+13
2020-07-30perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa-7/+3
2020-07-30perf metric: Add expr__add_id functionJiri Olsa-6/+25
2020-07-30perf metric: Fix memory leak in expr__add_id functionJiri Olsa-0/+2
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa-11/+11
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa-1/+1
2020-06-23perf expr: Add missing headers noticed when building with NO_LIBBPF=1Arnaldo Carvalho de Melo-0/+3
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers-57/+72