Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2ed7533cb7d657410ac29adf08d608b634e58eb0
/
tools
/
perf
/
tests
db8fec5
perf test shell: Prevent temporary editor files from being considered test scripts
by Kim Phillips
· 7 years ago
98c6c8a
perf test shell: Make perf's inet_pton test more portable
by Kim Phillips
· 7 years ago
508ef3e
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
by Kim Phillips
· 7 years ago
16ddcfb
perf tests: Add valid callback for parse-events test
by Jiri Olsa
· 7 years ago
933ccf2
perf tests: Add event parsing error handling to parse events test
by Jiri Olsa
· 7 years ago
b930e62
perf test session topology: Fix test on s390
by Thomas Richter
· 7 years ago
005cc00
perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols
by Arnaldo Carvalho de Melo
· 7 years ago
f6c66d7
perf test code-reading: Fix perf_env setup for PTI entry trampolines
by Adrian Hunter
· 7 years ago
dcaeae4
perf tests kmod-path: Add tests for vdso32 and vdsox32
by Adrian Hunter
· 7 years ago
27de9b2
perf evsel: Add has_callchain() helper to make code more compact/clear
by Arnaldo Carvalho de Melo
· 7 years ago
e9ee0dc
perf test: Use header file util/debug.h
by Thomas Richter
· 7 years ago
7869e58
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 7 years ago
d121109
perf test: "Session topology" dumps core on s390
by Thomas Richter
· 7 years ago
7903a70
perf script: Show symbol offsets by default
by Sandipan Das
· 7 years ago
7014e0e
tools lib api fs tracing_path: Introduce opendir() method
by Arnaldo Carvalho de Melo
· 7 years ago
25a7d914
perf parse-events: Use get/put_events_file()
by Arnaldo Carvalho de Melo
· 7 years ago
b3f58c8
perf tests parse-events: Add intel_pt parse test
by Arnaldo Carvalho de Melo
· 7 years ago
291c161
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 7 years ago
f8207b9
perf test: "probe libc's inet_pton" fails on s390 due to missing inline
by Thomas Richter
· 7 years ago
107cad9
perf machine: Ditch find_kernel_function variants
by Arnaldo Carvalho de Melo
· 7 years ago
3183f8c
perf symbols: Unify symbol maps
by Arnaldo Carvalho de Melo
· 7 years ago
af30bff
perf symbols: Store the ELF symbol type in the symbol struct
by Arnaldo Carvalho de Melo
· 7 years ago
abe5449
perf map: Shorten map_groups__find() signature
by Arnaldo Carvalho de Melo
· 7 years ago
d05b861
perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded equivalent
by Arnaldo Carvalho de Melo
· 7 years ago
3cd666b
perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)
by Arnaldo Carvalho de Melo
· 7 years ago
1d1a265
perf machine: Remove needless map_type from machine__load_vmlinux_path()
by Arnaldo Carvalho de Melo
· 7 years ago
329f0ad
perf machine: Shorten machine__load_kallsyms() signature
by Arnaldo Carvalho de Melo
· 7 years ago
68a7418
perf machine: Introduce machine__kernel_maps()
by Arnaldo Carvalho de Melo
· 7 years ago
83cf774
perf map: Shorten map_groups__find_by_name() signature
by Arnaldo Carvalho de Melo
· 7 years ago
71a84b5
perf thread: Make thread__find_map() return the map
by Arnaldo Carvalho de Melo
· 7 years ago
ea40b6d
perf tests: Let 'perf test list' display subtests
by Hendrik Brueckner
· 7 years ago
f07a2d3
perf thread: Introduce thread__find_map()
by Arnaldo Carvalho de Melo
· 7 years ago
e9add8b
perf evsel: Disable write_backward for leader sampling group events
by Jiri Olsa
· 7 years ago
b31a8cc
perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
by Thomas Richter
· 7 years ago
eccb1b9
perf test BPF: Fixup BPF test using epoll_pwait syscall function probe
by Arnaldo Carvalho de Melo
· 7 years ago
518c602
perf tests mmap: Show which tracepoint is failing
by Arnaldo Carvalho de Melo
· 7 years ago
4b163ca
perf tests: Disable breakpoint accounting test for powerpc
by Sandipan Das
· 7 years ago
c13009c
perf tests bpf: Remove unused ptrace.h include from LLVM test
by Arnaldo Carvalho de Melo
· 7 years ago
1cd6188
perf tests bp_account: Fix build with clang-6
by Arnaldo Carvalho de Melo
· 7 years ago
77f1815
perf tools: Fix snprint warnings for gcc 8
by Jiri Olsa
· 7 years ago
66790bc
perf tests: Fix out of bounds access on array fd when cnt is 100
by Colin Ian King
· 7 years ago
10f354a
perf test: Fix exit code for record+probe_libc_inet_pton.sh
by Sandipan Das
· 7 years ago
8185850
perf tests: Add mem2node object test
by Jiri Olsa
· 7 years ago
032db28
perf tests: Add breakpoint accounting/modify test
by Jiri Olsa
· 7 years ago
b9bae2c
perf mmap: Simplify perf_mmap__read_init()
by Kan Liang
· 7 years ago
0019dc87
perf mmap: Simplify perf_mmap__read_event()
by Kan Liang
· 7 years ago
d6ace3d
perf mmap: Simplify perf_mmap__consume()
by Kan Liang
· 7 years ago
7594873
perf test: Switch to new perf_mmap__read_event() interface for task-exit
by Kan Liang
· 7 years ago
ee4024f
perf test: Switch to new perf_mmap__read_event() interface for switch-tracking
by Kan Liang
· 7 years ago
5d0007c
perf test: Switch to new perf_mmap__read_event() interface for sw-clock
by Kan Liang
· 7 years ago
88e37a4b
perf test: Switch to new perf_mmap__read_event() interface for perf-record
by Kan Liang
· 7 years ago
1d1b5632
perf test: Switch to new perf_mmap__read_event() interface for tp fields
by Kan Liang
· 7 years ago
334f823
perf test: Switch to new perf_mmap__read_event() interface for mmap-basic
by Kan Liang
· 7 years ago
693d32a
perf test: Switch to new perf_mmap__read_event() interface for "keep tracking" test
by Kan Liang
· 7 years ago
00fc246
perf test: Switch to new perf_mmap__read_event() interface for 'code reading' test
by Kan Liang
· 7 years ago
2f54f3a
perf test: Switch to new perf_mmap__read_event() interface for bpf
by Kan Liang
· 7 years ago
4f673368
perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton
by Jiri Olsa
· 7 years ago
a18ee79
perf tests: Switch trace+probe_libc_inet_pton to use record
by Jiri Olsa
· 7 years ago
21316ac
perf tests shell lib: Use a wildcard to remove the vfs_getname probe
by Arnaldo Carvalho de Melo
· 7 years ago
0f19a03
perf test: Fix test case inet_pton to accept inlines.
by Thomas Richter
· 7 years ago
b3be39c
perf test: Fix test case 23 for s390 z/VM or KVM guests
by Thomas Richter
· 7 years ago
ab6e9a9
perf tests: Use arch__compare_symbol_names to compare symbols
by Jiri Olsa
· 7 years ago
e8f3879
perf machine: Remove machine__load_kallsyms()
by Jiri Olsa
· 7 years ago
fdf7c49
perf tests: Fix dwarf unwind for stripped binaries
by Jiri Olsa
· 7 years ago
7a92453
perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
by Thomas Richter
· 7 years ago
600a7cf
perf test: Update mmap read functions for backward-ring-buffer test
by Kan Liang
· 7 years ago
bafae98
perf evlist: Remove fcntl.h from evlist.h
by Arnaldo Carvalho de Melo
· 7 years ago
936f1f3
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()
by Adrian Hunter
· 7 years ago
eabad8c
perf unwind: Do not look just at the global callchain_param.record_mode
by Arnaldo Carvalho de Melo
· 7 years ago
e0337f4
perf test bpf: Hook on epoll_pwait()
by Arnaldo Carvalho de Melo
· 7 years ago
13cb2d0
perf test bpf: Use designated struct field initializers
by Arnaldo Carvalho de Melo
· 7 years ago
6703c97
perf test bpf: Improve message about expected samples
by Arnaldo Carvalho de Melo
· 7 years ago
69b5c95
perf test shell: Fix check open filename arg using 'perf trace'
by Michael Petlan
· 7 years ago
3315d14
perf perf: Remove duplicate includes
by Pravin Shedge
· 7 years ago
378811ac
perf test: Handle properly readdir DT_UNKNOWN
by Jiri Olsa
· 7 years ago
73c0ca1e
perf thread_map: Enumerate all threads from /proc
by Jin Yao
· 7 years ago
0b72d69
perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record
by Wang Nan
· 7 years ago
f74b9d3a
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
by Wang Nan
· 7 years ago
4ca69ca
perf test: Disable test cases 19 and 20 on s390x
by Thomas Richter
· 7 years ago
e4f5714
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
9965484
perf test: Fix test 21 for s390x
by Thomas Richter
· 7 years ago
d5c5e46
perf test shell: Fix test case probe libc's inet_pton on s390x
by Thomas Richter
· 7 years ago
ccafc38
perf test shell: Fix check open filename arg using 'perf trace' on s390x
by Thomas Richter
· 7 years ago
0879e5e
perf test shell: Fix test case probe libc's inet_pton on s390x
by Thomas Richter
· 7 years ago
f231af7
perf test shell: Fix check open filename arg using 'perf trace' on s390x
by Thomas Richter
· 7 years ago
a0e3dd7
perf tests: Set evlist of test__task_exit() to !overwrite
by Wang Nan
· 7 years ago
301d724
perf tests: Set evlist of test__basic_mmap() to !overwrite
by Wang Nan
· 7 years ago
677b060
perf tests: Set evlist of test__sw_clock_freq() to !overwrite
by Wang Nan
· 7 years ago
d492326
perf tests: Set evlist of test__backward_ring_buffer() to !overwrite
by Wang Nan
· 7 years ago
60dbcd2
perf tests: Add missing WRITE_ASS for new fields of perf_event_attr
by Seonghyun Park
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
692f5a2
perf tests attr: Make hw events optional
by Jiri Olsa
· 7 years ago
ca4b9c3b
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
74f8e22
perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu
by Li Zhijian
· 7 years ago
f6a9820
perf tests attr: Fix group stat tests
by Jiri Olsa
· 7 years ago
340b47f
perf top: Implement multithreading for perf_event__synthesize_threads
by Kan Liang
· 7 years ago
2290558
perf test attr: Fix ignored test case result
by Thomas Richter
· 7 years ago
Next »