summaryrefslogtreecommitdiff
path: root/tools/perf/tests/expr.c
AgeCommit message (Expand)Author
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark
2023-09-12perf test: Check result of has_event(cycles) testJames Clark
2023-08-30perf metric: Add #num_cpus_online literalIan Rogers
2023-06-29perf expr: Add has_event functionIan Rogers
2023-06-05perf expr: Make the evaluation of & and | logical and lazyIan Rogers
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-06perf expr: Allow a double if expressionIan Rogers
2022-10-04perf test: Add basic core_wide expression testIan Rogers
2022-10-04perf smt: Compute SMT from topologyIan Rogers
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers
2022-07-25perf test: Add test for #system_tsc_freq in metricsIan Rogers
2022-06-19perf expr: Allow exponents on floating point valuesIan Rogers
2021-12-06perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers
2021-11-13perf expr: Add metric literals for topology.Ian Rogers
2021-11-13perf test: Add expr test for events with hyphensIan Rogers
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers
2021-09-29perf metric: Don't compute unused eventsIan Rogers
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers
2021-09-29perf metric: Rename expr__find_other.Ian Rogers
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa
2020-06-22perf expr: Add < and > operatorsIan Rogers
2020-06-22perf expr: Add d_ratio operationIan Rogers
2020-05-28perf expr: Allow numbers to be followed by a dotIan Rogers
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers
2020-05-28perf expr: Test parsing of floating point numbersIan Rogers
2020-04-30perf tests expr: Added test for runtime param in metric expressionKajol Jain
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain
2020-04-16perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa
2020-03-09perf expr: Make expr__parse() return -1 on errorJiri Olsa
2020-03-09perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-03-19perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22perf tools: Expression parser enhancements for metricsAndi Kleen
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen