index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-19
perf util: Make copyfile_offset() global
Jiri Olsa
2
-1
/
+3
2018-09-19
perf tools: Add 'struct perf_mmap' arg to record__write()
Jiri Olsa
5
-15
/
+20
2018-09-19
perf auxtrace: Pass struct perf_mmap into mmap__read* functions
Jiri Olsa
3
-21
/
+22
2018-09-19
perf tools: Remove perf_tool from event_op3
Jiri Olsa
5
-21
/
+14
2018-09-19
perf tools: Remove perf_tool from event_op2
Jiri Olsa
14
-136
/
+103
2018-09-19
perf bpf-loader: use PTR_ERR_OR_ZERO inetead of return code
Ding Xiang
1
-1
/
+1
2018-09-19
perf ordered_events: Prevent crossing max_alloc_size
Jiri Olsa
1
-4
/
+4
2018-09-19
perf ordered_events: Add 'struct ordered_events_buffer' layer
Jiri Olsa
2
-29
/
+91
2018-09-18
perf test: Add watchpoint test
Ravi Bangoria
4
-0
/
+242
2018-09-18
Merge remote-tracking branch 'acme/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2
-1
/
+12
2018-09-18
perf Documentation: Fix out-of-tree asciidoctor man page generation
Ben Hutchings
1
-1
/
+1
2018-09-11
perf tools: Fix maps__find_symbol_by_name()
Adrian Hunter
1
-0
/
+11
2018-09-05
perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-09-04
perf map: Turn some pr_warning() to pr_debug()
Arnaldo Carvalho de Melo
1
-9
/
+6
2018-09-04
perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls
Arnaldo Carvalho de Melo
1
-5
/
+36
2018-09-04
perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler
Arnaldo Carvalho de Melo
1
-2
/
+15
2018-09-03
perf trace: Introduce syscall__augmented_args() method
Arnaldo Carvalho de Melo
1
-4
/
+12
2018-09-03
perf augmented_syscalls: Avoid optimization to pass older BPF validators
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-09-03
perf augmented_syscalls: Check probe_read_str() return separately
Arnaldo Carvalho de Melo
1
-6
/
+7
2018-08-30
perf annotate: Handle arm64 move instructions
Kim Phillips
2
-3
/
+58
2018-08-30
perf trace beauty: Alias 'umount' to 'umount2'
Benjamin Peterson
1
-0
/
+1
2018-08-30
perf stat: Move the display functions to stat-display.c
Jiri Olsa
4
-1150
/
+1173
2018-08-30
perf stat: Move 'metric_events' to 'struct perf_stat_config'
Jiri Olsa
2
-6
/
+5
2018-08-30
perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
Jiri Olsa
2
-12
/
+12
2018-08-30
perf stat: Propagate 'struct target' arg to sort_aggr_thread()
Jiri Olsa
1
-4
/
+6
2018-08-30
perf stat: Move 'no_merge' data to 'struct perf_stat_config'
Jiri Olsa
2
-3
/
+3
2018-08-30
perf stat: Move 'big_num' data to 'struct perf_stat_config'
Jiri Olsa
2
-4
/
+5
2018-08-30
perf stat: Do not use the global 'evsel_list' in print functions
Jiri Olsa
1
-2
/
+3
2018-08-30
perf stat: Move *_aggr_* data to 'struct perf_stat_config'
Jiri Olsa
2
-54
/
+64
2018-08-30
perf stat: Move ru_* data to 'struct perf_stat_config'
Jiri Olsa
2
-7
/
+11
2018-08-30
perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'
Jiri Olsa
2
-3
/
+3
2018-08-30
perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'
Jiri Olsa
2
-3
/
+3
2018-08-30
perf stat: Move 'null_run' to 'struct perf_stat_config'
Jiri Olsa
2
-4
/
+4
2018-08-30
perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
Jiri Olsa
2
-7
/
+9
2018-08-30
perf stat: Pass 'evlist' to aggr_update_shadow()
Jiri Olsa
1
-3
/
+4
2018-08-30
perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
Jiri Olsa
1
-7
/
+8
2018-08-30
perf stat: Move 'metric_only_len' to 'struct perf_stat_config'
Jiri Olsa
2
-5
/
+6
2018-08-30
perf stat: Move 'run_count' to 'struct perf_stat_config'
Jiri Olsa
2
-19
/
+21
2018-08-30
perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
Jiri Olsa
1
-2
/
+3
2018-08-30
perf stat: Pass 'evlist' argument to print functions
Jiri Olsa
1
-9
/
+13
2018-08-30
perf stat: Add 'target' argument to perf_evlist__print_counters()
Jiri Olsa
1
-9
/
+11
2018-08-30
perf stat: Move 'unit_width' to 'struct perf_stat_config'
Jiri Olsa
2
-5
/
+7
2018-08-30
perf stat: Move 'metric_only' to 'struct perf_stat_config'
Jiri Olsa
2
-13
/
+17
2018-08-30
perf stat: Move 'interval_clear' to 'struct perf_stat_config'
Jiri Olsa
2
-5
/
+5
2018-08-30
perf stat: Move csv_* to 'struct perf_stat_config'
Jiri Olsa
2
-58
/
+58
2018-08-30
perf stat: Pass a 'struct perf_stat_config' argument to global print functions
Jiri Olsa
4
-106
/
+131
2018-08-30
perf stat: Pass 'struct perf_stat_config' argument to local print functions
Jiri Olsa
1
-69
/
+80
2018-08-30
perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_count...
Jiri Olsa
1
-7
/
+9
2018-08-30
perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
Jiri Olsa
1
-4
/
+4
2018-08-30
perf stat: Introduce perf_evlist__print_counters()
Jiri Olsa
1
-4
/
+12
[prev]
[next]