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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-19
perf tools: Remove include dirent.h from util.h
Arnaldo Carvalho de Melo
7
-1
/
+7
2017-04-19
perf tools: Remove misplaced __maybe_unused in some functions
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-04-19
perf tools: Use api/fs/tracing_path.h where needed
Arnaldo Carvalho de Melo
1
-1
/
+0
2017-04-19
perf tools: No need to include bitops.h in util.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2017-04-19
perf tools: Move path related functions to util/path.h
Arnaldo Carvalho de Melo
10
-28
/
+42
2017-04-19
perf tools: Don't include terminal handling headers in util.h
Arnaldo Carvalho de Melo
3
-6
/
+6
2017-04-19
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
15
-9
/
+22
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
45
-2
/
+46
2017-04-19
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
15
-41
/
+64
2017-04-19
perf tools: Move srcline definitions to separate header
Arnaldo Carvalho de Melo
6
-27
/
+38
2017-04-19
perf tools: Move print_binary definitions to separate files
Arnaldo Carvalho de Melo
9
-77
/
+88
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
24
-53
/
+91
2017-04-19
perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION
Arnaldo Carvalho de Melo
1
-16
/
+0
2017-04-19
perf tools: Replace STR() calls with __stringify()
Arnaldo Carvalho de Melo
3
-6
/
+5
2017-04-19
perf tools: Remove PRI[xu] macros from perf.h
Arnaldo Carvalho de Melo
1
-20
/
+0
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
25
-0
/
+25
2017-04-19
perf tools: Remove unused macros from util.h
Arnaldo Carvalho de Melo
1
-12
/
+0
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
13
-0
/
+13
2017-04-19
tools include: Move ARRAY_SIZE() to linux/kernel.h
Arnaldo Carvalho de Melo
1
-2
/
+0
2017-04-19
perf tools: Remove FLEX_ARRAY definition
Arnaldo Carvalho de Melo
1
-22
/
+0
2017-04-13
Revert "perf tools: Fix include of linux/mman.h"
David Carrillo-Cisneros
1
-1
/
+1
2017-04-13
perf util: Hint missing file when tool tips fail to load
David Carrillo-Cisneros
1
-1
/
+2
2017-04-13
perf stat: Fix bug in handling events in error state
Stephane Eranian
1
-2
/
+2
2017-04-11
perf annotate: Use stripped line instead of raw disassemble line
Taeung Song
1
-2
/
+2
2017-04-11
perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()
Taeung Song
1
-35
/
+7
2017-04-11
perf tools: Do not print missing features in pipe-mode
David Carrillo-Cisneros
1
-0
/
+3
2017-04-11
perf session: Don't rely on evlist in pipe mode
David Carrillo-Cisneros
1
-3
/
+13
2017-04-11
perf inject: Copy events when reordering events in pipe mode
David Carrillo-Cisneros
2
-1
/
+3
2017-04-11
perf annotate s390: Implement jump types for perf annotate
Christian Borntraeger
1
-0
/
+2
2017-04-11
perf annotate s390: Fix perf annotate error -95 (4.10 regression)
Christian Borntraeger
1
-0
/
+6
2017-04-11
perf string: Simplify ltrim() implementation
Arnaldo Carvalho de Melo
1
-5
/
+1
2017-04-11
perf tools: Refactor the code to strip command name with {l,r}trim()
Taeung Song
1
-9
/
+2
2017-04-11
perf pmu: Refactor wordwrap() with ltrim()
Taeung Song
1
-2
/
+1
2017-04-11
perf evsel: Return exact sub event which failed with EPERM for wildcards
Jin Yao
1
-1
/
+7
2017-04-11
perf callchains: Switch from strtok() to strtok_r() when parsing options
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-04-05
perf annotate: Fix missing number of samples for source_line_samples
Taeung Song
2
-3
/
+5
2017-04-04
perf tools: Don't die on a print function
Arnaldo Carvalho de Melo
1
-2
/
+7
2017-04-04
perf tools: Handle allocation failures gracefully
Arnaldo Carvalho de Melo
1
-15
/
+39
2017-03-31
perf tools: Do not fail in case of empty HOME env variable
Jiri Olsa
1
-23
/
+31
2017-03-30
perf utils: Fix spelling mistake: "Invalud" -> "Invalid"
Colin Ian King
1
-1
/
+1
2017-03-28
perf report: Drop cycles 0 for LBR print
Jin Yao
1
-37
/
+74
2017-03-28
perf/sdt/x86: Move OP parser to tools/perf/arch/x86/
Ravi Bangoria
3
-102
/
+47
2017-03-28
perf tools: Remove support for command aliases
Arnaldo Carvalho de Melo
4
-87
/
+1
2017-03-28
Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...
Ingo Molnar
16
-63
/
+347
2017-03-28
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2017-03-27
perf utils: Readlink /proc/self/exe to find the perf binary
Tommi Rantala
1
-6
/
+2
2017-03-27
perf utils: Null terminate buf in read_ftrace_printk()
Tommi Rantala
1
-1
/
+3
2017-03-27
perf utils: use sizeof(buf) - 1 in readlink() call
Tommi Rantala
1
-1
/
+1
2017-03-27
perf buildid: Do not assume that readlink() returns a null terminated string
Tommi Rantala
1
-1
/
+5
2017-03-27
perf buildid: Do not update SDT cache with null filename
Tommi Rantala
1
-1
/
+1
[next]