index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
expr.l
Age
Commit message (
Expand
)
Author
2023-01-18
perf expr: Prevent normalize() from reading into undefined memory in the expr...
Sohom Datta
2022-10-04
perf metrics: Wire up core_wide
Ian Rogers
2022-06-19
perf expr: Allow exponents on floating point values
Ian Rogers
2021-11-13
perf expr: Add source_count for aggregating events
Ian Rogers
2021-11-13
perf expr: Add literal values starting with #
Ian Rogers
2021-10-20
perf metric: Encode and use metric-id as qualifier
Ian Rogers
2021-09-29
perf expr: Merge find_ids and regular parsing
Ian Rogers
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: Allow numbers to be followed by a dot
Ian Rogers
2020-05-28
perf expr: Parse numbers as doubles
Ian Rogers
2020-05-28
perf expr: Allow for unlimited escaped characters in a symbol
Ian Rogers
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-16
perf expr: Add expr_scanner_ctx object
Jiri Olsa
2020-03-17
perf expr: Fix copy/paste mistake
Jiri Olsa
2020-03-09
perf expr: Move expr lexer to flex
Jiri Olsa