summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/expr.c
Commit message (Expand)AuthorAgeFilesLines
* perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark2023-09-151-1/+1
* perf test: Add a test for strcmp_cpuid_str() expressionJames Clark2023-09-121-4/+27
* perf test: Check result of has_event(cycles) testJames Clark2023-09-121-1/+1
* perf metric: Add #num_cpus_online literalIan Rogers2023-08-301-1/+4
* perf expr: Add has_event functionIan Rogers2023-06-291-0/+4
* perf expr: Make the evaluation of & and | logical and lazyIan Rogers2023-06-051-0/+40
* perf metric: Change divide by zero and !support events behaviorIan Rogers2023-05-101-1/+2
* perf expr: Make the online topology accessible globallyIan Rogers2023-02-191-5/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-161-18/+10
|\
| * libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-18/+10
* | perf expr: Tidy hashmap dependencyIan Rogers2022-11-161-0/+1
|/
* perf expr: Allow a double if expressionIan Rogers2022-10-061-0/+4
* perf test: Add basic core_wide expression testIan Rogers2022-10-041-0/+13
* perf smt: Compute SMT from topologyIan Rogers2022-10-041-9/+15
* perf expr: Move the scanner_ctx into the parse_ctxIan Rogers2022-10-041-1/+1
* perf test: Add test for #system_tsc_freq in metricsIan Rogers2022-07-251-0/+13
* perf expr: Allow exponents on floating point valuesIan Rogers2022-06-191-0/+2
* 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