index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
expr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-07-17
1
-1
/
+2
*
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
2020-07-17
1
-2
/
+2
*
perf expr: Add < and > operators
Ian Rogers
2020-06-22
1
-0
/
+6
*
perf expr: Add d_ratio operation
Ian Rogers
2020-06-22
1
-0
/
+2
*
perf expr: Allow numbers to be followed by a dot
Ian Rogers
2020-05-28
1
-0
/
+1
*
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-05-28
1
-21
/
+23
*
perf expr: Test parsing of floating point numbers
Ian Rogers
2020-05-28
1
-0
/
+1
*
perf tests expr: Added test for runtime param in metric expression
Kajol Jain
2020-04-30
1
-0
/
+8
*
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-30
1
-4
/
+4
*
perf expr: Add expr_ prefix for parse_ctx and parse_id
Jiri Olsa
2020-04-16
1
-2
/
+2
*
perf expr: Make expr__parse() return -1 on error
Jiri Olsa
2020-03-10
1
-2
/
+2
*
perf expr: Straighten expr__parse()/expr__find_other() interface
Jiri Olsa
2020-03-10
1
-3
/
+3
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+2
*
perf tests: Fix memory leak by expr__find_other() in test__expr()
Changbin Du
2019-03-19
1
-1
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf tools: Expression parser enhancements for metrics
Andi Kleen
2017-08-22
1
-0
/
+5
*
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-08-11
1
-1
/
+1
*
perf tools: Add a simple expression parser for JSON
Andi Kleen
2017-03-23
1
-0
/
+56