index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
expr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tool_pmu: Move expr literals to tool_pmu
Ian Rogers
2024-10-11
1
-80
/
+13
*
perf: parse-events: Fix compilation error while defining DEBUG_PARSER
Clément Le Goffic
2024-06-06
1
-4
/
+0
*
perf expr: Fix "has_event" function for metric style events
Ian Rogers
2024-02-13
1
-1
/
+19
*
perf pmu: Move pmu__find_core_pmu() to pmus.c
James Clark
2023-09-16
1
-1
/
+1
*
perf metric: Add #num_cpus_online literal
Ian Rogers
2023-08-31
1
-0
/
+7
*
perf jevents: Add a new expression builtin strcmp_cpuid_str()
James Clark
2023-08-17
1
-0
/
+18
*
perf build: Include generated header files properly
Namhyung Kim
2023-08-03
1
-2
/
+2
*
perf expr: Add has_event function
Ian Rogers
2023-06-30
1
-0
/
+21
*
perf expr: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
1
-7
/
+7
*
perf metrics: Add has_pmem literal
Ian Rogers
2023-04-04
1
-0
/
+19
*
perf expr: Make the online topology accessible globally
Ian Rogers
2023-02-19
1
-10
/
+6
*
perf pmu: Add #slots literal support for arm64
Jing Zhang
2023-01-19
1
-0
/
+5
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-12-16
1
-21
/
+15
|
\
|
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
1
-21
/
+15
*
|
perf expr: Tidy hashmap dependency
Ian Rogers
2022-11-16
1
-0
/
+1
|
/
*
perf expr: Remove jevents case workaround
Ian Rogers
2022-10-06
1
-10
/
+1
*
perf metrics: Wire up core_wide
Ian Rogers
2022-10-04
1
-1
/
+12
*
perf smt: Compute SMT from topology
Ian Rogers
2022-10-04
1
-5
/
+4
*
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
2022-10-04
1
-5
/
+2
*
perf tsc: Add arch TSC frequency information
Kan Liang
2022-07-25
1
-0
/
+13
*
perf pmu-events: Don't lower case MetricExpr
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf expr: Add debug logging for literals
Ian Rogers
2022-01-12
1
-12
/
+25
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf expr: Fix return value of ids__new()
Miaoqian Lin
2021-12-28
1
-1
/
+6
*
perf expr: Fix missing check for return value of hashmap__new()
Miaoqian Lin
2021-12-18
1
-0
/
+5
*
perf expr: Add source_count for aggregating events
Ian Rogers
2021-11-13
1
-5
/
+22
*
perf expr: Add metric literals for topology.
Ian Rogers
2021-11-13
1
-0
/
+27
*
perf expr: Add literal values starting with #
Ian Rogers
2021-11-13
1
-0
/
+11
*
perf expr: Add subset_of_ids() utility
Ian Rogers
2021-10-20
1
-0
/
+15
*
perf metric: Modify resolution and recursion check
Ian Rogers
2021-10-20
1
-23
/
+3
*
perf metric: Move runtime value to the expr context
Ian Rogers
2021-10-20
1
-7
/
+8
*
perf expr: Merge find_ids and regular parsing
Ian Rogers
2021-09-29
1
-5
/
+4
*
perf metric: Add utilities to work on ids map.
Ian Rogers
2021-09-29
1
-4
/
+67
*
perf metric: Rename expr__find_other.
Ian Rogers
2021-09-29
1
-2
/
+2
*
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
2021-09-29
1
-9
/
+30
*
perf expr: Force encapsulation on expr_id_data
Ian Rogers
2020-11-16
1
-9
/
+59
*
perf metric: Add recursion check when processing nested metrics
Jiri Olsa
2020-07-30
1
-0
/
+2
*
perf metric: Compute referenced metrics
Jiri Olsa
2020-07-30
1
-0
/
+31
*
perf metric: Add referenced metrics to hash data
Jiri Olsa
2020-07-30
1
-0
/
+54
*
perf metric: Add expr__del_id function
Jiri Olsa
2020-07-30
1
-8
/
+13
*
perf metric: Change expr__get_id to return struct expr_id_data
Jiri Olsa
2020-07-30
1
-7
/
+3
*
perf metric: Add expr__add_id function
Jiri Olsa
2020-07-30
1
-6
/
+25
*
perf metric: Fix memory leak in expr__add_id function
Jiri Olsa
2020-07-30
1
-0
/
+2
*
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-07-17
1
-11
/
+11
*
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
2020-07-17
1
-1
/
+1
*
perf expr: Add missing headers noticed when building with NO_LIBBPF=1
Arnaldo Carvalho de Melo
2020-06-23
1
-0
/
+3
*
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-05-28
1
-57
/
+72
*
perf expr: Debug lex if debugging yacc
Ian Rogers
2020-05-28
1
-0
/
+1
*
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-30
1
-5
/
+6
*
perf expr: Add expr_scanner_ctx object
Jiri Olsa
2020-04-16
1
-2
/
+4
[next]