index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 ftrace: Detect workload failure
Changbin Du
2020-05-28
1
-2
/
+11
*
perf ftrace: Trace system wide if no target is given
Changbin Du
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
5
-1
/
+29
*
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
3
-5
/
+29
*
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 stat: Fix wrong per-thread runtime stat for interval mode
Jin Yao
2020-05-28
1
-29
/
+41
*
perf expr: Allow numbers to be followed by a dot
Ian Rogers
2020-05-28
2
-1
/
+2
*
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 stat: POWER9 metrics: expand "ICT" acronym
Paul A. Clarke
2020-05-28
1
-10
/
+10
*
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-28
14
-18
/
+18
*
perf intel-pt: Use allocated branch stack for PEBS sample
Adrian Hunter
2020-05-28
1
-18
/
+13
*
perf docs: Introduce security.txt file to document related issues
Alexey Budankov
2020-05-28
1
-0
/
+237
*
perf tool: Make perf tool aware of SELinux access control
Alexey Budankov
2020-05-28
2
-17
/
+26
*
perf docs: Extend CAP_SYS_ADMIN with CAP_PERFMON where needed
Alexey Budankov
2020-05-28
1
-1
/
+1
*
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-05-28
7
-190
/
+200
*
perf tools: Grab a copy of libbpf's hashmap
Ian Rogers
2020-05-28
4
-0
/
+422
*
perf stat: Fix duration_time value for higher intervals
Jiri Olsa
2020-05-28
1
-1
/
+1
*
perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1
Jiri Olsa
2020-05-28
2
-20
/
+36
*
perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGS
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf trace: Fix the selection for architectures to generate the errno name ta...
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf test: Improve pmu event metric testing
Ian Rogers
2020-05-28
3
-6
/
+176
*
perf test: Provide a subtest callback to ask for the reason for skipping a su...
Ian Rogers
2020-05-28
2
-2
/
+10
*
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
2020-05-28
5
-28
/
+72
*
perf expr: Fix memory leaks in metric bison
Ian Rogers
2020-05-28
1
-0
/
+3
*
perf powerpc: Don't ignore sym-handling.c file
Ravi Bangoria
2020-05-28
1
-0
/
+1
*
perf expr: Test parsing of floating point numbers
Ian Rogers
2020-05-28
1
-0
/
+1
*
perf record: Use an eventfd to wakeup when done
Anand K Mistry
2020-05-28
1
-0
/
+39
*
tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT
Arnaldo Carvalho de Melo
2020-05-28
4
-8
/
+8
*
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
5
-19
/
+33
*
perf vendor events power9: Add missing metrics to POWER9 'cpi_breakdown'
Paul A. Clarke
2020-05-28
1
-65
/
+78
*
perf record: Add dummy event during system wide synthesis
Ian Rogers
2020-05-28
3
-7
/
+74
*
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
[next]