summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/expr.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter2021-12-061-1/+3
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-131-0/+12
* perf expr: Add metric literals for topology.Ian Rogers2021-11-131-1/+11
* perf test: Add expr test for events with hyphensIan Rogers2021-11-131-0/+10
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-1/+1
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-1/+3
* perf metric: Encode and use metric-id as qualifierIan Rogers2021-10-201-2/+2
* perf metric: Modify resolution and recursion checkIan Rogers2021-10-201-5/+5
* perf metric: Move runtime value to the expr contextIan Rogers2021-10-201-7/+8
* perf metric: Avoid events for an 'if' constant resultIan Rogers2021-09-291-0/+7
* perf metric: Don't compute unused eventsIan Rogers2021-09-291-0/+11
* perf metric: Add utilities to work on ids map.Ian Rogers2021-09-291-0/+47
* perf metric: Rename expr__find_other.Ian Rogers2021-09-291-13/+13
* perf metric: Restructure struct expr_parse_ctx.Ian Rogers2021-09-291-39/+42
* 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