Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f74a53d9a567f6bc6f6d8460e84c76bd2a45d016
/
tools
/
perf
f74a53d9
tools: libbpf: add a correctly named define for map iteration
by Jakub Kicinski
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8f2f350
perf script python: Add Python3 support to tests/attr.py
by Tony Jones
· 6 years ago
a8a1f7d
libbpf: fix libbpf_print
by Stanislav Fomichev
· 6 years ago
6ab3bc2
perf trace: Support multiple "vfs_getname" probes
by Arnaldo Carvalho de Melo
· 6 years ago
59a1770
perf symbols: Filter out hidden symbols from labels
by Jiri Olsa
· 6 years ago
843cf70
perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()
by Arnaldo Carvalho de Melo
· 6 years ago
6f1ae8b
tools/bpf: simplify libbpf API function libbpf_set_print()
by Yonghong Song
· 6 years ago
d34cecf
perf clang: Do not use 'return std::move(something)'
by Arnaldo Carvalho de Melo
· 6 years ago
f0fabf9
perf mem/c2c: Fix perf_mem_events to support powerpc
by Ravi Bangoria
· 6 years ago
489338a
perf tests evsel-tp-sched: Fix bitwise operator
by Gustavo A. R. Silva
· 6 years ago
58f6d42
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
8bf8c6d
perf script: Fix crash when processing recorded stat data
by Tony Jones
· 6 years ago
da06d56
perf top: Fix wrong hottest instruction highlighted
by He Kuang
· 6 years ago
1497e80
perf tools: Handle TOPOLOGY headers with no CPU
by Stephane Eranian
· 6 years ago
c5b7098
Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
94ec1eb
perf python: Remove -fstack-clash-protection when building with some clang versions
by Arnaldo Carvalho de Melo
· 6 years ago
9616716
perf script: Fix crash with printing mixed trace point and other events
by Andi Kleen
· 6 years ago
99d86c8b
perf ordered_events: Fix crash in ordered_events__free
by Jiri Olsa
· 6 years ago
15c0309
tools headers powerpc: Remove unistd.h
by Ravi Bangoria
· 6 years ago
0206131
perf powerpc: Rework syscall table generation
by Ravi Bangoria
· 6 years ago
549aff7
perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols
by Arnaldo Carvalho de Melo
· 6 years ago
1c23397
perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h
by Arnaldo Carvalho de Melo
· 6 years ago
250bfc8
tools include uapi: Grab a copy of linux/mount.h
by Arnaldo Carvalho de Melo
· 6 years ago
f2e14cd
perf top: Lift restriction on using callchains without "sym" in --sort
by Arnaldo Carvalho de Melo
· 6 years ago
21327c7
perf tests: Add a test for the ARM 32-bit [vectors] page
by Florian Fainelli
· 6 years ago
0115323
perf tools: Make find_vdso_map() more modular
by Florian Fainelli
· 6 years ago
ac6e022
perf trace: Fix alignment for [continued] lines
by Arnaldo Carvalho de Melo
· 6 years ago
172bf02
perf trace: Fix ')' placement in "interrupted" syscall lines
by Arnaldo Carvalho de Melo
· 6 years ago
64598e8
Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
6529870
powerpc/perf: Update perf_regs structure to include MMCRA
by Madhavan Srinivasan
· 6 years ago
ac5eed2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
03fa483
perf test shell: Use a fallback to get the pathname in vfs_getname
by Arnaldo Carvalho de Melo
· 6 years ago
f712a86
perf python: Make sure the python binding output directory is in place
by Arnaldo Carvalho de Melo
· 6 years ago
099be74
perf strbuf: Remove redundant va_end() in strbuf_addv()
by Mattias Jacobsson
· 6 years ago
442b4eb
perf annotate: Pass filename to objdump via execl
by Ivan Krylov
· 6 years ago
a3366db0
perf report: Fix wrong iteration count in --branch-history
by Jin Yao
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
805e4c8
tools beauty: Make the prctl option table generator catch all PR_ options
by Arnaldo Carvalho de Melo
· 6 years ago
8a99255
perf stat: Fix endless wait for child process
by Jin Yao
· 6 years ago
b25756d
perf session: Add comment for perf_session__register_idle_thread()
by Adrian Hunter
· 6 years ago
256d92b
perf thread-stack: Fix thread stack processing for the idle task
by Adrian Hunter
· 6 years ago
139f42f
perf thread-stack: Allocate an array of thread stacks
by Adrian Hunter
· 6 years ago
2e9e868
perf thread-stack: Factor out thread_stack__init()
by Adrian Hunter
· 6 years ago
f6060ac
perf thread-stack: Allow for a thread stack array
by Adrian Hunter
· 6 years ago
bd8e68a
perf thread-stack: Avoid direct reference to the thread's stack
by Adrian Hunter
· 6 years ago
e0b8951
perf thread-stack: Tidy thread_stack__bottom() usage
by Adrian Hunter
· 6 years ago
03b32cb
perf thread-stack: Simplify some code in thread_stack__process()
by Adrian Hunter
· 6 years ago
889bb74
Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux
by Linus Torvalds
· 6 years ago
c4a75bb
perf c2c: Increase the HITM ratio limit for displayed cachelines
by Jiri Olsa
· 6 years ago
423701a
perf c2c: Change the default coalesce setup
by Jiri Olsa
· 6 years ago
38fc9da
perf trace beauty ioctl: Beautify USBDEVFS_ commands
by Arnaldo Carvalho de Melo
· 6 years ago
2d47338
perf trace beauty: Export function to get the files for a thread
by Arnaldo Carvalho de Melo
· 6 years ago
86cf4c6
perf trace: Wire up ioctl's USBDEBFS_ cmd table generator
by Arnaldo Carvalho de Melo
· 6 years ago
870c3f4
perf beauty ioctl: Add generator for USBDEVFS_ ioctl commands
by Arnaldo Carvalho de Melo
· 6 years ago
2bd71d1
tools headers uapi: Grab a copy of usbdevice_fs.h
by Arnaldo Carvalho de Melo
· 6 years ago
4bcc4cf
perf trace: Store the major number for a file when storing its pathname
by Arnaldo Carvalho de Melo
· 6 years ago
d7e1348
perf trace: Move the files table resizing to outside set_pathname()
by Arnaldo Carvalho de Melo
· 6 years ago
f4a74fc
perf trace: Rename thread_thread->paths to thread_trace->files
by Arnaldo Carvalho de Melo
· 6 years ago
61f6115
perf script: Fix LBR skid dump problems in brstackinsn
by Andi Kleen
· 6 years ago
a389aec
perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
by Jiri Olsa
· 6 years ago
fbe7e42
perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*"
by Colin Ian King
· 6 years ago
8d69733
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
b9b6a2e
perf trace: Do not hardcode the size of the tracepoint common_ fields
by Arnaldo Carvalho de Melo
· 6 years ago
14541b1
perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz
by Stanislav Fomichev
· 6 years ago
5ce29d5
perf beauty mmap: PROT_WRITE should come before PROT_EXEC
by Arnaldo Carvalho de Melo
· 6 years ago
f76214f
perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setting tp filter
by Arnaldo Carvalho de Melo
· 6 years ago
333804d
powerpc/perf: Update perf_regs structure to include SIER
by Madhavan Srinivasan
· 6 years ago
bc055c5
perf symbols: Relax checks on perf-PID.map ownership
by Arnaldo Carvalho de Melo
· 6 years ago
42337cb
perf trace: Wire up the fadvise 'advice' table generator
by Arnaldo Carvalho de Melo
· 6 years ago
069c1c6
perf beauty: Add generator for fadvise64's 'advice' arg constants
by Arnaldo Carvalho de Melo
· 6 years ago
f9cdd63
tools headers uapi: Grab a copy of fadvise.h
by Arnaldo Carvalho de Melo
· 6 years ago
a663134
perf beauty mmap: Print mmap's 'offset' arg in hexadecimal
by Arnaldo Carvalho de Melo
· 6 years ago
1355e09
perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output
by Arnaldo Carvalho de Melo
· 6 years ago
fb7068e
perf trace beauty: Beautify arch_prctl()'s arguments
by Arnaldo Carvalho de Melo
· 6 years ago
9614b8d
perf trace: When showing string prefixes show prefix + ??? for unknown entries
by Arnaldo Carvalho de Melo
· 6 years ago
1f2d085
perf trace: Move strarrays to beauty.h for further reuse
by Arnaldo Carvalho de Melo
· 6 years ago
40714e8
perf beauty: Wire up the x86_arch prctl code table generator
by Arnaldo Carvalho de Melo
· 6 years ago
ff4cb76
perf beauty: Add a string table generator for x86's 'arch_prctl' codes
by Arnaldo Carvalho de Melo
· 6 years ago
c22e268
tools include arch: Grab a copy of x86's prctl.h
by Arnaldo Carvalho de Melo
· 6 years ago
ce05539
perf trace: Show NULL when syscall pointer args are 0
by Arnaldo Carvalho de Melo
· 6 years ago
2c83dfa
perf trace: Enclose the errno strings with ()
by Arnaldo Carvalho de Melo
· 6 years ago
c48ee10
perf augmented_raw_syscalls: Copy 'access' arg as well
by Arnaldo Carvalho de Melo
· 6 years ago
4b8a240
perf trace: Add alignment spaces after the closing parens
by Arnaldo Carvalho de Melo
· 6 years ago
601d66d
perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0
by Arnaldo Carvalho de Melo
· 6 years ago
c65c83f
perf trace: Allow asking for not suppressing common string prefixes
by Arnaldo Carvalho de Melo
· 6 years ago
2e3d7fac
perf trace: Add a prefix member to the strarray class
by Arnaldo Carvalho de Melo
· 6 years ago
721f532
perf trace: Enclose strings with double quotes
by Arnaldo Carvalho de Melo
· 6 years ago
9ed45d5
perf trace: Make the alignment of the syscall args be configurable
by Arnaldo Carvalho de Melo
· 6 years ago
9d6dc17
perf trace: Allow suppressing the syscall argument names
by Arnaldo Carvalho de Melo
· 6 years ago
b036146
perf trace: Allow configuring if the syscall start timestamp should be printed
by Arnaldo Carvalho de Melo
· 6 years ago
d32de87
perf trace: Allow configuring default for perf_event_attr.inherit
by Arnaldo Carvalho de Melo
· 6 years ago
41e0d04
perf config: Show the configuration when no arguments are provided
by Arnaldo Carvalho de Melo
· 6 years ago
42e4a52
perf trace: Allow configuring if the syscall duration should be printed
by Arnaldo Carvalho de Melo
· 6 years ago
e7c634f
perf trace: Allow configuring if zeroed syscall args should be printed
by Arnaldo Carvalho de Melo
· 6 years ago
ac96287
perf trace: Allow specifying a set of events to add in perfconfig
by Arnaldo Carvalho de Melo
· 6 years ago
4623ce4
perf augmented_raw_syscalls: Do not include stdio.h
by Arnaldo Carvalho de Melo
· 6 years ago
7100b12
perf cs-etm: Generate branch sample for exception packet
by Leo Yan
· 6 years ago
02e7e25
perf cs-etm: Treat EO_TRACE element as trace discontinuity
by Leo Yan
· 6 years ago
Next »