Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7836e52e518b5e3fd695850f1d4081f756f58406
7836e52
libperf: Add perf_thread_map__get()/perf_thread_map__put()
by Jiri Olsa
· 5 years ago
4b49cce
libperf: Add perf_thread_map__new_dummy() function
by Jiri Olsa
· 5 years ago
07acd22
libperf: Add perf_thread_map struct
by Jiri Olsa
· 5 years ago
38f01d8
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
by Jiri Olsa
· 5 years ago
397721e
libperf: Add perf_cpu_map__dummy_new() function
by Jiri Olsa
· 5 years ago
959b83c
libperf: Add perf_cpu_map struct
by Jiri Olsa
· 5 years ago
a1556f8
libperf: Add debug output support
by Jiri Olsa
· 5 years ago
5b7f445
libperf: Add perf/core.h header
by Jiri Olsa
· 5 years ago
a429dcb
libperf: Add libperf to the python.so build
by Jiri Olsa
· 5 years ago
47f9bcc
libperf: Add build version support
by Jiri Olsa
· 5 years ago
3143504
libperf: Make libperf.a part of the perf build
by Jiri Olsa
· 5 years ago
e74676d
perf evlist: Rename perf_evlist__disable() to evlist__disable()
by Jiri Olsa
· 5 years ago
1c87f16
perf evlist: Rename perf_evlist__enable() to evlist__enable()
by Jiri Olsa
· 5 years ago
750b4ed
perf evlist: Rename perf_evlist__close() to evlist__close()
by Jiri Olsa
· 5 years ago
474ddc4
perf evlist: Rename perf_evlist__open() to evlist__open()
by Jiri Olsa
· 5 years ago
b49aca3
perf evsel: Rename perf_evsel__cpus() to evsel__cpus()
by Jiri Olsa
· 5 years ago
24e376b
perf evsel: Rename perf_evsel__apply_filter() to evsel__apply_filter()
by Jiri Olsa
· 5 years ago
9a10bb2
perf evsel: Rename perf_evsel__disable() to evsel__disable()
by Jiri Olsa
· 5 years ago
ec7f24e
perf evsel: Rename perf_evsel__enable() to evsel__enable()
by Jiri Olsa
· 5 years ago
5972d1e
perf evsel: Rename perf_evsel__open() to evsel__open()
by Jiri Olsa
· 5 years ago
1625102
perf evlist: Rename perf_evlist__remove() to evlist__remove()
by Jiri Olsa
· 5 years ago
a1cf3a7
perf evlist: Rename perf_evlist__add() to evlist__add()
by Jiri Olsa
· 5 years ago
365c3ae
perf evsel: Rename perf_evsel__new() to evsel__new()
by Jiri Olsa
· 5 years ago
5eb2dd2
perf evsel: Rename perf_evsel__delete() to evsel__delete()
by Jiri Olsa
· 5 years ago
c12995a
perf evlist: Rename perf_evlist__delete() to evlist__delete()
by Jiri Olsa
· 5 years ago
0f98b11
perf evlist: Rename perf_evlist__new() to evlist__new()
by Jiri Olsa
· 5 years ago
52c86bc
perf evlist: Rename perf_evlist__init() to evlist__init()
by Jiri Olsa
· 5 years ago
b4b62ee
perf evsel: Rename perf_evsel__init() to evsel__init()
by Jiri Olsa
· 5 years ago
63503db
perf evlist: Rename struct perf_evlist to struct evlist
by Jiri Olsa
· 5 years ago
32dcd02
perf evsel: Rename struct perf_evsel to struct evsel
by Jiri Olsa
· 5 years ago
9749b90
perf tools: Rename struct thread_map to struct perf_thread_map
by Jiri Olsa
· 5 years ago
f854839
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
by Jiri Olsa
· 5 years ago
df1d685
perf stat: Move loaded out of struct perf_counts_values
by Jiri Olsa
· 5 years ago
e4b00e9
perf trace: Add "sendfile64" alias to the "sendfile" syscall
by Arnaldo Carvalho de Melo
· 5 years ago
ad4153f
perf trace: Reuse BPF augmenters from syscalls with similar args signature
by Arnaldo Carvalho de Melo
· 5 years ago
30a910d
perf trace: Preallocate the syscall table
by Arnaldo Carvalho de Melo
· 5 years ago
b8b1033
perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
by Arnaldo Carvalho de Melo
· 5 years ago
5d2bd889
perf trace: Forward error codes when trying to read syscall info
by Arnaldo Carvalho de Melo
· 5 years ago
cfa9ac7
perf trace beauty: Add BPF augmenter for the 'rename' syscall
by Arnaldo Carvalho de Melo
· 5 years ago
247dd65
perf trace beauty: Beautify bind's sockaddr arg
by Arnaldo Carvalho de Melo
· 5 years ago
3c475bc
perf trace beauty: Beautify 'sendto's sockaddr arg
by Arnaldo Carvalho de Melo
· 5 years ago
ef969ca6
perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
by Arnaldo Carvalho de Melo
· 5 years ago
79d725c
perf trace beauty: Disable fd->pathname when close() not enabled
by Arnaldo Carvalho de Melo
· 5 years ago
1d86275
perf trace beauty: Make connect's addrlen be printed as an int, not hex
by Arnaldo Carvalho de Melo
· 5 years ago
212b9ab
perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
by Arnaldo Carvalho de Melo
· 5 years ago
6f56367
perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
by Arnaldo Carvalho de Melo
· 5 years ago
8b8044e
perf trace: Look for default name for entries in the syscalls prog array
by Arnaldo Carvalho de Melo
· 5 years ago
8d5da26
perf augmented_raw_syscalls: Support copying two string syscall args
by Arnaldo Carvalho de Melo
· 5 years ago
bf134ca
perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
by Arnaldo Carvalho de Melo
· 5 years ago
236dd58
perf augmented_raw_syscalls: Add handler for "openat"
by Arnaldo Carvalho de Melo
· 5 years ago
b119970
perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
by Arnaldo Carvalho de Melo
· 5 years ago
3803a22
perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
by Arnaldo Carvalho de Melo
· 5 years ago
6ff8fff
perf trace: Allow specifying the bpf prog to augment specific syscalls
by Arnaldo Carvalho de Melo
· 5 years ago
5834da7
perf trace: Add BPF handler for unaugmented syscalls
by Arnaldo Carvalho de Melo
· 5 years ago
83e69b9
perf trace: Order -e syscalls table
by Arnaldo Carvalho de Melo
· 5 years ago
5ca0b7f
perf trace: Look up maps just on the __augmented_syscalls__ BPF object
by Arnaldo Carvalho de Melo
· 5 years ago
c8c8057
perf trace: Add pointer to BPF object containing __augmented_syscalls__
by Arnaldo Carvalho de Melo
· 5 years ago
af4a099
perf evsel: Store backpointer to attached bpf_object
by Arnaldo Carvalho de Melo
· 5 years ago
2620b7e
perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
by Arnaldo Carvalho de Melo
· 5 years ago
941a765
perf include bpf: Add bpf_tail_call() prototype
by Arnaldo Carvalho de Melo
· 5 years ago
b3c303b
Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 5 years ago
2a11c76
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 5 years ago
45aee68
Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 5 years ago
f14312a
platform/x86: pcengines-apuv2: use KEY_RESTART for front button
by Enrico Weigelt
· 5 years ago
8aa259b
libbpf: fix missing __WORDSIZE definition
by Andrii Nakryiko
· 5 years ago
2e9a06d
perf tools: Fix perf.data documentation units for memory size
by Vince Weaver
· 5 years ago
20f9781
perf header: Fix use of unitialized value warning
by Numfor Mbiziwo-Tiapo
· 5 years ago
7622236
perf header: Fix divide by zero error if f_header.attr_size==0
by Vince Weaver
· 5 years ago
e54599c
tools headers UAPI: Sync if_link.h with the kernel
by Arnaldo Carvalho de Melo
· 5 years ago
c093de6
tools headers UAPI: Sync sched.h with the kernel
by Arnaldo Carvalho de Melo
· 5 years ago
0f58163
tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl
by Arnaldo Carvalho de Melo
· 5 years ago
7ee5261
tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
by Arnaldo Carvalho de Melo
· 5 years ago
95dc663
tools headers UAPI: Update tools's copy of drm.h headers
by Arnaldo Carvalho de Melo
· 5 years ago
b830f94
tools headers UAPI: Update tools's copy of mman.h headers
by Arnaldo Carvalho de Melo
· 5 years ago
609488b
Linux 5.3-rc2
by Linus Torvalds
· 5 years ago
c622fc5
Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 5 years ago
8e61ea1
Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
04ce931
Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
572782b
Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
ad28fd1
Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 5 years ago
29af915
Merge tag 'usb-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
5bb575b
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
a9815a4
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e24ce84
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
750991f
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
431f288
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
13fbe99
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
88c5083
Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 5 years ago
43e317c
Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
5efbd93
Merge tag 'devicetree-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 5 years ago
523634d
Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
b25e8a2
kbuild: remove unused single-used-m
by Masahiro Yamada
· 5 years ago
cb36955
gen_compile_commands: lower the entry count threshold
by Masahiro Yamada
· 5 years ago
26c4c71
.gitignore: Add compilation database file
by Toru Komatsu
· 5 years ago
b2eff09
kbuild: remove unused objectify macro
by Masahiro Yamada
· 5 years ago
5168afe
Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
40233e7
Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 5 years ago
e1ff739
dt-bindings: Fix more $id value mismatches filenames
by Rob Herring
· 5 years ago
ce842e7
dt-bindings: nvmem: SID: Fix the examples node names
by Maxime Ripard
· 5 years ago
c61f025
dt-bindings: nvmem: Add YAML schemas for the generic NVMEM bindings
by Maxime Ripard
· 5 years ago
Next »