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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-05
perf record: Use unmapped IP for inline callchain cursors
Milian Wolff
1
-1
/
+2
2018-10-05
perf python: Use -Wno-redundant-decls to build with PYTHON=python3
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-09-27
perf report: Don't try to map ip to invalid map
Milian Wolff
1
-2
/
+3
2018-09-25
perf script python: Fix export-to-sqlite.py sample columns
Adrian Hunter
1
-1
/
+5
2018-09-25
perf script python: Fix export-to-postgresql.py occasional failure
Adrian Hunter
1
-0
/
+9
2018-09-18
perf Documentation: Fix out-of-tree asciidoctor man page generation
Ben Hutchings
1
-1
/
+1
2018-09-11
perf tools: Fix maps__find_symbol_by_name()
Adrian Hunter
1
-0
/
+11
2018-08-30
perf annotate: Fix parsing aarch64 branch instructions after objdump update
Kim Phillips
2
-1
/
+22
2018-08-30
perf probe powerpc: Ignore SyS symbols irrespective of endianness
Sandipan Das
1
-1
/
+3
2018-08-30
perf event-parse: Use fixed size string for comms
Chris Phlipot
1
-4
/
+3
2018-08-30
perf util: Fix bad memory access in trace info.
Chris Phlipot
1
-1
/
+1
2018-08-30
perf tools: Streamline bpf examples and headers installation
Arnaldo Carvalho de Melo
1
-8
/
+6
2018-08-30
perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
Hisao Tanabe
1
-2
/
+3
2018-08-30
perf arm64: Fix include path for asm-generic/unistd.h
Kim Phillips
2
-5
/
+6
2018-08-30
perf tests: Add breakpoint modify tests
Jiri Olsa
4
-0
/
+221
2018-08-30
perf annotate: Properly interpret indirect call
Martin Liška
1
-2
/
+8
2018-08-20
perf python: Fix pyrf_evlist__read_on_cpu() interface
Jiri Olsa
1
-1
/
+19
2018-08-20
perf mmap: Store real cpu number in 'struct perf_mmap'
Jiri Olsa
3
-3
/
+5
2018-08-20
perf tools: Remove ext from struct kmod_path
Jiri Olsa
3
-85
/
+69
2018-08-20
perf tools: Add gzip_is_compressed function
Jiri Olsa
1
-2
/
+14
2018-08-20
perf tools: Add lzma_is_compressed function
Jiri Olsa
1
-2
/
+17
2018-08-20
perf tools: Add is_compressed callback to compressions array
Jiri Olsa
4
-3
/
+33
2018-08-20
perf tools: Move the temp file processing into decompress_kmodule
Jiri Olsa
1
-17
/
+12
2018-08-20
perf tools: Use compression id in decompress_kmodule()
Jiri Olsa
1
-21
/
+3
2018-08-20
perf tools: Store compression id into struct dso
Jiri Olsa
3
-2
/
+8
2018-08-20
perf tools: Add compression id into 'struct kmod_path'
Jiri Olsa
3
-29
/
+33
2018-08-20
perf tools: Make is_supported_compression() static
Jiri Olsa
2
-2
/
+1
2018-08-20
perf tools: Make decompress_to_file() function static
Jiri Olsa
2
-2
/
+1
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in __open_dso()
Jiri Olsa
1
-1
/
+3
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()
Jiri Olsa
1
-1
/
+3
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in read_object_code()
Jiri Olsa
1
-1
/
+3
2018-08-20
perf llvm: Allow passing options to llc in addition to clang
Arnaldo Carvalho de Melo
2
-2
/
+38
2018-08-20
perf parser: Improve error message for PMU address filters
Jack Henschel
1
-10
/
+10
2018-08-20
perf tools: Disable parallelism for 'make clean'
Rasmus Villemoes
1
-2
/
+2
2018-08-14
perf auxtrace: Fix queue resize
Adrian Hunter
1
-0
/
+3
2018-08-14
perf python: Remove -mcet and -fcf-protection when building with clang
Arnaldo Carvalho de Melo
1
-1
/
+9
2018-08-14
perf arm spe: Fix uninitialized record error variable
Kim Phillips
1
-0
/
+1
2018-08-14
perf tools: Move syscall_64.tbl check into check-headers.sh
Jiri Olsa
2
-3
/
+3
2018-08-14
perf tools: Make check-headers.sh check based on kernel dir
Jiri Olsa
1
-3
/
+7
2018-08-13
perf tools: Fix check-headers.sh AND list path of execution
Alexander Kapshuk
1
-2
/
+6
2018-08-13
perf tools: Check for null when copying nsinfo.
Benno Evers
1
-0
/
+3
2018-08-13
tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
Tzvetomir Stoyanov (VMware)
3
-3
/
+3
2018-08-13
tools lib traceevent, perf tools: Rename traceevent_* APIs
Tzvetomir Stoyanov (VMware)
1
-3
/
+3
2018-08-13
tools lib traceevent, perf tools: Rename pevent_set_* APIs
Tzvetomir Stoyanov (VMware)
5
-18
/
+18
2018-08-13
tools lib traceevent, perf tools: Rename pevent_register_* APIs
Tzvetomir Stoyanov (VMware)
1
-2
/
+2
2018-08-13
tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
Tzvetomir Stoyanov (VMware)
5
-12
/
+12
2018-08-13
tools lib traceevent, perf tools: Rename pevent print APIs
Tzvetomir Stoyanov (VMware)
2
-5
/
+5
2018-08-13
tools lib traceevent, perf tools: Rename pevent parse APIs
Tzvetomir Stoyanov (VMware)
3
-5
/
+5
2018-08-13
tools lib traceevent, perf tools: Rename pevent find APIs
Tzvetomir Stoyanov (VMware)
6
-8
/
+8
2018-08-13
tools lib traceevent, perf tools: Rename pevent alloc / free APIs
Tzvetomir Stoyanov (VMware)
5
-7
/
+7
[next]