Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4765218db79561ce13922806716eadb138c65439
/
tools
/
perf
99e608b
perf probe ppc64le: Fix probe location when using DWARF
by Ravi Bangoria
· 8 years ago
d820456
perf probe: Add function to post process kernel trace events
by Ravi Bangoria
· 8 years ago
19f00b0
perf probe: Support signedness casting
by Naohiro Aota
· 8 years ago
3df33ef
perf stat: Avoid skew when reading events
by Mark Rutland
· 8 years ago
cb3f337
perf probe: Fix module name matching
by Konstantin Khlebnikov
· 8 years ago
8e34189
perf probe: Adjust map->reloc offset when finding kernel symbol from map
by Masami Hiramatsu
· 8 years ago
887fa86
perf hists: Trim libtraceevent trace_seq buffers
by Arnaldo Carvalho de Melo
· 8 years ago
bcdc09a
perf script: Add 'bpf-output' field to usage message
by Brendan Gregg
· 8 years ago
f282f7a
Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
c369e0a
perf tests bpf: Use SyS_epoll_wait alias
by Arnaldo Carvalho de Melo
· 8 years ago
b2d0dbf
perf tests: objdump output can contain multi byte chunks
by Jan Stancek
· 9 years ago
b6f35ed
perf record: Add --sample-cpu option
by Jiri Olsa
· 8 years ago
52c5cc3
perf hists: Introduce output_resort_cb method
by Jiri Olsa
· 8 years ago
4842576
perf tools: Move config/Makefile into Makefile.config
by Jiri Olsa
· 8 years ago
ff3e33b
perf tests: Add test for bitmap_scnprintf function
by Jiri Olsa
· 8 years ago
b581c01
perf tools: Fix build failure on perl script context
by Namhyung Kim
· 8 years ago
c17c17e
perf annotate: Plug filename string leak
by Arnaldo Carvalho de Melo
· 8 years ago
ee51d85
perf annotate: Introduce strerror for handling symbol__disassemble() errors
by Arnaldo Carvalho de Melo
· 8 years ago
5cb725a
perf annotate: Rename symbol__annotate() to symbol__disassemble()
by Arnaldo Carvalho de Melo
· 8 years ago
7f7d556
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
ce92834
perf target: str_error_r() always returns the buffer it receives
by Arnaldo Carvalho de Melo
· 8 years ago
9955d0b
perf annotate: Use pipe + fork instead of popen
by Arnaldo Carvalho de Melo
· 8 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
2516035
mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
by Vlastimil Babka
· 8 years ago
7c48dcf
perf evsel: Introduce constructor for cycles event
by Arnaldo Carvalho de Melo
· 8 years ago
8149a77
tools lib api: Add str_error_c to libapi
by Arnaldo Carvalho de Melo
· 8 years ago
468fc7e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
203d8a4
perf s390: Fix 'start' address of module's map
by Song Shan Gong
· 8 years ago
4e3ba8a
Revert "perf tools: event.h needs asm/perf_regs.h"
by Arnaldo Carvalho de Melo
· 8 years ago
fd1d961
x86/insn: remove pcommit
by Dan Williams
· 8 years ago
e5e6312
perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf
by Arnaldo Carvalho de Melo
· 8 years ago
6c4d0b4
perf tools: Add AVX-512 instructions to the new instructions test
by Adrian Hunter
· 8 years ago
c61f4d5
perf tools: Add AVX-512 support to the instruction decoder used by Intel PT
by Adrian Hunter
· 8 years ago
6f6ef07
x86/insn: perf tools: Fix vcvtph2ps instruction decoding
by Adrian Hunter
· 8 years ago
988dd77
perf tests: Add is_printable_array test
by Jiri Olsa
· 8 years ago
accaed2
perf tools: Make is_printable_array global
by Jiri Olsa
· 8 years ago
249de6e
perf script python: Fix string vs byte array resolving
by Jiri Olsa
· 8 years ago
e704934
perf probe: Warn unmatched function filter correctly
by Masami Hiramatsu
· 8 years ago
9a6c582
perf cpu_map: Add more helpers
by Mark Rutland
· 8 years ago
00e727b
perf stat: Balance opening and reading events
by Mark Rutland
· 8 years ago
ae3c14a
tools: Copy linux/{hash,poison}.h and check for drift
by Arnaldo Carvalho de Melo
· 8 years ago
3aa0042
perf tools: Remove include/linux/list.h from perf's MANIFEST
by Arnaldo Carvalho de Melo
· 8 years ago
de1e17b
tools: Copy the bitops files accessed from the kernel and check for drift
by Arnaldo Carvalho de Melo
· 8 years ago
ad43072
Remove: kernel unistd*h files from perf's MANIFEST, not used
by Arnaldo Carvalho de Melo
· 8 years ago
e0643c4
perf tools: Remove tools/perf/util/include/linux/const.h
by Arnaldo Carvalho de Melo
· 8 years ago
7e3f364
perf tools: Remove tools/perf/util/include/asm/byteorder.h
by Arnaldo Carvalho de Melo
· 8 years ago
14f0652
perf tools: Add missing linux/compiler.h include to perf-sys.h
by Arnaldo Carvalho de Melo
· 8 years ago
9fcfcdf
perf jit: Remove some no-op error handling
by Dan Carpenter
· 8 years ago
e03141d
perf jit: Add missing curly braces
by Dan Carpenter
· 8 years ago
4ea648a
perf record: Add --tail-synthesize option
by Wang Nan
· 8 years ago
f06149c
perf session: Don't warn about out of order event if write_backward is used
by Wang Nan
· 8 years ago
626a6b7
perf tools: Enable overwrite settings
by Wang Nan
· 8 years ago
f6cdff8
perf evlist: Make {pause,resume} internal helpers
by Wang Nan
· 8 years ago
05737464
perf record: Read from overwritable ring buffer
by Wang Nan
· 8 years ago
54cc54d
perf evlist: Setup backward mmap state machine
by Wang Nan
· 8 years ago
a0c6f45
perf evlist: Drop evlist->backward
by Wang Nan
· 8 years ago
078c338
perf evlist: Map backward events to backward_mmap
by Wang Nan
· 8 years ago
b2cb615
perf evlist: Introduce backward_mmap array for evlist
by Wang Nan
· 8 years ago
a1f7261
perf evlist: Extract common code in mmap failure processing
by Wang Nan
· 8 years ago
4876075
perf evlist: Record mmap cookie into fdarray private field
by Wang Nan
· 8 years ago
a4ea0ec
perf record: Decouple record__mmap_read() and evlist.
by Wang Nan
· 8 years ago
8db6d6b
perf evlist: Update mmap related APIs and helpers
by Wang Nan
· 8 years ago
32a951b
perf evlist: Drop redundant evsel->overwrite indicator
by Arnaldo Carvalho de Melo
· 8 years ago
0d20316
perf tools: Bail out at "--sort dcacheline" and cacheline_size not known
by Arnaldo Carvalho de Melo
· 8 years ago
8811e8e
perf tools: Just pr_debug() about not being able to read cacheline_size
by Arnaldo Carvalho de Melo
· 8 years ago
09dd39d
perf tools: Do not provide dup sched_getcpu() prototype on Android
by Arnaldo Carvalho de Melo
· 8 years ago
8e5dc84
perf test: Add a test case for SDT event
by Masami Hiramatsu
· 8 years ago
e26e63b
perf build: Add sdt feature detection
by Masami Hiramatsu
· 8 years ago
7e9fca5
perf probe: Support a special SDT probe format
by Masami Hiramatsu
· 8 years ago
a598180
perf probe: Support @BUILDID or @FILE suffix for SDT events
by Masami Hiramatsu
· 8 years ago
40218da
perf list: Show SDT and pre-cached events
by Masami Hiramatsu
· 8 years ago
1de7b8b
perf probe: Search SDT/cached event from all probe caches
by Masami Hiramatsu
· 8 years ago
42bba26
perf probe: Allow wildcard for cached events
by Masami Hiramatsu
· 8 years ago
05bf2c8
perf probe-cache: Add for_each_probe_cache_entry() wrapper
by Masami Hiramatsu
· 8 years ago
c3492a3
perf probe: Make --list show only available cached events
by Masami Hiramatsu
· 8 years ago
36a009f
perf probe: Accept %sdt and %cached event name
by Masami Hiramatsu
· 8 years ago
f6eb051
perf probe: Fix to show correct error message for $vars and $params
by Masami Hiramatsu
· 8 years ago
b4ee6d4
perf bpf: Support BPF program attach to tracepoints
by Wang Nan
· 8 years ago
cd102d7
perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
by Wang Nan
· 8 years ago
8c619d6
perf event parser: Add const qualifier to evt_name and sys_name
by Wang Nan
· 8 years ago
9881d7d
perf python: Add tracepoint example
by Jiri Olsa
· 8 years ago
bae57e3
perf python: Add support to resolve tracepoint fields
by Jiri Olsa
· 8 years ago
377f698
perf python: Add struct evsel into struct pyrf_event
by Jiri Olsa
· 8 years ago
1075fbb
perf python: Add perf.tracepoint method
by Jiri Olsa
· 8 years ago
85e37de
perf python: Put perf.event objects into dictionary
by Jiri Olsa
· 8 years ago
e8968e6
perf python: Fix pyrf_evlist__read_on_cpu event consuming
by Jiri Olsa
· 8 years ago
ad4e3c04
perf python: Init perf_event_attr::size in perf.evsel constructor
by Jiri Olsa
· 8 years ago
71fe105
perf tools: Introduce trace_event__tp_format_id()
by Jiri Olsa
· 8 years ago
7cb5c5a
perf evlist: Make event2evsel public
by Jiri Olsa
· 8 years ago
cae15db
perf symbols: Add Rust demangling
by David Tolnay
· 8 years ago
1c1a3a4
perf tools: Add feature detection for gelf_getnote()
by Arnaldo Carvalho de Melo
· 8 years ago
c8a3f7d
perf intel-pt-decoder: Avoid checking code drift on busibox's diff
by Arnaldo Carvalho de Melo
· 8 years ago
3c7752f
perf tools: Don't add kernel directories to the header search path
by Arnaldo Carvalho de Melo
· 8 years ago
1d4489d
perf tools: Add the tools/ stringify copy to the MANIFEST
by Arnaldo Carvalho de Melo
· 8 years ago
39f5486
perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0
by Arnaldo Carvalho de Melo
· 8 years ago
cc31078
perf symbols: Provide a GElf_Nhdr typedef
by Arnaldo Carvalho de Melo
· 8 years ago
6e6fec9
perf trace beauty seccomp: Remove seccomp.h include
by Arnaldo Carvalho de Melo
· 8 years ago
e53e6bb
perf trace beauty futex_op: Add missing defines for older systems
by Arnaldo Carvalho de Melo
· 8 years ago
9a3dc28
perf tools: Fallback to reading sysfs to get cacheline size
by Arnaldo Carvalho de Melo
· 8 years ago
dd7bd10
tools: Copy the header files needed by perf tools
by Arnaldo Carvalho de Melo
· 8 years ago
Next »