Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
5e51b0bb245d963f5ce750256c504be95201e38c
/
tools
« Previous
89b6650
perf tools: Fix a typo in a variable name in the Documentation Makefile
by Masanari Iida
· 5 years ago
5f5e25f1
perf cpumap: Fix writing to illegal memory in handling cpumap mask
by He Zhe
· 5 years ago
cf30ae7
perf ftrace: Fix failure to set cpumask when only one cpu is present
by He Zhe
· 5 years ago
3de7ae0
perf db-export: Fix thread__exec_comm()
by Adrian Hunter
· 5 years ago
8512777
perf annotate: Fix printing of unaugmented disassembled instructions from BPF
by Arnaldo Carvalho de Melo
· 5 years ago
33920f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
8571deb
tc-testing: updated vlan action tests with batch create/delete
by Roman Mashak
· 5 years ago
cd114d2
selftests/tls: add a litmus test for the socket reuse through shutdown
by Jakub Kicinski
· 5 years ago
9e9671c
Merge tag 'linux-kselftest-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 5 years ago
13978d1
selftests/bpf: reduce time to execute test_xdp_vlan.sh
by Jesper Dangaard Brouer
· 5 years ago
d35661f
selftests/bpf: add wrapper scripts for test_xdp_vlan.sh
by Jesper Dangaard Brouer
· 5 years ago
4de9c89
bpf: fix XDP vlan selftests test_xdp_vlan.sh
by Jesper Dangaard Brouer
· 5 years ago
8b7fd67
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
b59b1ba
cgroup: kselftest: relax fs_spec checks
by Chris Down
· 5 years ago
6bbfe4e
perf bench numa: Fix cpu0 binding
by Jiri Olsa
· 5 years ago
e29903c
selftests/tls: fix TLS tests with CONFIG_TLS=n
by Jakub Kicinski
· 5 years ago
fbb01c5
selftests/livepatch: push and pop dynamic debug config
by Joe Lawrence
· 5 years ago
fc2e634
kselftest: save-and-restore errno to allow for %m formatting
by Aleksa Sarai
· 5 years ago
629f820
Merge tag 'for-linus-20190730' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
2f6f0a9
Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 5 years ago
123a039
perf vendor events power9: Added missing event descriptions
by Michael Petlan
· 5 years ago
f4f48e9
libperf: Initial documentation
by Jiri Olsa
· 5 years ago
02266a2
libperf: Add perf_evsel__enable/disable test
by Jiri Olsa
· 5 years ago
6bda376
libperf: Add perf_evlist__enable/disable test
by Jiri Olsa
· 5 years ago
bb5133a
libperf: Add perf_evsel tests
by Jiri Olsa
· 5 years ago
8ded542
libperf: Add perf_evlist test
by Jiri Olsa
· 5 years ago
43d6976
libperf: Add perf_thread_map test
by Jiri Olsa
· 5 years ago
c0e7304
libperf: Add perf_cpu_map test
by Jiri Olsa
· 5 years ago
6a94b52
libperf: Add tests support
by Jiri Olsa
· 5 years ago
0a64d70
libperf: Add install targets
by Jiri Olsa
· 5 years ago
384c4ad1
libperf: Add perf_evsel__attr() function
by Jiri Olsa
· 5 years ago
fcc97c3
libperf: Adopt perf_evlist__enable()/disable() functions from perf
by Jiri Olsa
· 5 years ago
80dc2b3
libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perf
by Jiri Olsa
· 5 years ago
0ff1a0f
libperf: Add perf_evsel__cpus()/threads() functions
by Jiri Olsa
· 5 years ago
09145d2
libperf: Add perf_cpu_map__for_each_cpu() macro
by Jiri Olsa
· 5 years ago
a00571f
libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
by Jiri Olsa
· 5 years ago
5c30af9
libperf: Adopt perf_evsel__read() function from tools/perf
by Jiri Olsa
· 5 years ago
88761fa
libperf: Adopt simplified perf_evsel__close() function from tools/perf
by Jiri Olsa
· 5 years ago
50a4e6f
libperf: Adopt simplified perf_evsel__open() function from tools/perf
by Jiri Olsa
· 5 years ago
b8eca4d
libperf: Adopt perf_evsel__alloc_fd() function from tools/perf
by Jiri Olsa
· 5 years ago
c03538b
libperf: Adopt the readn()/writen() functions from tools/perf
by Jiri Olsa
· 5 years ago
5643b1a
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
by Jiri Olsa
· 5 years ago
9dfcb75
libperf: Move fd array from perf's evsel to lobperf's perf_evsel class
by Jiri Olsa
· 5 years ago
4b247fa
libperf: Adopt xyarray class from perf
by Jiri Olsa
· 5 years ago
453fa03
libperf: Add perf_evlist__set_maps() function
by Jiri Olsa
· 5 years ago
03617c2
libperf: Add threads to struct perf_evlist
by Jiri Olsa
· 5 years ago
f72f901
libperf: Add cpus to struct perf_evlist
by Jiri Olsa
· 5 years ago
ec903f2
libperf: Add has_user_cpus to struct perf_evlist
by Jiri Olsa
· 5 years ago
af663bd
libperf: Add threads to struct perf_evsel
by Jiri Olsa
· 5 years ago
fe1f61b
libperf: Add own_cpus to struct perf_evsel
by Jiri Olsa
· 5 years ago
d400bd3
libperf: Add cpus to struct perf_evsel
by Jiri Olsa
· 5 years ago
b9358ee
libperf: Add perf_evsel__delete() function
by Jiri Olsa
· 5 years ago
57f0c3b
libperf: Add perf_evlist__delete() function
by Jiri Olsa
· 5 years ago
651bf38
libperf: Add perf_evlist__for_each_evsel() iterator
by Jiri Olsa
· 5 years ago
63bd5df
libperf: Add perf_evsel__new() function
by Jiri Olsa
· 5 years ago
634912d
libperf: Add perf_evlist__new() function
by Jiri Olsa
· 5 years ago
93bce7e
libperf: Move zalloc.o into libperf
by Jiri Olsa
· 5 years ago
9c3516d
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
by Jiri Olsa
· 5 years ago
1fc632c
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
by Jiri Olsa
· 5 years ago
6484d2f
libperf: Add nr_entries to struct perf_evlist
by Jiri Olsa
· 5 years ago
52e22fb
libperf: Add perf_evlist__remove() function
by Jiri Olsa
· 5 years ago
9a5edde
libperf: Add perf_evlist__add() function
by Jiri Olsa
· 5 years ago
4562a73
libperf: Add perf_evlist__init() function
by Jiri Olsa
· 5 years ago
b04c597
libperf: Add perf_evsel__init function
by Jiri Olsa
· 5 years ago
ce9036a
libperf: Include perf_evlist in evlist object
by Jiri Olsa
· 5 years ago
b27c4ec
libperf: Include perf_evsel in evsel object
by Jiri Olsa
· 5 years ago
285a30c
libperf: Add perf_evlist and perf_evsel structs
by Jiri Olsa
· 5 years ago
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
Next »