index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-26
perf script: Fix memory leaks in list_scripts()
Gustavo A. R. Silva
1
-2
/
+4
2019-08-26
perf report: Fix --ns time sort key output
Andi Kleen
1
-1
/
+4
2019-08-26
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
1
-8
/
+2
2019-08-26
perf tools: Remove duplicate headers
Souptick Joarder
3
-3
/
+0
2019-08-26
perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
Arnaldo Carvalho de Melo
1
-12
/
+12
2019-08-26
perf augmented_raw_syscalls: Introduce helper to get the scratch space
Arnaldo Carvalho de Melo
1
-16
/
+16
2019-08-26
perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-08-26
perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
Arnaldo Carvalho de Melo
1
-22
/
+20
2019-08-26
perf trace beauty ioctl: Fix off-by-one error in cmd->string table
Benjamin Peterson
1
-1
/
+1
2019-08-26
perf tests: Fixes hang in zstd compression test by changing the source of random data
James Clark
1
-1
/
+1
2019-08-26
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
5
-13
/
+8
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
6
-0
/
+9
2019-08-26
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
8
-33
/
+50
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
30
-73
/
+107
2019-08-26
perf stat: Remove needless headers from stat.h
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-08-26
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
1
-2
/
+0
2019-08-26
Merge tag 'v5.3-rc6' into perf/core, to pick up fixes
Ingo Molnar
15
-69
/
+209
2019-08-26
Merge tag 'v5.3-rc6' into x86/cpu, to pick up fixes
Ingo Molnar
88
-254
/
+1257
2019-08-26
selftests/powerpc: Retry on host facility unavailable
Gustavo Romero
1
-1
/
+2
2019-08-26
selftests/powerpc: Fix and enhance TM signal context tests
Gustavo Romero
4
-84
/
+228
2019-08-24
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-1
/
+1
2019-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-7
/
+24
2019-08-23
fs: Reserve flag for casefolding
Daniel Rosenberg
1
-0
/
+1
2019-08-22
libperf: Fix alignment trap with xyarray contents in 'perf stat'
Gerald BAEZA
1
-1
/
+2
2019-08-22
perf c2c: Fix report with offline cpus
Ravi Bangoria
1
-1
/
+1
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
17
-41
/
+45
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
9
-2
/
+12
2019-08-22
perf evsel: Switch to libperf's cpumap.h
Arnaldo Carvalho de Melo
1
-1
/
+4
2019-08-22
perf x86 kvm-stat: Add missing string.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evsel: util/evsel.h needs stdio.h as it uses FILE
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evsel: Remove needless stddef.h from util/evsel.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-22
perf evsel: Remove needless counts.h header from util/evsel.h
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-22
perf evsel: Add missing perf/evsel.h header in util/evsel.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf stat: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-22
perf tests: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-22
perf script: Add missing counts.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evlist: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
perf bpf: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
perf counts: Add missing headers needed for types used
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-22
perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-22
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2
-6
/
+10
2019-08-22
perf kvm s390: Add missing string.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
12
-36
/
+32
2019-08-22
perf arm64: Add missing debug.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
5
-15
/
+16
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
14
-29
/
+32
2019-08-22
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
5
-14
/
+9
2019-08-22
tools headers: Add missing perf_event.h include
Jiri Olsa
1
-0
/
+1
2019-08-22
selftests/powerpc: Ignore generated files
Gustavo Romero
4
-5
/
+12
[prev]
[next]