Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
6a829eb8619fbdde6d7d627ad582fe119805f39d
/
tools
« Previous
584e468
bpf: add tools lib/include support sk_msg_md size field
by John Fastabend
· 6 years ago
0bae2d4
bpf: correct slot_type marking logic to allow more stack slot sharing
by Jiong Wang
· 6 years ago
89a0948
tools uapi asm: Update asm-generic/unistd.h copy
by Arnaldo Carvalho de Melo
· 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
2e3d7fa
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
77c7a7b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
584923e
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Rafael J. Wysocki
· 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
37bb371
perf cs-etm: Treat NO_SYNC element as trace discontinuity
by Leo Yan
· 6 years ago
49ccf87
perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITY
by Leo Yan
· 6 years ago
cfc1d42
perf cs-etm: Refactor enumeration cs_etm_sample_type
by Leo Yan
· 6 years ago
cee7a6a
perf cs-etm: Remove unused 'trace_on' in cs_etm_decoder
by Leo Yan
· 6 years ago
24fff5e
perf cs-etm: Avoid stale branch samples when flush packet
by Leo Yan
· 6 years ago
43fd566
perf cs-etm: Correct packets swapping in cs_etm__flush()
by Leo Yan
· 6 years ago
bbab50d
perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls map values
by Arnaldo Carvalho de Melo
· 6 years ago
27f2992
perf augmented_syscalls: Switch to using a struct for the syscalls map values
by Arnaldo Carvalho de Melo
· 6 years ago
61d0071
perf bpf: Move perf_event_output() from stdio.h to bpf.h
by Arnaldo Carvalho de Melo
· 6 years ago
b27b38e
perf trace: Implement syscall filtering in augmented_syscalls
by Arnaldo Carvalho de Melo
· 6 years ago
0df50e0
perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation
by Arnaldo Carvalho de Melo
· 6 years ago
246fbe0
perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter
by Arnaldo Carvalho de Melo
· 6 years ago
3f64393
perf tools: Link libperf-jvmti.so with LDFLAGS variable
by Jiri Olsa
· 6 years ago
41fa483
tools lib traceevent: Use LDFLAGS in the build commands
by Jiri Olsa
· 6 years ago
866053b
perf tools: Cast off_t to s64 to avoid warning on bionic libc
by Arnaldo Carvalho de Melo
· 6 years ago
d7a8c4a
perf tools: Add missing open_memstream() prototype for systems lacking it
by Arnaldo Carvalho de Melo
· 6 years ago
0afcf29
perf header: Fix up argument to ctime()
by Arnaldo Carvalho de Melo
· 6 years ago
748fe08
perf tools: Add missing sigqueue() prototype for systems lacking it
by Arnaldo Carvalho de Melo
· 6 years ago
ece9804
tools lib subcmd: Don't add the kernel sources to the include path
by Arnaldo Carvalho de Melo
· 6 years ago
436651c
perf trace beauty: renameat's newdirfd may also be AT_FDCWD
by Arnaldo Carvalho de Melo
· 6 years ago
ca7ff2c
perf trace: Beautify renameat2's flags argument
by Arnaldo Carvalho de Melo
· 6 years ago
5a1cb7e
perf beauty: Wire up the renameat flags table generator to the Makefile
by Arnaldo Carvalho de Melo
· 6 years ago
bdc2a9d
perf beauty: Add a string table generator for renameat2's flags constants
by Arnaldo Carvalho de Melo
· 6 years ago
84a8354
perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD
by Arnaldo Carvalho de Melo
· 6 years ago
a761a8d
perf trace: Allow selecting use the use of the ordered_events code
by Arnaldo Carvalho de Melo
· 6 years ago
7ba6152
perf trace: Rename delivery functions to ease making ordered_events selectable
by Arnaldo Carvalho de Melo
· 6 years ago
f024cf0
tools lib traceevent: Fix processing of dereferenced args in bprintk events
by Steven Rostedt (VMware)
· 6 years ago
51433ea
perf stat: Avoid segfaults caused by negated options
by Michael Petlan
· 6 years ago
4eaf97e
perf tests: Use shebangs in the shell scripts
by Michael Petlan
· 6 years ago
5717660
perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbols
by Adrian Hunter
· 6 years ago
b5c2161
perf dso: Export data_file_size() method there are no symbols
by Adrian Hunter
· 6 years ago
3322130
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
by Quentin Monnet
· 6 years ago
be3245e
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
by Quentin Monnet
· 6 years ago
0d7410e
tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf
by Yonghong Song
· 6 years ago
ca46afd
Merge tag 'perf-core-for-mingo-4.21-20181217' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 6 years ago
6635469
tools/power/x86/intel_pstate_tracer: Fix non root execution for post processing a trace file
by Doug Smythies
· 6 years ago
67e4eb3
Merge tag 'linux-cpupower-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
by Rafael J. Wysocki
· 6 years ago
07a09d1
bpf: libbpf: fix memleak by freeing line_info
by Prashant Bhole
· 6 years ago
8772c8b
tools: bpftool: support pretty print with kind_flag set
by Yonghong Song
· 6 years ago
9f95e37
tools: bpftool: refactor btf_dumper_int_bits()
by Yonghong Song
· 6 years ago
d0ebce6
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
by Yonghong Song
· 6 years ago
cd9de5d
tools/bpf: add test_btf unit tests for kind_flag
by Yonghong Song
· 6 years ago
128b343
tools/bpf: sync btf.h header from kernel to tools
by Yonghong Song
· 6 years ago
6c4fc20
bpf: remove useless version check for prog load
by Daniel Borkmann
· 6 years ago
5580b4a
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next-integrity
by James Morris
· 6 years ago
028713a
perf trace: Add ordered processing
by Jiri Olsa
· 6 years ago
83356b3
perf ordered_events: Add first_time() method
by Jiri Olsa
· 6 years ago
1f44b3e
perf trace: Move event delivery to a new deliver_event() function
by Jiri Olsa
· 6 years ago
68ca5d0
perf ordered_events: Add ordered_events__flush_time interface
by Jiri Olsa
· 6 years ago
6d99a79
perf annotate: Introduce basic support for ARC
by Eugeniy Paltsev
· 6 years ago
75c375c
perf config: Modify size factor of snprintf
by Sihyeon Jang
· 6 years ago
c8dd6ee
perf record: Fix memory leak on AIO objects deallocation
by Alexey Budankov
· 6 years ago
91b2b97
perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX
by Andi Kleen
· 6 years ago
bd8d57f
perf parse-events: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
bef0b89
perf probe: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
4d0f16d
perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul
by Arnaldo Carvalho de Melo
· 6 years ago
2f53025
perf svghelper: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
b631389
perf help: Remove needless use of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
5192bde
perf header: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
7572588
perf header: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
fca5085
perf dso: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
15a5cd1
perf cs-etm: Add support for PTMv1.1 decoding
by Mathieu Poirier
· 6 years ago
7d0f4fe
perf cs-etm: Add support for ETMv3 trace decoding
by Mathieu Poirier
· 6 years ago
7868834
perf cs-etm: Add configuration for ETMv3 trace protocol
by Mathieu Poirier
· 6 years ago
Next »