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 record: Fix duplicated sideband events with Intel PT system wide tracing
Adrian Hunter
2020-07-03
4
-7
/
+20
*
|
perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...
Sven Schnelle
2020-07-07
1
-0
/
+2
*
|
perf parse-events: Disable a subset of bison warnings
Ian Rogers
2020-07-02
1
-3
/
+11
*
|
perf parse-events: Disable a subset of flex warnings
Ian Rogers
2020-07-02
1
-3
/
+13
*
|
perf parse-events: Declare bison header file output
Ian Rogers
2020-06-23
1
-6
/
+9
*
|
perf expr: Add missing headers noticed when building with NO_LIBBPF=1
Arnaldo Carvalho de Melo
2020-06-23
1
-0
/
+3
*
|
perf parse-events: Declare flex header file output
Ian Rogers
2020-06-22
1
-6
/
+9
*
|
perf pmu: Add flex debug build flag
Ian Rogers
2020-06-22
1
-1
/
+1
*
|
perf pmu: Add bison debug build flag
Ian Rogers
2020-06-22
1
-1
/
+1
*
|
perf parse-events: Use automatic variable for yacc input
Ian Rogers
2020-06-22
1
-3
/
+3
*
|
perf parse-events: Use automatic variable for flex input
Ian Rogers
2020-06-22
1
-3
/
+3
*
|
perf evlist: Fix the class prefix for 'struct evlist' branch_type methods
Arnaldo Carvalho de Melo
2020-06-22
2
-2
/
+2
*
|
perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methods
Arnaldo Carvalho de Melo
2020-06-22
3
-11
/
+11
*
|
perf evlist: Fix the class prefix for 'struct evlist' sample_type methods
Arnaldo Carvalho de Melo
2020-06-22
3
-9
/
+9
*
|
perf evlist: Fix the class prefix for 'struct evlist' strerror methods
Arnaldo Carvalho de Melo
2020-06-22
2
-5
/
+4
*
|
perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods
Arnaldo Carvalho de Melo
2020-06-22
2
-19
/
+15
*
|
perf pmu: Improve CPU core PMU HW event list ordering
John Garry
2020-06-22
1
-0
/
+7
*
|
perf pmu: List kernel supplied event aliases for arm64
John Garry
2020-06-22
1
-1
/
+1
*
|
perf expr: Add < and > operators
Ian Rogers
2020-06-22
2
-1
/
+6
*
|
perf expr: Add d_ratio operation
Ian Rogers
2020-06-22
2
-2
/
+13
*
|
perf tools: Add test_generic_metric function
Jiri Olsa
2020-06-22
2
-0
/
+17
*
|
perf tools: Release metric_events rblist
Jiri Olsa
2020-06-22
2
-0
/
+20
*
|
perf tools: Factor out prepare_metric function
Jiri Olsa
2020-06-22
1
-19
/
+34
*
|
perf tools: Add metricgroup__parse_groups_test function
Jiri Olsa
2020-06-22
2
-0
/
+20
*
|
perf tools: Add map to parse_groups() function
Jiri Olsa
2020-06-22
1
-10
/
+13
*
|
perf tools: Add fake_pmu to parse_group() function
Jiri Olsa
2020-06-22
1
-2
/
+3
*
|
perf parse: Factor out parse_groups() function
Jiri Olsa
2020-06-22
1
-6
/
+16
*
|
perf pmu: Add a perf_pmu__fake object to use with __parse_events()
Arnaldo Carvalho de Melo
2020-06-22
2
-0
/
+4
*
|
perf parse: Provide a way to pass a fake_pmu to parse_events()
Arnaldo Carvalho de Melo
2020-06-22
2
-9
/
+17
*
|
perf tools: Add fake pmu support
Jiri Olsa
2020-06-22
4
-8
/
+50
|
/
*
perf pmu: Remove unused declaration
Ian Rogers
2020-06-10
1
-1
/
+0
*
perf parse-events: Fix an old style declaration
Ian Rogers
2020-06-09
1
-1
/
+1
*
perf parse-events: Fix an incompatible pointer
Ian Rogers
2020-06-09
1
-1
/
+1
*
perf bpf: Fix bpf prologue generation
Sumanth Korikkar
2020-06-09
1
-4
/
+10
*
perf probe: Fix user attribute access in kprobes
Sumanth Korikkar
2020-06-09
2
-3
/
+6
*
perf stat: Fix NULL pointer dereference
Hongbo Yao
2020-06-09
1
-2
/
+2
*
perf tools: Remove some duplicated includes
Tiezhu Yang
2020-06-02
4
-4
/
+0
*
perf symbols: Fix kernel maps for kcore and eBPF
Adrian Hunter
2020-06-02
1
-0
/
+2
*
perf arm-spe: Support synthetic events
Tan Xiaojun
2020-06-01
5
-43
/
+1097
*
perf auxtrace: Add four itrace options
Tan Xiaojun
2020-06-01
2
-1
/
+31
*
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Tan Xiaojun
2020-06-01
5
-2
/
+3
*
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-29
7
-8
/
+349
*
perf jit: Fix inaccurate DWARF line table
Nick Gasson
2020-05-29
1
-2
/
+2
*
perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...
Arnaldo Carvalho de Melo
2020-05-29
1
-2
/
+2
*
perf trace: Remove union from syscalltbl, all the fields are needed
Arnaldo Carvalho de Melo
2020-05-29
1
-8
/
+6
*
perf record: Respect --no-switch-events
Adrian Hunter
2020-05-28
1
-0
/
+6
*
perf evlist: Disable 'immediate' events last
Adrian Hunter
2020-05-28
1
-10
/
+21
*
perf kcore_copy: Fix module map when there are no modules loaded
Adrian Hunter
2020-05-28
1
-0
/
+7
*
perf jvmti: Fix demangling Java symbols
Nick Gasson
2020-05-28
1
-6
/
+7
*
perf symbols: Fix debuginfo search for Ubuntu
Adrian Hunter
2020-05-28
4
-0
/
+20
[prev]
[next]