index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-15
perf tools: Add missing parse_events_error() prototype
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-02-15
perf pmu: Fix check for unset alias->unit array
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-02-14
perf tools: Be consistent on the type of map->symbols[] interator
Arnaldo Carvalho de Melo
2
-3
/
+3
2017-02-14
perf intel pt decoder: clang has no -Wno-override-init
Arnaldo Carvalho de Melo
1
-1
/
+5
2017-02-14
perf evsel: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
1
-34
/
+28
2017-02-14
perf probe: Avoid accessing uninitialized 'map' variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-14
perf tools: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
1
-9
/
+6
2017-02-13
perf symbols: dso->name is an array, no need to check it against NULL
Arnaldo Carvalho de Melo
2
-4
/
+4
2017-02-13
perf symbols: No need to check if sym->name is NULL
Arnaldo Carvalho de Melo
3
-3
/
+2
2017-02-13
perf evsel: Inform how to make a sysctl setting permanent
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-02-13
perf scripting perl: Fix compile error with some perl5 versions
Wang YanQing
1
-1
/
+1
2017-02-09
perf intel-pt: Use __fallthrough
Arnaldo Carvalho de Melo
2
-0
/
+7
2017-02-08
perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
perf thread_map: Correctly size buffer used with dirent->dt_name
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
tools strfilter: Use __fallthrough
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
tools string: Use __fallthrough in perf_atoll()
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-02-08
perf tools: Fix include of linux/mman.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
perf tools: Use zfree() to avoid keeping dangling pointers
Taeung Song
1
-6
/
+6
2017-02-08
perf tools: Use zfree() instead of ad hoc equivalent
Taeung Song
1
-4
/
+2
2017-02-08
perf tools: Add missing check for failure in a zalloc() call
Taeung Song
1
-0
/
+2
2017-02-08
perf tools: Only increase index if perf_evsel__new_idx() succeeds
Taeung Song
1
-1
/
+2
2017-02-08
perf symbols: Take into account symfs setting when reading file build ID
Victor Kamensky
1
-2
/
+4
2017-02-08
perf list: Add debug support for outputing alias string
Andi Kleen
3
-0
/
+12
2017-02-08
perf pmu: Support event aliases for non cpu// pmus
Andi Kleen
2
-27
/
+51
2017-02-08
perf pmu: Support per pmu json aliases
Andi Kleen
1
-4
/
+9
2017-02-08
perf jevents: Add support for parsing uncore json files
Andi Kleen
1
-8
/
+22
2017-02-08
perf bpf: Add missing newline in debug messages
He Kuang
1
-2
/
+2
2017-02-06
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+7
2017-02-02
perf callchain: Reference count maps
Krister Johansen
3
-2
/
+22
2017-02-02
perf diff: Fix -o/--order option behavior (again)
Namhyung Kim
1
-0
/
+7
2017-01-31
perf tools: Create for_each_event macro for tracepoints iteration
Taeung Song
1
-20
/
+18
2017-01-31
tools perf util: Make rm_rf(path) argument const
Joe Stringer
2
-2
/
+2
2017-01-31
perf callchain: Reference count maps
Krister Johansen
3
-2
/
+22
2017-01-27
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
6
-11
/
+33
2017-01-27
perf config: Do not consider an error not to have any perfconfig file
Arnaldo Carvalho de Melo
1
-6
/
+8
2017-01-26
Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...
Ingo Molnar
9
-40
/
+211
2017-01-26
perf util: Add more debug message on failure path
Namhyung Kim
2
-18
/
+39
2017-01-26
perf util: Save pid-cmdline mapping into tracing header
Namhyung Kim
4
-3
/
+84
2017-01-26
perf scripting perl: Do not die() when not founding event for a type
Arnaldo Carvalho de Melo
1
-2
/
+4
2017-01-26
perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()
Markus Elfring
1
-3
/
+2
2017-01-26
perf probe: Delete an unnecessary check in try_to_find_absolute_address()
Markus Elfring
1
-4
/
+2
2017-01-25
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
3
-41
/
+72
2017-01-18
perf unwind: Fix looking up dwarf unwind stack info
Matija Glavinic Pecotic
2
-16
/
+86
2017-01-17
perf evlist: Fix typo in deliver_sample()
Soramichi AKIYAMA
1
-1
/
+1
2017-01-17
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
2
-0
/
+3
2017-01-16
perf probe: Fix to probe on gcc generated functions in modules
Masami Hiramatsu
3
-18
/
+37
2017-01-16
perf probe: Add error checks to offline probe post-processing
Masami Hiramatsu
1
-17
/
+33
2017-01-16
perf probe: Fix to show correct locations for events on modules
Masami Hiramatsu
1
-7
/
+3
2017-01-16
perf pmu: Factor out scale conversion code
Andi Kleen
1
-28
/
+34
2017-01-11
perf record: Add switch-output size warning
Jiri Olsa
2
-1
/
+3
[next]