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
2016-07-25
Revert "perf tools: event.h needs asm/perf_regs.h"
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-07-22
perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-07-21
perf tools: Add AVX-512 instructions to the new instructions test
Adrian Hunter
3
-8
/
+3731
2016-07-21
perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
Adrian Hunter
5
-101
/
+220
2016-07-20
x86/insn: perf tools: Fix vcvtph2ps instruction decoding
Adrian Hunter
4
-9
/
+17
2016-07-18
perf tests: Add is_printable_array test
Jiri Olsa
4
-0
/
+42
2016-07-18
perf tools: Make is_printable_array global
Jiri Olsa
4
-28
/
+17
2016-07-18
perf script python: Fix string vs byte array resolving
Jiri Olsa
1
-6
/
+33
2016-07-18
perf probe: Warn unmatched function filter correctly
Masami Hiramatsu
2
-2
/
+13
2016-07-18
perf cpu_map: Add more helpers
Mark Rutland
2
-2
/
+14
2016-07-18
perf stat: Balance opening and reading events
Mark Rutland
1
-2
/
+6
2016-07-18
tools: Copy linux/{hash,poison}.h and check for drift
Arnaldo Carvalho de Melo
2
-2
/
+3
2016-07-18
perf tools: Remove include/linux/list.h from perf's MANIFEST
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-07-18
tools: Copy the bitops files accessed from the kernel and check for drift
Arnaldo Carvalho de Melo
2
-5
/
+15
2016-07-18
Remove: kernel unistd*h files from perf's MANIFEST, not used
Arnaldo Carvalho de Melo
1
-2
/
+0
2016-07-18
perf tools: Remove tools/perf/util/include/linux/const.h
Arnaldo Carvalho de Melo
2
-2
/
+0
2016-07-18
perf tools: Remove tools/perf/util/include/asm/byteorder.h
Arnaldo Carvalho de Melo
2
-4
/
+0
2016-07-18
perf tools: Add missing linux/compiler.h include to perf-sys.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-07-18
perf jit: Remove some no-op error handling
Dan Carpenter
1
-6
/
+1
2016-07-18
perf jit: Add missing curly braces
Dan Carpenter
1
-1
/
+2
2016-07-15
perf record: Add --tail-synthesize option
Wang Nan
3
-6
/
+34
2016-07-15
perf session: Don't warn about out of order event if write_backward is used
Wang Nan
1
-3
/
+19
2016-07-15
perf tools: Enable overwrite settings
Wang Nan
9
-7
/
+49
2016-07-15
perf evlist: Make {pause,resume} internal helpers
Wang Nan
2
-4
/
+2
2016-07-15
perf record: Read from overwritable ring buffer
Wang Nan
1
-1
/
+30
2016-07-15
perf evlist: Setup backward mmap state machine
Wang Nan
3
-0
/
+98
2016-07-15
perf evlist: Drop evlist->backward
Wang Nan
3
-6
/
+1
2016-07-15
perf evlist: Map backward events to backward_mmap
Wang Nan
2
-29
/
+29
2016-07-15
perf evlist: Introduce backward_mmap array for evlist
Wang Nan
3
-7
/
+16
2016-07-15
perf evlist: Extract common code in mmap failure processing
Wang Nan
1
-12
/
+8
2016-07-15
perf evlist: Record mmap cookie into fdarray private field
Wang Nan
1
-6
/
+9
2016-07-15
perf record: Decouple record__mmap_read() and evlist.
Wang Nan
1
-15
/
+22
2016-07-15
perf evlist: Update mmap related APIs and helpers
Wang Nan
2
-43
/
+108
2016-07-15
perf evlist: Drop redundant evsel->overwrite indicator
Arnaldo Carvalho de Melo
4
-10
/
+8
2016-07-15
perf tools: Bail out at "--sort dcacheline" and cacheline_size not known
Arnaldo Carvalho de Melo
1
-1
/
+7
2016-07-15
perf tools: Just pr_debug() about not being able to read cacheline_size
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-07-14
perf tools: Do not provide dup sched_getcpu() prototype on Android
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-07-13
perf test: Add a test case for SDT event
Masami Hiramatsu
4
-0
/
+121
2016-07-13
perf build: Add sdt feature detection
Masami Hiramatsu
3
-1
/
+15
2016-07-13
perf probe: Support a special SDT probe format
Masami Hiramatsu
2
-3
/
+13
2016-07-13
perf probe: Support @BUILDID or @FILE suffix for SDT events
Masami Hiramatsu
3
-2
/
+59
2016-07-13
perf list: Show SDT and pre-cached events
Masami Hiramatsu
4
-1
/
+98
2016-07-13
perf probe: Search SDT/cached event from all probe caches
Masami Hiramatsu
1
-19
/
+86
2016-07-13
perf probe: Allow wildcard for cached events
Masami Hiramatsu
3
-10
/
+138
2016-07-13
perf probe-cache: Add for_each_probe_cache_entry() wrapper
Masami Hiramatsu
2
-4
/
+6
2016-07-13
perf probe: Make --list show only available cached events
Masami Hiramatsu
4
-4
/
+35
2016-07-13
perf probe: Accept %sdt and %cached event name
Masami Hiramatsu
4
-25
/
+76
2016-07-13
perf probe: Fix to show correct error message for $vars and $params
Masami Hiramatsu
1
-1
/
+3
2016-07-13
perf bpf: Support BPF program attach to tracepoints
Wang Nan
1
-5
/
+60
2016-07-13
perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
Wang Nan
3
-18
/
+18
[next]