Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bc0bcda201e87d62f0922fa664376355b0fc77ff
bc0bcda
perf stat: Pass 'evlist' argument to print functions
by Jiri Olsa
· 6 years ago
c512e0e
perf stat: Add 'target' argument to perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
df4f7b4
perf stat: Move 'unit_width' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
0ce5aa0
perf stat: Move 'metric_only' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
132c6ba
perf stat: Move 'interval_clear' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
fa7070a
perf stat: Move csv_* to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
6ca9a08
perf stat: Pass a 'struct perf_stat_config' argument to global print functions
by Jiri Olsa
· 6 years ago
f3ca50e
perf stat: Pass 'struct perf_stat_config' argument to local print functions
by Jiri Olsa
· 6 years ago
b64df7f
perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
0174820
perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
a5a9eac
perf stat: Introduce perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
0a4e64d
perf stat: Move perf_stat_synthesize_config() to stat.c
by Jiri Olsa
· 6 years ago
c2c247f
perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
1c21e98
perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
1821f4e
perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
73d586c
perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
491073a
perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
d09cefd
perf stat: Move create_perf_stat_counter() to stat.c
by Jiri Olsa
· 6 years ago
650d622
perf evsel: Introduce perf_evsel__store_ids()
by Jiri Olsa
· 6 years ago
318ec18
perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()
by Jiri Olsa
· 6 years ago
7d9ad16
perf stat: Add 'identifier' flag to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
3538623
perf stat: Use local config arg for scale in create_perf_stat_counter()
by Jiri Olsa
· 6 years ago
5698f26
perf stat: Move 'no_inherit' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
728c0ee
perf stat: Move 'initial_delay' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
d50ed0c
perf stat: Use evsel->threads in create_perf_stat_counter()
by Jiri Olsa
· 6 years ago
c4191e5
perf trace: Show comm and tid for tracepoint events
by Arnaldo Carvalho de Melo
· 6 years ago
f5b076d
perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL too
by Arnaldo Carvalho de Melo
· 6 years ago
4c8f0a7
perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_syscall
by Arnaldo Carvalho de Melo
· 6 years ago
5e2d8a5
perf augmented_syscalls: Update the header comments
by Arnaldo Carvalho de Melo
· 6 years ago
664b6a9
perf bpf: Add syscall_exit() helper
by Arnaldo Carvalho de Melo
· 6 years ago
266b851
tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file
by Tzvetomir Stoyanov (VMware)
· 6 years ago
766e061
perf report: Create auxiliary trace data files for s390
by Thomas Richter
· 6 years ago
b043cb5
perf trace beauty: Reorganize 'struct sockaddr *' beautifier
by Arnaldo Carvalho de Melo
· 6 years ago
6ebb686
perf trace augmented_syscalls: Augment sendto's 'addr' arg
by Arnaldo Carvalho de Melo
· 6 years ago
02ef288
perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg
by Arnaldo Carvalho de Melo
· 6 years ago
24a6c2c
perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()
by Arnaldo Carvalho de Melo
· 6 years ago
d5a7e66
perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
by Arnaldo Carvalho de Melo
· 6 years ago
403f833
perf bpf: Add linux/socket.h to the headers accessible to bpf proggies
by Arnaldo Carvalho de Melo
· 6 years ago
d35b168
perf bpf: Give precedence to bpf header dir
by Arnaldo Carvalho de Melo
· 6 years ago
9ab5aad
perf trace: Add a etcsnoop.c augmented syscalls eBPF utility
by Arnaldo Carvalho de Melo
· 6 years ago
16cc635
perf trace: Augment 'newstat' (aka 'stat') filename ptr
by Arnaldo Carvalho de Melo
· 6 years ago
f6618ce
perf trace: Introduce augmented_filename_syscall_enter() declarator
by Arnaldo Carvalho de Melo
· 6 years ago
9779fc0
perf trace: Augment inotify_add_watch pathname syscall arg
by Arnaldo Carvalho de Melo
· 6 years ago
daa1284
perf trace: Augment the 'open' syscall 'filename' arg
by Arnaldo Carvalho de Melo
· 6 years ago
75d1e30
perf trace: Use the augmented filename, expanding syscall enter pointers
by Arnaldo Carvalho de Melo
· 6 years ago
c96f4ed
perf trace: Show comm/tid for augmented_syscalls
by Arnaldo Carvalho de Melo
· 6 years ago
6dcbd21
perf trace: Extract the comm/tid printing for syscall enter
by Arnaldo Carvalho de Melo
· 6 years ago
1cdf618
perf trace: Print the syscall name for augmented_syscalls
by Arnaldo Carvalho de Melo
· 6 years ago
6ccc18a
perf trace: Make the augmented_syscalls filter out the tracepoint event
by Arnaldo Carvalho de Melo
· 6 years ago
7a983a0
perf trace: Pass augmented args to the arg formatters when available
by Arnaldo Carvalho de Melo
· 6 years ago
4e67b2a
perf annotate: Fix parsing aarch64 branch instructions after objdump update
by Kim Phillips
· 6 years ago
fa69416
perf probe powerpc: Ignore SyS symbols irrespective of endianness
by Sandipan Das
· 6 years ago
c9f23d2
perf event-parse: Use fixed size string for comms
by Chris Phlipot
· 6 years ago
a72f642
perf util: Fix bad memory access in trace info.
by Chris Phlipot
· 6 years ago
dad2762
perf tools: Streamline bpf examples and headers installation
by Arnaldo Carvalho de Melo
· 6 years ago
fd8d270
perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
by Hisao Tanabe
· 6 years ago
5ab1de9
perf arm64: Fix include path for asm-generic/unistd.h
by Kim Phillips
· 6 years ago
bf06278
perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpoint
by Jiri Olsa
· 6 years ago
9695583
perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint
by Jiri Olsa
· 6 years ago
cb45302
perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0
by Jiri Olsa
· 6 years ago
bd14406
perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set
by Jiri Olsa
· 6 years ago
9b3579f
perf tests: Add breakpoint modify tests
by Jiri Olsa
· 6 years ago
1dc27f6
perf annotate: Properly interpret indirect call
by Martin Liška
· 6 years ago
66e5db4a
Merge tag 'perf-core-for-mingo-4.19-20180820' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
7830365
tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
by Arnaldo Carvalho de Melo
· 6 years ago
252df17
tools arch x86: Update tools's copy of cpufeatures.h
by Arnaldo Carvalho de Melo
· 6 years ago
721f0df
perf python: Fix pyrf_evlist__read_on_cpu() interface
by Jiri Olsa
· 6 years ago
31fb4c0
perf mmap: Store real cpu number in 'struct perf_mmap'
by Jiri Olsa
· 6 years ago
b946cd3
perf tools: Remove ext from struct kmod_path
by Jiri Olsa
· 6 years ago
88c74dc
perf tools: Add gzip_is_compressed function
by Jiri Olsa
· 6 years ago
4b57fd4
perf tools: Add lzma_is_compressed function
by Jiri Olsa
· 6 years ago
8b42b7e
perf tools: Add is_compressed callback to compressions array
by Jiri Olsa
· 6 years ago
c9a8a61
perf tools: Move the temp file processing into decompress_kmodule
by Jiri Olsa
· 6 years ago
dde755a9
perf tools: Use compression id in decompress_kmodule()
by Jiri Olsa
· 6 years ago
2af5247
perf tools: Store compression id into struct dso
by Jiri Olsa
· 6 years ago
4b838b0
perf tools: Add compression id into 'struct kmod_path'
by Jiri Olsa
· 6 years ago
e1e1394
perf tools: Make is_supported_compression() static
by Jiri Olsa
· 6 years ago
85e1d41
perf tools: Make decompress_to_file() function static
by Jiri Olsa
· 6 years ago
d68a29c
perf tools: Get rid of dso__needs_decompress() call in __open_dso()
by Jiri Olsa
· 6 years ago
2354ae9
perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()
by Jiri Olsa
· 6 years ago
bcd4287
perf tools: Get rid of dso__needs_decompress() call in read_object_code()
by Jiri Olsa
· 6 years ago
6ab025e
tools lib traceevent: Change to SPDX License format
by Steven Rostedt (VMware)
· 6 years ago
cb76371
perf llvm: Allow passing options to llc in addition to clang
by Arnaldo Carvalho de Melo
· 6 years ago
49836f7
perf parser: Improve error message for PMU address filters
by Jack Henschel
· 7 years ago
da15fc2
perf tools: Disable parallelism for 'make clean'
by Rasmus Villemoes
· 7 years ago
5804b110
Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
6855dc4
x86: Add entry trampolines to kcore
by Adrian Hunter
· 7 years ago
d83212d
kallsyms, x86: Export addresses of PTI entry trampolines
by Alexander Shishkin
· 7 years ago
b966794
kallsyms: Simplify update_iter_mod()
by Adrian Hunter
· 7 years ago
99cbbe5
perf auxtrace: Fix queue resize
by Adrian Hunter
· 6 years ago
5508672
perf python: Remove -mcet and -fcf-protection when building with clang
by Arnaldo Carvalho de Melo
· 6 years ago
3443533
perf arm spe: Fix uninitialized record error variable
by Kim Phillips
· 6 years ago
c9b51a0
perf tools: Move syscall_64.tbl check into check-headers.sh
by Jiri Olsa
· 6 years ago
7ea6e98
perf tools: Make check-headers.sh check based on kernel dir
by Jiri Olsa
· 6 years ago
13e091b
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
eac3411
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
d191c82
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4d5ac4b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
203b4fc
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
7edcf0d
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
Next »