Age | Commit message (Expand) | Author | Files | Lines |
2023-05-10 | perf metric: Change divide by zero and !support events behavior | Ian Rogers | 1 | -1/+2 |
2023-02-19 | perf expr: Make the online topology accessible globally | Ian Rogers | 1 | -5/+2 |
2022-12-16 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -18/+10 |
2022-11-16 | perf expr: Tidy hashmap dependency | Ian Rogers | 1 | -0/+1 |
2022-11-10 | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 1 | -18/+10 |
2022-10-06 | perf expr: Allow a double if expression | Ian Rogers | 1 | -0/+4 |
2022-10-04 | perf test: Add basic core_wide expression test | Ian Rogers | 1 | -0/+13 |
2022-10-04 | perf smt: Compute SMT from topology | Ian Rogers | 1 | -9/+15 |
2022-10-04 | perf expr: Move the scanner_ctx into the parse_ctx | Ian Rogers | 1 | -1/+1 |
2022-07-25 | perf test: Add test for #system_tsc_freq in metrics | Ian Rogers | 1 | -0/+13 |
2022-06-19 | perf expr: Allow exponents on floating point values | Ian Rogers | 1 | -0/+2 |
2021-12-07 | perf test: Fix 'Simple expression parser' test on arch without CPU die topolo... | Thomas Richter | 1 | -1/+3 |
2021-11-14 | perf expr: Add source_count for aggregating events | Ian Rogers | 1 | -0/+12 |
2021-11-14 | perf expr: Add metric literals for topology. | Ian Rogers | 1 | -1/+11 |
2021-11-14 | perf test: Add expr test for events with hyphens | Ian Rogers | 1 | -0/+10 |
2021-11-13 | perf test: Rename struct test to test_suite | Ian Rogers | 1 | -1/+1 |
2021-11-13 | perf test: Move each test suite struct to its test | Ian Rogers | 1 | -1/+3 |
2021-10-20 | perf metric: Encode and use metric-id as qualifier | Ian Rogers | 1 | -2/+2 |
2021-10-20 | perf metric: Modify resolution and recursion check | Ian Rogers | 1 | -5/+5 |
2021-10-20 | perf metric: Move runtime value to the expr context | Ian Rogers | 1 | -7/+8 |
2021-09-29 | perf metric: Avoid events for an 'if' constant result | Ian Rogers | 1 | -0/+7 |
2021-09-29 | perf metric: Don't compute unused events | Ian Rogers | 1 | -0/+11 |
2021-09-29 | perf metric: Add utilities to work on ids map. | Ian Rogers | 1 | -0/+47 |
2021-09-29 | perf metric: Rename expr__find_other. | Ian Rogers | 1 | -13/+13 |
2021-09-29 | perf metric: Restructure struct expr_parse_ctx. | Ian Rogers | 1 | -39/+42 |
2020-07-17 | perf metric: Add 'struct expr_id_data' to keep expr value | Jiri Olsa | 1 | -1/+2 |
2020-07-17 | perf metric: Rename expr__add_id() to expr__add_val() | Jiri Olsa | 1 | -2/+2 |
2020-06-22 | perf expr: Add < and > operators | Ian Rogers | 1 | -0/+6 |
2020-06-22 | perf expr: Add d_ratio operation | Ian Rogers | 1 | -0/+2 |
2020-05-28 | perf expr: Allow numbers to be followed by a dot | Ian Rogers | 1 | -0/+1 |
2020-05-28 | perf expr: Migrate expr ids table to a hashmap | Ian Rogers | 1 | -21/+23 |
2020-05-28 | perf expr: Test parsing of floating point numbers | Ian Rogers | 1 | -0/+1 |
2020-04-30 | perf tests expr: Added test for runtime param in metric expression | Kajol Jain | 1 | -0/+8 |
2020-04-30 | perf metricgroups: Enhance JSON/metric infrastructure to handle "?" | Kajol Jain | 1 | -4/+4 |
2020-04-16 | perf expr: Add expr_ prefix for parse_ctx and parse_id | Jiri Olsa | 1 | -2/+2 |
2020-03-10 | perf expr: Make expr__parse() return -1 on error | Jiri Olsa | 1 | -2/+2 |
2020-03-10 | perf expr: Straighten expr__parse()/expr__find_other() interface | Jiri Olsa | 1 | -3/+3 |
2019-09-01 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-03-19 | perf tests: Fix memory leak by expr__find_other() in test__expr() | Changbin Du | 1 | -1/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-22 | perf tools: Expression parser enhancements for metrics | Andi Kleen | 1 | -0/+5 |
2017-08-11 | perf test: Add 'struct test *' to the test functions | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2017-03-23 | perf tools: Add a simple expression parser for JSON | Andi Kleen | 1 | -0/+56 |