summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/expr.l
Commit message (Expand)AuthorAgeFilesLines
* 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