summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/expr.c
AgeCommit message (Expand)AuthorLines
2020-03-09perf expr: Make expr__parse() return -1 on errorJiri Olsa-2/+2
2020-03-09perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa-3/+3
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-0/+1
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-1/+2
2019-03-19perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-22perf tools: Expression parser enhancements for metricsAndi Kleen-0/+5
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo-1/+1
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen-0/+56