Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-11-14 | perf expr: Add source_count for aggregating events | Ian Rogers | 1 | -0/+1 |
2021-11-14 | perf expr: Add literal values starting with # | Ian Rogers | 1 | -1/+14 |
2021-10-20 | perf metric: Encode and use metric-id as qualifier | Ian Rogers | 1 | -4/+2 |
2021-09-29 | perf expr: Merge find_ids and regular parsing | Ian Rogers | 1 | -9/+0 |
2020-06-22 | perf expr: Add < and > operators | Ian Rogers | 1 | -0/+2 |
2020-06-22 | perf expr: Add d_ratio operation | Ian Rogers | 1 | -0/+1 |
2020-05-28 | perf expr: Allow numbers to be followed by a dot | Ian Rogers | 1 | -1/+1 |
2020-05-28 | perf expr: Parse numbers as doubles | Ian Rogers | 1 | -7/+7 |
2020-05-28 | perf expr: Allow for unlimited escaped characters in a symbol | Ian Rogers | 1 | -1/+1 |
2020-04-30 | perf metricgroups: Enhance JSON/metric infrastructure to handle "?" | Kajol Jain | 1 | -7/+20 |
2020-04-16 | perf expr: Add expr_scanner_ctx object | Jiri Olsa | 1 | -5/+5 |
2020-03-18 | perf expr: Fix copy/paste mistake | Jiri Olsa | 1 | -2/+2 |
2020-03-10 | perf expr: Move expr lexer to flex | Jiri Olsa | 1 | -0/+114 |