index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy event
Jin Yao
2020-08-04
1
-2
/
+4
*
perf record: Introduce --control fd:ctl-fd[,ack-fd] options
Alexey Budankov
2020-08-04
3
-0
/
+78
*
perf record: Implement control commands handling
Alexey Budankov
2020-08-04
1
-0
/
+16
*
perf record: Extend -D,--delay option with -1 value
Alexey Budankov
2020-08-04
4
-8
/
+13
*
perf stat: Introduce --control fd:ctl-fd[,ack-fd] options
Alexey Budankov
2020-08-04
3
-1
/
+80
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-08-03
3
-6
/
+11
|
\
|
*
perf tools: Fix record failure when mixed with ARM SPE event
Wei Li
2020-07-31
1
-4
/
+4
|
*
perf tests: Fix test 68 zstd compression for s390
Thomas Richter
2020-07-31
1
-1
/
+2
|
*
s390/cpum_cf,perf: change DFLT_CCERROR counter name
Thomas Richter
2020-07-21
1
-1
/
+1
|
*
perf tools: Sync hashmap.h with libbpf's
Arnaldo Carvalho de Melo
2020-07-17
1
-4
/
+8
*
|
perf bench: Add benchmark of find_next_bit
Ian Rogers
2020-07-31
4
-0
/
+138
*
|
perf metric: Rename group_list to metric_list
Jiri Olsa
2020-07-30
1
-21
/
+21
*
|
perf metric: Rename struct egroup to metric
Jiri Olsa
2020-07-30
1
-75
/
+75
*
|
perf metric: Add metric group test
Jiri Olsa
2020-07-30
1
-2
/
+46
*
|
perf metric: Make compute_single function more precise
Jiri Olsa
2020-07-30
1
-9
/
+13
*
|
perf metric: Add recursion check when processing nested metrics
Jiri Olsa
2020-07-30
4
-15
/
+152
*
|
perf metric: Add DCache_L2 to metric parse test
Jiri Olsa
2020-07-30
1
-0
/
+71
*
|
perf metric: Add cache_miss_cycles to metric parse test
Jiri Olsa
2020-07-30
1
-0
/
+33
*
|
perf metric: Add events for the current list
Jiri Olsa
2020-07-30
1
-3
/
+6
*
|
perf metric: Compute referenced metrics
Jiri Olsa
2020-07-30
3
-2
/
+36
*
|
perf metric: Add referenced metrics to hash data
Jiri Olsa
2020-07-30
3
-7
/
+80
*
|
perf metric: Collect referenced metrics in struct metric_expr
Jiri Olsa
2020-07-30
2
-0
/
+38
*
|
perf metric: Collect referenced metrics in struct metric_ref_node
Jiri Olsa
2020-07-30
1
-16
/
+172
*
|
perf metric: Rename __metricgroup__add_metric to __add_metric
Jiri Olsa
2020-07-30
1
-11
/
+6
*
|
perf metric: Add add_metric function
Jiri Olsa
2020-07-30
1
-26
/
+36
*
|
perf metric: Add macros for iterating map events
Jiri Olsa
2020-07-30
1
-37
/
+40
*
|
perf metric: Add expr__del_id function
Jiri Olsa
2020-07-30
2
-8
/
+14
*
|
perf metric: Change expr__get_id to return struct expr_id_data
Jiri Olsa
2020-07-30
3
-13
/
+14
*
|
perf metric: Add expr__add_id function
Jiri Olsa
2020-07-30
3
-7
/
+27
*
|
perf metric: Fix memory leak in expr__add_id function
Jiri Olsa
2020-07-30
1
-0
/
+2
*
|
perf test: Ensure sample_period is set libpfm4 events
Ian Rogers
2020-07-30
2
-0
/
+10
*
|
perf tools: Fix term parsing for raw syntax
Jiri Olsa
2020-07-30
4
-9
/
+77
*
|
perf tools: Allow r0x<HEX> event syntax
Jiri Olsa
2020-07-30
3
-0
/
+7
*
|
perf tools: No need to cache the PMUs in ARM SPE auxtrace init routine
Wei Li
2020-07-29
1
-5
/
+4
*
|
perf tools: Fix record failure when mixed with ARM SPE event
Wei Li
2020-07-29
1
-4
/
+4
*
|
perf bench: Add basic syscall benchmark
Davidlohr Bueso
2020-07-28
5
-0
/
+102
*
|
perf stat: Implement control commands handling
Alexey Budankov
2020-07-22
1
-18
/
+65
*
|
perf stat: extend -D,--delay option with -1 value
Alexey Budankov
2020-07-22
4
-7
/
+21
*
|
perf stat: Factor out event handling loop into dispatch_events()
Alexey Budankov
2020-07-22
1
-12
/
+24
*
|
perf stat: Factor out body of event handling loop for fork case
Alexey Budankov
2020-07-22
1
-4
/
+1
*
|
perf stat: Move target check to loop control statement
Alexey Budankov
2020-07-22
1
-3
/
+1
*
|
perf stat: Factor out body of event handling loop for system wide
Alexey Budankov
2020-07-22
1
-6
/
+11
*
|
perf evlist: Implement control command handling functions
Alexey Budankov
2020-07-22
2
-0
/
+158
*
|
perf evlist: Introduce control file descriptors
Alexey Budankov
2020-07-22
2
-0
/
+8
*
|
libperf: Add flags to fdarray fds objects
Alexey Budankov
2020-07-21
2
-2
/
+2
*
|
libperf: Avoid internal moving of fdarray fds
Alexey Budankov
2020-07-21
1
-18
/
+2
*
|
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-07-17
4
-13
/
+18
*
|
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
2020-07-17
6
-9
/
+9
*
|
perf probe: Warn if the target function is a GNU indirect function
Masami Hiramatsu
2020-07-17
1
-2
/
+6
*
|
perf probe: Fix memory leakage when the probe point is not found
Masami Hiramatsu
2020-07-17
1
-1
/
+1
[next]