index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION
Arnaldo Carvalho de Melo
2017-04-19
2
-26
/
+0
|
*
|
|
|
|
|
perf tools: Replace STR() calls with __stringify()
Arnaldo Carvalho de Melo
2017-04-19
6
-11
/
+12
|
*
|
|
|
|
|
perf tools: Remove PRI[xu] macros from perf.h
Arnaldo Carvalho de Melo
2017-04-19
1
-20
/
+0
|
*
|
|
|
|
|
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
59
-1
/
+59
|
*
|
|
|
|
|
perf tools: Remove unused macros from util.h
Arnaldo Carvalho de Melo
2017-04-19
1
-12
/
+0
|
*
|
|
|
|
|
tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h
Arnaldo Carvalho de Melo
2017-04-19
1
-4
/
+0
|
*
|
|
|
|
|
objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now
Arnaldo Carvalho de Melo
2017-04-19
2
-4
/
+2
|
*
|
|
|
|
|
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
42
-1
/
+42
|
*
|
|
|
|
|
tools include: Move ARRAY_SIZE() to linux/kernel.h
Arnaldo Carvalho de Melo
2017-04-19
2
-2
/
+3
|
*
|
|
|
|
|
tools include: Adopt __same_type() and __must_be_array() from the kernel
Arnaldo Carvalho de Melo
2017-04-19
2
-0
/
+8
|
*
|
|
|
|
|
tools include: Introduce linux/bug.h, from the kernel sources
Arnaldo Carvalho de Melo
2017-04-19
2
-0
/
+11
|
*
|
|
|
|
|
perf tools: Remove FLEX_ARRAY definition
Arnaldo Carvalho de Melo
2017-04-19
2
-24
/
+2
|
*
|
|
|
|
|
perf unwind arm64: Add missing errno.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-1
/
+1
|
*
|
|
|
|
|
Revert "perf tools: Fix include of linux/mman.h"
David Carrillo-Cisneros
2017-04-13
1
-1
/
+1
|
*
|
|
|
|
|
perf util: Hint missing file when tool tips fail to load
David Carrillo-Cisneros
2017-04-13
1
-1
/
+2
|
*
|
|
|
|
|
tools build: Fix feature detection redefinion of build flags
David Carrillo-Cisneros
2017-04-13
1
-5
/
+5
|
*
|
|
|
|
|
perf tools: Disable JVMTI if no ELF support available
David Carrillo-Cisneros
2017-04-13
1
-1
/
+3
|
*
|
|
|
|
|
perf trace: Add usage of --no-syscalls in man page
Ravi Bangoria
2017-04-13
1
-1
/
+2
|
*
|
|
|
|
|
perf stat: Fix bug in handling events in error state
Stephane Eranian
2017-04-13
2
-5
/
+11
|
*
|
|
|
|
|
perf tools: Pass PYTHON config to feature detection
David Carrillo-Cisneros
2017-04-12
2
-20
/
+13
|
*
|
|
|
|
|
perf annotate: Use stripped line instead of raw disassemble line
Taeung Song
2017-04-11
1
-2
/
+2
|
*
|
|
|
|
|
perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()
Taeung Song
2017-04-11
1
-35
/
+7
|
*
|
|
|
|
|
perf tools: Do not print missing features in pipe-mode
David Carrillo-Cisneros
2017-04-11
1
-0
/
+3
|
*
|
|
|
|
|
perf session: Don't rely on evlist in pipe mode
David Carrillo-Cisneros
2017-04-11
1
-3
/
+13
|
*
|
|
|
|
|
perf annotate: Process attr and build_id records
David Carrillo-Cisneros
2017-04-11
1
-0
/
+2
|
*
|
|
|
|
|
perf tools: Describe pipe mode in perf.data-file-fomat.txt
David Carrillo-Cisneros
2017-04-11
1
-2
/
+17
|
*
|
|
|
|
|
perf inject: Copy events when reordering events in pipe mode
David Carrillo-Cisneros
2017-04-11
2
-1
/
+3
|
*
|
|
|
|
|
perf inject: Don't proceed if perf_session__process_event() fails
David Carrillo-Cisneros
2017-04-11
1
-0
/
+2
|
*
|
|
|
|
|
perf annotate s390: Implement jump types for perf annotate
Christian Borntraeger
2017-04-11
2
-0
/
+32
|
*
|
|
|
|
|
perf annotate s390: Fix perf annotate error -95 (4.10 regression)
Christian Borntraeger
2017-04-11
1
-0
/
+6
|
*
|
|
|
|
|
perf string: Simplify ltrim() implementation
Arnaldo Carvalho de Melo
2017-04-11
1
-5
/
+1
|
*
|
|
|
|
|
perf tools: Refactor the code to strip command name with {l,r}trim()
Taeung Song
2017-04-11
1
-9
/
+2
|
*
|
|
|
|
|
perf pmu: Refactor wordwrap() with ltrim()
Taeung Song
2017-04-11
1
-2
/
+1
|
*
|
|
|
|
|
perf ui browser: Refactor the code to parse color configs with ltrim()
Taeung Song
2017-04-11
1
-1
/
+1
|
*
|
|
|
|
|
perf stat: Refactor the code to strip csv output with ltrim()
Taeung Song
2017-04-11
1
-8
/
+2
|
*
|
|
|
|
|
perf evsel: Return exact sub event which failed with EPERM for wildcards
Jin Yao
2017-04-11
1
-1
/
+7
|
*
|
|
|
|
|
perf script: Use strtok_r() when parsing output field list
Arnaldo Carvalho de Melo
2017-04-11
1
-2
/
+2
|
*
|
|
|
|
|
perf callchains: Switch from strtok() to strtok_r() when parsing options
Arnaldo Carvalho de Melo
2017-04-11
1
-2
/
+2
|
*
|
|
|
|
|
Merge tag 'v4.11-rc6' into perf/core, to pick up fixes
Ingo Molnar
2017-04-11
4
-11
/
+308
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
perf annotate: Fix missing number of samples for source_line_samples
Taeung Song
2017-04-04
2
-3
/
+5
|
*
|
|
|
|
|
|
perf tools: Don't die on a print function
Arnaldo Carvalho de Melo
2017-04-04
1
-2
/
+7
|
*
|
|
|
|
|
|
perf tools: Handle allocation failures gracefully
Arnaldo Carvalho de Melo
2017-04-04
1
-15
/
+39
|
*
|
|
|
|
|
|
perf tools: Remove die() call
Arnaldo Carvalho de Melo
2017-04-04
1
-1
/
+2
|
*
|
|
|
|
|
|
Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/lin...
Arnaldo Carvalho de Melo
2017-04-04
7
-3
/
+1546
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
perf vendor events intel: Add missing space in json descriptions
Andi Kleen
2017-03-30
1
-0
/
+1
|
|
*
|
|
|
|
|
|
perf vendor events intel: Add uncore_arb JSON support
Andi Kleen
2017-03-30
1
-0
/
+1
|
|
*
|
|
|
|
|
|
perf vendor events intel: Add uncore events for Skylake client
Andi Kleen
2017-03-30
1
-0
/
+254
|
|
*
|
|
|
|
|
|
perf vendor events intel: Add uncore events for Broadwell client
Andi Kleen
2017-03-30
1
-0
/
+278
|
|
*
|
|
|
|
|
|
perf vendor events intel: Add uncore events for Haswell client
Andi Kleen
2017-03-30
1
-0
/
+374
|
|
*
|
|
|
|
|
|
perf vendor events intel: Add uncore events for Ivy Bridge client
Andi Kleen
2017-03-30
1
-0
/
+314
[prev]
[next]