summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/expr.c
Commit message (Expand)AuthorAgeFilesLines
* perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa2020-07-171-1/+2
* perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-171-2/+2
* perf expr: Add < and > operatorsIan Rogers2020-06-221-0/+6
* perf expr: Add d_ratio operationIan Rogers2020-06-221-0/+2
* perf expr: Allow numbers to be followed by a dotIan Rogers2020-05-281-0/+1
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-281-21/+23
* perf expr: Test parsing of floating point numbersIan Rogers2020-05-281-0/+1
* perf tests expr: Added test for runtime param in metric expressionKajol Jain2020-04-301-0/+8
* perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain2020-04-301-4/+4
* perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa2020-04-161-2/+2
* perf expr: Make expr__parse() return -1 on errorJiri Olsa2020-03-091-2/+2
* perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa2020-03-091-3/+3
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-1/+2
* perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du2019-03-191-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Expression parser enhancements for metricsAndi Kleen2017-08-221-0/+5
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-231-0/+56