index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf clang: Delete needless util-cxx.h header
Arnaldo Carvalho de Melo
2019-08-28
4
-29
/
+5
*
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-08-28
13
-1
/
+12
*
perf tools: Remove needless util.h include from builtin.h
Arnaldo Carvalho de Melo
2019-08-28
3
-2
/
+2
*
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
Igor Lubashev
2019-08-28
3
-3
/
+3
*
perf symbols: Use CAP_SYSLOG with kptr_restrict checks
Igor Lubashev
2019-08-28
1
-3
/
+12
*
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
2019-08-28
5
-5
/
+8
*
perf event: Check ref_reloc_sym before using it
Igor Lubashev
2019-08-28
1
-3
/
+4
*
perf arch powerpc: Sync powerpc syscall.tbl
Naveen N. Rao
2019-08-28
1
-27
/
+119
*
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
2019-08-27
2
-6
/
+5
*
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
2019-08-27
8
-30
/
+29
*
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
2019-08-27
3
-13
/
+10
*
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
2019-08-27
4
-13
/
+13
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
2019-08-27
13
-69
/
+69
*
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
2019-08-27
4
-10
/
+10
*
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
2019-08-27
2
-10
/
+11
*
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
2019-08-27
3
-14
/
+14
*
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
Jiri Olsa
2019-08-27
3
-9
/
+9
*
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
2019-08-27
3
-16
/
+16
*
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve...
Jiri Olsa
2019-08-27
3
-6
/
+6
*
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
2019-08-27
6
-11
/
+11
*
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
2019-08-27
3
-8
/
+8
*
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
2019-08-27
2
-7
/
+7
*
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
2019-08-27
2
-6
/
+6
*
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
2019-08-27
3
-18
/
+18
*
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
2019-08-27
4
-11
/
+35
*
perf script: Fix memory leaks in list_scripts()
Gustavo A. R. Silva
2019-08-26
1
-2
/
+4
*
perf report: Fix --ns time sort key output
Andi Kleen
2019-08-26
1
-1
/
+4
*
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
2019-08-26
1
-8
/
+2
*
perf tools: Remove duplicate headers
Souptick Joarder
2019-08-26
3
-3
/
+0
*
perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
Arnaldo Carvalho de Melo
2019-08-26
1
-12
/
+12
*
perf augmented_raw_syscalls: Introduce helper to get the scratch space
Arnaldo Carvalho de Melo
2019-08-26
1
-16
/
+16
*
perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
Arnaldo Carvalho de Melo
2019-08-26
1
-3
/
+3
*
perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
Arnaldo Carvalho de Melo
2019-08-26
1
-22
/
+20
*
perf trace beauty ioctl: Fix off-by-one error in cmd->string table
Benjamin Peterson
2019-08-26
1
-1
/
+1
*
perf tests: Fixes hang in zstd compression test by changing the source of ran...
James Clark
2019-08-26
1
-1
/
+1
*
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
2019-08-26
5
-13
/
+8
*
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
2019-08-26
6
-0
/
+9
*
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
2019-08-26
8
-33
/
+50
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
30
-73
/
+107
*
perf stat: Remove needless headers from stat.h
Arnaldo Carvalho de Melo
2019-08-26
1
-3
/
+2
*
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
2019-08-26
1
-2
/
+0
*
Merge tag 'v5.3-rc6' into perf/core, to pick up fixes
Ingo Molnar
2019-08-26
15
-69
/
+209
|
\
|
*
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-08-24
1
-1
/
+1
|
|
\
|
|
*
Tools: hv: kvp: eliminate 'may be used uninitialized' warning
Vitaly Kuznetsov
2019-08-20
1
-1
/
+1
|
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-08-21
7
-46
/
+53
|
|
\
\
|
|
*
|
selftests/kvm: make platform_info_test pass on AMD
Vitaly Kuznetsov
2019-08-21
1
-1
/
+1
|
|
*
|
selftests: kvm: fix state save/load on processors without XSAVE
Paolo Bonzini
2019-08-21
1
-6
/
+10
|
|
*
|
selftests: kvm: fix vmx_set_nested_state_test
Paolo Bonzini
2019-08-15
1
-3
/
+14
|
|
*
|
selftests: kvm: provide common function to enable eVMCS
Paolo Bonzini
2019-08-15
4
-21
/
+28
[next]