summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/expr.l
Commit message (Expand)AuthorAgeFilesLines
* perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers2023-02-031-3/+5
* perf expr: Prevent normalize() from reading into undefined memory in the expr...Sohom Datta2023-01-181-1/+4
* perf metrics: Wire up core_wideIan Rogers2022-10-041-3/+3
* perf expr: Allow exponents on floating point valuesIan Rogers2022-06-191-1/+1
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-131-0/+1
* perf expr: Add literal values starting with #Ian Rogers2021-11-131-1/+14
* perf metric: Encode and use metric-id as qualifierIan Rogers2021-10-201-4/+2
* perf expr: Merge find_ids and regular parsingIan Rogers2021-09-291-9/+0
* perf expr: Add < and > operatorsIan Rogers2020-06-221-0/+2
* perf expr: Add d_ratio operationIan Rogers2020-06-221-0/+1
* perf expr: Allow numbers to be followed by a dotIan Rogers2020-05-281-1/+1
* perf expr: Parse numbers as doublesIan Rogers2020-05-281-7/+7
* perf expr: Allow for unlimited escaped characters in a symbolIan Rogers2020-05-281-1/+1
* perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain2020-04-301-7/+20
* perf expr: Add expr_scanner_ctx objectJiri Olsa2020-04-161-5/+5
* perf expr: Fix copy/paste mistakeJiri Olsa2020-03-171-2/+2
* perf expr: Move expr lexer to flexJiri Olsa2020-03-091-0/+114