Age | Commit message (Expand) | Author |
2023-09-12 | perf expr: Make YYDEBUG dependent on doing a debug build | Ian Rogers |
2023-08-17 | perf jevents: Add a new expression builtin strcmp_cpuid_str() | James Clark |
2023-08-03 | perf build: Disable fewer bison warnings | Ian Rogers |
2023-06-29 | perf expr: Add has_event function | Ian Rogers |
2023-06-05 | perf expr: Make the evaluation of & and | logical and lazy | Ian Rogers |
2023-05-10 | perf metric: Change divide by zero and !support events behavior | Ian Rogers |
2023-02-19 | perf expr: More explicit NAN handling | Ian Rogers |
2022-10-06 | perf expr: Allow a double if expression | Ian Rogers |
2021-11-13 | perf expr: Add source_count for aggregating events | Ian Rogers |
2021-11-13 | perf expr: Move ID handling to its own function | Ian Rogers |
2021-11-13 | perf expr: Add literal values starting with # | Ian Rogers |
2021-10-20 | perf metric: Modify resolution and recursion check | Ian Rogers |
2021-09-29 | perf metric: Avoid events for an 'if' constant result | Ian Rogers |
2021-09-29 | perf metric: Don't compute unused events | Ian Rogers |
2021-09-29 | perf expr: Propagate constants for binary operations | Ian Rogers |
2021-09-29 | perf expr: Merge find_ids and regular parsing | Ian Rogers |
2021-09-29 | perf expr: Move actions to the left. | Ian Rogers |
2021-09-29 | perf expr: Use macros for operators | Ian Rogers |
2021-09-29 | perf expr: Separate token declataion from type | Ian Rogers |
2021-09-29 | perf expr: Remove unused headers and inline d_ratio | Ian Rogers |
2021-09-29 | perf metric: Use NAN for missing event IDs. | Ian Rogers |
2020-11-16 | perf expr: Force encapsulation on expr_id_data | Ian Rogers |
2020-07-30 | perf metric: Compute referenced metrics | Jiri Olsa |
2020-07-30 | perf metric: Change expr__get_id to return struct expr_id_data | Jiri Olsa |
2020-07-30 | perf metric: Add expr__add_id function | Jiri Olsa |
2020-07-17 | perf metric: Rename expr__add_id() to expr__add_val() | Jiri Olsa |
2020-06-22 | perf expr: Add < and > operators | Ian Rogers |
2020-06-22 | perf expr: Add d_ratio operation | Ian Rogers |
2020-05-28 | perf expr: Migrate expr ids table to a hashmap | Ian Rogers |
2020-05-28 | perf expr: Fix memory leaks in metric bison | Ian Rogers |
2020-05-28 | perf expr: Print a debug message for division by zero | Ian Rogers |
2020-05-28 | perf expr: Allow ',' to be an other token | Ian Rogers |
2020-04-16 | perf expr: Add expr_ prefix for parse_ctx and parse_id | Jiri Olsa |
2020-03-09 | perf expr: Move expr lexer to flex | Jiri Olsa |
2020-03-09 | perf expr: Add expr.c object | Jiri Olsa |
2020-01-14 | perf tools: Use %define api.pure full instead of %pure-parser | Jiri Olsa |
2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo |
2017-08-22 | perf tools: Dedup events in expression parsing | Andi Kleen |
2017-08-22 | perf tools: Expression parser enhancements for metrics | Andi Kleen |
2017-08-11 | perf tools: Add missing newline to expr parser error messages | Andi Kleen |
2017-03-23 | perf tools: Add a simple expression parser for JSON | Andi Kleen |