index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf metricgroup: Remove duped metric group events
Ian Rogers
2020-05-28
1
-29
/
+62
*
perf metricgroup: Order event groups by size
Ian Rogers
2020-05-28
1
-1
/
+15
*
perf metricgroup: Delay events string creation
Ian Rogers
2020-05-28
1
-12
/
+21
*
perf metricgroup: Use early return in add_metric
Ian Rogers
2020-05-28
1
-7
/
+15
*
perf metricgroup: Always place duration_time last
Ian Rogers
2020-05-28
1
-9
/
+9
*
perf metricgroup: Free metric_events on error
Ian Rogers
2020-05-28
1
-0
/
+3
*
perf util: Fix potential SEGFAULT in put_tracepoints_path error path
Li Bin
2020-05-28
1
-1
/
+1
*
perf util: Fix memory leak of prefix_if_not_in
Xie XiuQi
2020-05-28
1
-1
/
+1
*
perf branch: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-28
1
-1
/
+1
*
perf config: Add stat.big-num support
Paul A. Clarke
2020-05-28
2
-0
/
+15
*
perf bpf-loader: Add missing '*' for key_scan_pos
Wang ShaoBo
2020-05-28
1
-1
/
+1
*
perf stat: Report summary for interval mode
Jin Yao
2020-05-28
2
-1
/
+2
*
perf stat: Save aggr value to first member of prev_raw_counts
Jin Yao
2020-05-28
2
-0
/
+21
*
perf stat: Copy counts from prev_raw_counts to evsel->counts
Jin Yao
2020-05-28
2
-0
/
+25
*
perf counts: Reset prev_raw_counts counts
Jin Yao
2020-05-28
3
-6
/
+6
*
perf expr: Allow numbers to be followed by a dot
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of bools
Ian Rogers
2020-05-28
1
-10
/
+8
*
perf stat: Fail on extra comma while parsing events
Jiri Olsa
2020-05-28
2
-1
/
+4
*
perf script: Better align register values in dump
Paul A. Clarke
2020-05-28
1
-1
/
+1
*
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-28
10
-14
/
+14
*
perf intel-pt: Use allocated branch stack for PEBS sample
Adrian Hunter
2020-05-28
1
-18
/
+13
*
perf tool: Make perf tool aware of SELinux access control
Alexey Budankov
2020-05-28
2
-17
/
+26
*
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-05-28
5
-157
/
+164
*
perf tools: Grab a copy of libbpf's hashmap
Ian Rogers
2020-05-28
3
-0
/
+418
*
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
2020-05-28
3
-14
/
+50
*
perf expr: Fix memory leaks in metric bison
Ian Rogers
2020-05-28
1
-0
/
+3
*
perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()
Arnaldo Carvalho de Melo
2020-05-28
1
-0
/
+1
*
perf evsel: Fix 2 memory leaks
Ian Rogers
2020-05-28
1
-0
/
+2
*
perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'
Arnaldo Carvalho de Melo
2020-05-28
1
-1
/
+2
*
perf tools: Fix is_bpf_image function logic
Jiri Olsa
2020-05-28
1
-2
/
+2
*
perf c2c: Fix 'perf c2c record -e list' to show the default events used
Ian Rogers
2020-05-28
2
-0
/
+17
*
perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...
Ian Rogers
2020-05-28
1
-1
/
+4
*
perf parse-events: Use strcmp() to compare the PMU name
Jin Yao
2020-05-28
1
-3
/
+2
*
perf stat: Increase perf metric output resolution
Paul A. Clarke
2020-05-28
1
-1
/
+1
*
perf expr: Print a debug message for division by zero
Ian Rogers
2020-05-28
1
-2
/
+12
*
perf expr: Debug lex if debugging yacc
Ian Rogers
2020-05-28
1
-0
/
+1
*
perf expr: Parse numbers as doubles
Ian Rogers
2020-05-28
1
-7
/
+7
*
perf expr: Increase max other
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf expr: Allow ',' to be an other token
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf expr: Allow for unlimited escaped characters in a symbol
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf callchain: Setup callchain properly in pipe mode
Jiri Olsa
2020-05-28
2
-0
/
+15
*
perf session: Try to read pipe data from file
Jiri Olsa
2020-05-28
1
-4
/
+12
*
perf tools: Do not seek in pipe fd during tracing data processing
Jiri Olsa
2020-05-28
2
-6
/
+21
*
perf probe: Check address correctness by map instead of _etext
Masami Hiramatsu
2020-05-28
1
-12
/
+13
*
perf probe: Fix to check blacklist address correctly
Masami Hiramatsu
2020-05-28
1
-6
/
+15
*
perf probe: Accept the instance number of kretprobe event
Masami Hiramatsu
2020-05-28
1
-2
/
+1
*
perf counts: Rename perf_evsel__*counts() to evsel__*counts()
Arnaldo Carvalho de Melo
2020-05-28
4
-27
/
+26
*
perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*
Arnaldo Carvalho de Melo
2020-05-28
3
-35
/
+28
*
perf evsel: Rename perf_evsel__new*() to evsel__new*()
Arnaldo Carvalho de Melo
2020-05-28
5
-17
/
+16
*
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
2020-05-28
5
-56
/
+54
[next]