Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f975df69dba78834471b7133dcb8c8ddf7f986a
/
tools
/
perf
/
tests
3d07b3b
perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore
by Yunlong Song
· 9 years ago
345c99a
perf test: Do not be case sensitive when searching for matching tests
by Arnaldo Carvalho de Melo
· 9 years ago
ba1fae4
perf test: Add 'perf test BPF'
by Wang Nan
· 9 years ago
7af3f3d
perf test: Enhance the LLVM tests: add kbuild test
by Wang Nan
· 9 years ago
b31de01
perf test: Enhance the LLVM test: update basic BPF test program
by Wang Nan
· 9 years ago
6371ca3
bpf tools: Improve libbpf error reporting
by Wang Nan
· 9 years ago
9891639
perf tools: Allow shuffling the build tests
by Arnaldo Carvalho de Melo
· 9 years ago
597bdeb
perf test: Keep test result clean if '-v' not set
by Wang Nan
· 9 years ago
d509db0
perf tools: Compile scriptlets to BPF objects when passing '.c' to --event
by Wang Nan
· 9 years ago
ed63f34c
perf tools: Make perf depend on libbpf
by Wang Nan
· 9 years ago
1fe7a30
perf cpu_map: Add data arg to cpu_map__build_map callback
by Jiri Olsa
· 9 years ago
2690c73
perf test: Suppress libtraceevent warnings
by Namhyung Kim
· 9 years ago
8719138
perf test: Silence tracepoint event failures
by Namhyung Kim
· 9 years ago
d8b167f
perf tests: Move x86 tests into arch directory
by Matt Fleming
· 9 years ago
31b6753
perf tests: Add arch tests
by Matt Fleming
· 9 years ago
ddd83c9
perf tests: Add parsing test for 'P' modifier
by Jiri Olsa
· 9 years ago
a5e813c
perf machine: Add method for common kernel_map(FUNCTION) operation
by Arnaldo Carvalho de Melo
· 9 years ago
77e6597
perf machine: Use machine__kernel_map() thoroughly
by Arnaldo Carvalho de Melo
· 9 years ago
d71b0ad
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
by Ingo Molnar
· 9 years ago
c5e6bd2
perf tests: Fix software clock events test setting maps
by Adrian Hunter
· 9 years ago
2998272
perf tests: Fix task exit test setting maps
by Adrian Hunter
· 9 years ago
8dd2a13
perf evsel: Propagate error info from tp_format
by Jiri Olsa
· 9 years ago
92d424a
perf test: Add entry for hists socket filter
by Kan Liang
· 9 years ago
e8210ce
perf tests: Introduce iterator function for tests
by Matt Fleming
· 9 years ago
c84974e
perf test: Add entry to test cpu topology
by Kan Liang
· 9 years ago
fbf9962
perf tools: Switch to tracing_path interface on appropriate places
by Jiri Olsa
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
fd405cf
perf tests: Print objdump/dso buffers if they don't match
by Jan Stancek
· 9 years ago
edfdb7e
perf tests: Stop reading if objdump output crossed sections
by Jan Stancek
· 9 years ago
06f679c
perf tests: Make objdump disassemble zero blocks
by Jan Stancek
· 9 years ago
729a7ed
perf tests: Take into account address of each objdump line
by Jan Stancek
· 9 years ago
f83b6b6
x86/insn: perf tools: Add new xsave instructions
by Adrian Hunter
· 9 years ago
978260c
x86/insn: perf tools: Add new memory protection keys instructions
by Adrian Hunter
· 9 years ago
ac1c885
x86/insn: perf tools: Add new memory instructions
by Adrian Hunter
· 9 years ago
3fe78d6
x86/insn: perf tools: Add new SHA instructions
by Adrian Hunter
· 9 years ago
98e4619
perf tools: Add a test for decoding of new x86 instructions
by Adrian Hunter
· 9 years ago
acf860a
bpf tools: New API to get name from a BPF object
by Wang Nan
· 9 years ago
71ef150
perf tests: Add tests to callgraph and time parse
by Kan Liang
· 9 years ago
f9db0d0
perf callchain: Allow disabling call graphs per event
by Kan Liang
· 9 years ago
9bc898c
perf tests: Add LLVM test for eBPF on-the-fly compiling
by Wang Nan
· 9 years ago
aa53c09
perf tests: Adding build test for having ending double slash
by Jiri Olsa
· 9 years ago
ee4c758
perf tools: Force period term to overload global settings
by Jiri Olsa
· 9 years ago
35318d2
perf test: Check for refcnt in thread_map test
by Jiri Olsa
· 9 years ago
a6fa003
perf stat: Make stats work over the thread dimension
by Jiri Olsa
· 9 years ago
a8e0232
perf stat: Use xyarray for cpu evsel counts
by Jiri Olsa
· 9 years ago
1ac77e1
perf stat: Introduce perf_counts function
by Jiri Olsa
· 9 years ago
134aa44
perf tests: Add thread_map object tests
by Jiri Olsa
· 9 years ago
186fbb7
perf tools: Add reference counting for thread_map object
by Jiri Olsa
· 9 years ago
f30a79b
perf tools: Add reference counting for cpu_map object
by Jiri Olsa
· 9 years ago
e13798c
perf thread_map: Don't access the array entries directly
by Jiri Olsa
· 9 years ago
eb30d2c
perf tests: Add test for make install with prefix
by Jiri Olsa
· 9 years ago
502819c
perf tests: Add testing for Makefile.perf
by Jiri Olsa
· 9 years ago
9d9cad7
perf tools: Configurable per thread proc map processing time out
by Kan Liang
· 9 years ago
a9a3a4d
perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object
by Jiri Olsa
· 9 years ago
d3a7c48
perf tools: Reference count struct dso
by Arnaldo Carvalho de Melo
· 9 years ago
1f121b0
perf tools: Deal with kernel module names in '[]' correctly
by Wang Nan
· 9 years ago
aa7cc2a
perf machine: Introduce machine__findnew_dso() method
by Arnaldo Carvalho de Melo
· 9 years ago
3d39ac5
perf machine: No need to have two DSOs lists
by Arnaldo Carvalho de Melo
· 9 years ago
cec8393
perf tests: Remove getpgrp from mmap-basic
by Riku Voipio
· 10 years ago
fbb2df2
perf tests: Aename open*.c to openat*.c
by Riku Voipio
· 9 years ago
43f322b
perf tests: Switch from open to openat
by Riku Voipio
· 10 years ago
3237f281
perf tools: Add ARM64 perf_regs_load to support libunwind and enable testing
by Wang Nan
· 10 years ago
1eee78a
perf tools: Introduce struct maps
by Arnaldo Carvalho de Melo
· 9 years ago
4bb7123d
perf tools: Use maps__first()/map__next()
by Arnaldo Carvalho de Melo
· 9 years ago
4bb11d0
perf tools: Add dso__data_get/put_fd()
by Namhyung Kim
· 9 years ago
063bd93
perf hists: Reducing arguments of hist_entry_iter__add()
by Namhyung Kim
· 9 years ago
848cbd2
perf tools: Use atomic.h for the map_groups refcount
by Arnaldo Carvalho de Melo
· 9 years ago
8b00f469
perf tests: Fix map_groups refcount test
by Arnaldo Carvalho de Melo
· 10 years ago
8f19601
perf tests: Show refcounting broken expectations in thread-mg-share test
by Arnaldo Carvalho de Melo
· 10 years ago
189c466
perf tests: Fix to get negative exit codes
by He Kuang
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
e31f0d0
perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing
by Adrian Hunter
· 10 years ago
e64b020
perf tools: Add term support for parse_events_error
by Jiri Olsa
· 10 years ago
b39b839
perf tools: Add parse_events_error interface
by Jiri Olsa
· 10 years ago
c41c664
perf tests: Add build tests for building perf from kernel source root and tools
by Jiri Olsa
· 10 years ago
a1e12da
perf tools: Add 'I' event modifier for exclude_idle bit
by Jiri Olsa
· 10 years ago
54a50f9
perf tests: Fix attr tests
by Jiri Olsa
· 10 years ago
3c8a67f
perf tools: Add kmod_path__parse function
by Jiri Olsa
· 10 years ago
1f9975f
perf tools: Add the bash completion for listing subsubcommands of perf test
by Yunlong Song
· 10 years ago
76aea77
perf tools: Fix perf-read-vdsox32 not building and lib64 install dir
by H.J. Lu
· 10 years ago
f39e042
perf build: Add tests objects building
by Jiri Olsa
· 10 years ago
23773ca
perf tools: Make perf aware of tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
63d3c6f
perf tests: Do not rely on dso__data_read_offset() to open dso
by Namhyung Kim
· 10 years ago
66af43d
perf test: Fix dso cache testcase
by Namhyung Kim
· 10 years ago
b3890e4
Merge branch 'perf/hw_breakpoints' into perf/core
by Ingo Molnar
· 10 years ago
605a306
perf tests: Fix typo in sample-parsing.c
by Rasmus Villemoes
· 10 years ago
6733d1b
perf hists: Rename hist_entry__free to __delete
by Arnaldo Carvalho de Melo
· 10 years ago
48000a1
perf tools: Remove EOL whitespaces
by Arnaldo Carvalho de Melo
· 10 years ago
b93b096
perf test: Fix dwarf unwind using libunwind.
by Wang Nan
· 10 years ago
5ca8271
perf hists: Fix children sort key behavior
by Namhyung Kim
· 10 years ago
740b97f
perf report: Show progress bar for output resorting
by Namhyung Kim
· 10 years ago
75226c5
perf tests: Fix attr tests size values to cope with machine state on interrupt ABI changes
by Jiri Olsa
· 10 years ago
ec32398
perf tools: add hardware breakpoint bp_len test cases
by Jacob Shin
· 10 years ago
887e73d
perf test: fix typo in python test
by WANG Chao
· 10 years ago
26ff0f0
perf/tests: Add interrupted state sample parsing test
by Stephane Eranian
· 10 years ago
29f9e52
perf tests: Use thread->mg->machine
by Arnaldo Carvalho de Melo
· 10 years ago
f498784
perf tests: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 10 years ago
dd8c17a
perf callchains: Use thread->mg->machine
by Arnaldo Carvalho de Melo
· 10 years ago
bb871a9
perf tools: A thread's machine can be found via thread->mg->machine
by Arnaldo Carvalho de Melo
· 10 years ago
0cdccac
perf report: Set callchain_param.record_mode for future use
by Namhyung Kim
· 10 years ago
Next »