Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7a9f957b395fc08edc47620c01e8bb5b798caddb
/
tools
/
perf
/
tests
a6a69db
perf tools: Move rdtsc() function
by Adrian Hunter
· 10 years ago
fb57817
perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flag
by Jiri Olsa
· 10 years ago
57480d2
perf tools: Enable close-on-exec flag on perf file descriptor
by Yann Droneaud
· 10 years ago
0b43786
perf tools: Allow TSC conversion on any arch
by Adrian Hunter
· 10 years ago
84f5d36
perf tools: Move pr_* debug macros into debug object
by Jiri Olsa
· 10 years ago
45dc1bb5
perf tests: Add test for closing dso objects on EMFILE error
by Jiri Olsa
· 11 years ago
4ebbcb8
perf tests: Add test for caching dso file descriptors
by Jiri Olsa
· 11 years ago
822c45d
perf tests: Allow reuse of test_file function
by Jiri Olsa
· 11 years ago
0d8a5fa
perf tests: Spawn child for each test
by Jiri Olsa
· 11 years ago
7184062
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 10 years ago
a5c5009
perf tests: Show the inner make output when an error happens
by Arnaldo Carvalho de Melo
· 10 years ago
a5a5ba7
Revert "perf: Disable PERF_RECORD_MMAP2 support"
by Don Zickus
· 10 years ago
0506aec
perf tests: Add a test case for cumulating callchains
by Namhyung Kim
· 10 years ago
a1891aa
perf tests: Define and use symbolic names for fake symbols
by Namhyung Kim
· 10 years ago
9d3c02d
perf tools: Add callback function to hist_entry_iter
by Namhyung Kim
· 11 years ago
a0b51af
perf hists: Check if accumulated when adding a hist entry
by Namhyung Kim
· 12 years ago
69bcb01
perf tools: Introduce struct hist_entry_iter
by Namhyung Kim
· 11 years ago
1844dbc
perf tools: Introduce hists__inc_nr_samples()
by Namhyung Kim
· 10 years ago
f21d181
perf tests: Add a testcase for histogram output sorting
by Namhyung Kim
· 11 years ago
4e754e1
perf tests: Factor out print_hists_*()
by Namhyung Kim
· 11 years ago
90fa9de
perf tests: Add dwarf unwind test on ARM
by Jean Pihet
· 11 years ago
0680ee7
perf tools: Remove usage of trace_sched_wakeup(.success)
by Peter Zijlstra
· 11 years ago
13ce34d
perf tools: Use tid for finding thread
by Namhyung Kim
· 11 years ago
d944c4e
tools: Consolidate types.h
by Borislav Petkov
· 11 years ago
3617660
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 11 years ago
aeffe2a
Merge branch 'perf/urgent' into perf/core, to resolve conflict
by Ingo Molnar
· 11 years ago
611ec12
perf tests: Add static build make test
by Jiri Olsa
· 11 years ago
c0bc8c6
perf tests: Add a test of kvm-390: trace event
by Alexander Yarygin
· 11 years ago
615b8f9
perf tests: Add numeric identifier to evlist_test
by Alexander Yarygin
· 11 years ago
fabf01238
perf tests: Add map groups sharing with thread object test
by Jiri Olsa
· 11 years ago
4e85edf
perf tests: Add thread maps lookup automated tests
by Jiri Olsa
· 11 years ago
3c3cfd9
perf tests: Add a test case for hists filtering
by Namhyung Kim
· 11 years ago
6e344a9
perf tests: Factor out fake_setup_machine()
by Namhyung Kim
· 11 years ago
ae450a7
perf tools: Fix double free in perf test 21 (code-reading.c)
by Adrian Hunter
· 11 years ago
11c9abf
perf tools: Use tid in mmap/mmap2 events to find maps
by Don Zickus
· 11 years ago
d75e609
perf machine: Factor machine__find_thread to take tid argument
by Jiri Olsa
· 11 years ago
9e8c06e
perf tests: Add NO_LIBDW_DWARF_UNWIND make test
by Jiri Olsa
· 11 years ago
2a94f6c
perf tests: Add pmu-bison.o make test
by Jiri Olsa
· 11 years ago
04b01a1
perf tests: Fix *.o make tests
by Jiri Olsa
· 11 years ago
cd0cfad
perf tools: Move fs.* to lib/api/fs/
by Borislav Petkov
· 11 years ago
9ff125d
perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro
by Jiri Olsa
· 11 years ago
352ea45
perf callchain: Add mask into struct regs_dump
by Jiri Olsa
· 11 years ago
aa16b81
perf tests x86: Add dwarf unwind test
by Jiri Olsa
· 11 years ago
c080f72
perf tests: No need to set up ref_reloc_sym
by Adrian Hunter
· 11 years ago
509051e
perf record: Rename --no-delay to --no-buffering
by Arnaldo Carvalho de Melo
· 11 years ago
4887805
perf tools: Add test for building detached source tarballs
by Arnaldo Carvalho de Melo
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
f7c6447
perf tests: Fix installation tests path setup
by Jiri Olsa
· 11 years ago
2d4352c
perf tests: Fixup leak on error path in parse events test
by Arnaldo Carvalho de Melo
· 11 years ago
983874d
perf evlist: Auto unmap on destructor
by Arnaldo Carvalho de Melo
· 11 years ago
f26e1c7
perf evlist: Close fds on destructor
by Arnaldo Carvalho de Melo
· 11 years ago
03ad974
perf evlist: Move destruction of maps to evlist destructor
by Arnaldo Carvalho de Melo
· 11 years ago
735f7e0
perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload
by Arnaldo Carvalho de Melo
· 11 years ago
ee4ad93
perf tests: Factor make install tests
by Jiri Olsa
· 11 years ago
b400679
perf tools: Rename 'perf_record_opts' to 'record_opts
by Arnaldo Carvalho de Melo
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
3aa5939
perf record: Make per-cpu mmaps the default.
by Adrian Hunter
· 11 years ago
9a354cd
perf tools: Use perf_evlist__{first,last}, perf_evsel__next
by Arnaldo Carvalho de Melo
· 11 years ago
602ad87
perf target: Shorten perf_target__ to target__
by Arnaldo Carvalho de Melo
· 11 years ago
48095b7
perf tests: Handle throttle events in 'object code reading' test
by Adrian Hunter
· 11 years ago
3fe2130
perf tests: Compensate lower sample freq with longer test loop
by Adrian Hunter
· 11 years ago
67c1e4a
perf tests: Use lower sample_freq in sw clock event period test
by Arnaldo Carvalho de Melo
· 11 years ago
d0b849e
perf tests: Check return of perf_evlist__open sw clock event period test
by Arnaldo Carvalho de Melo
· 11 years ago
62605dc50
perf record: Synthesize non-exec MMAP records when --data used
by Arnaldo Carvalho de Melo
· 11 years ago
ef50383
perf evsel: Remove idx parm from constructor
by Arnaldo Carvalho de Melo
· 11 years ago
a94d342
tools/perf: Add required memory barriers
by Peter Zijlstra
· 11 years ago
cf38fad
perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()
by Arnaldo Carvalho de Melo
· 11 years ago
4299a54
perf tools: Factor sysfs code into generic fs object
by Jiri Olsa
· 11 years ago
41a4e6e
perf hists: Consolidate __hists__add_*entry()
by Namhyung Kim
· 11 years ago
091a4ef
perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTION
by Adrian Hunter
· 11 years ago
162f0be
perf tools: Add time argument on COMM setting
by Frederic Weisbecker
· 11 years ago
b9c5143
perf tools: Use an accessor to read thread comm
by Frederic Weisbecker
· 11 years ago
2a3ede8
Merge branch 'perf/urgent' into perf/core to fix conflicts
by Ingo Molnar
· 11 years ago
46d525e
perf test: Update command line callchain attribute tests
by Arnaldo Carvalho de Melo
· 11 years ago
aac8985
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
8e50d38
perf tools: Fixup mmap event consumption
by Zhouyi Zhou
· 11 years ago
c1fb565
perf tools: Show progress on histogram collapsing
by Namhyung Kim
· 11 years ago
4ac2f1c
perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" test
by Arnaldo Carvalho de Melo
· 11 years ago
11a4d43
perf test: Clarify the "sample parsing" test entry
by Arnaldo Carvalho de Melo
· 11 years ago
1df9297
perf tests: Fix memory leak in dso-data.c
by Felipe Pena
· 11 years ago
b22d54b
perf evlist: Introduce perf_evlist__new_default function
by Jiri Olsa
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
5c5e854
perf tools: Add attr->mmap2 support
by Stephane Eranian
· 11 years ago
53a277e
perf tools: Add test for parsing with no sample_id_all bit
by Adrian Hunter
· 11 years ago
395c307
perf tests: Add 'keep tracking' test
by Adrian Hunter
· 11 years ago
045f8cd8
perf tests: Add a sample parsing test
by Adrian Hunter
· 11 years ago
7556257
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
by Adrian Hunter
· 11 years ago
ef89325
perf tools: Remove references to struct ip_event
by Adrian Hunter
· 11 years ago
314add6
perf tools: change machine__findnew_thread() to set thread pid
by Adrian Hunter
· 11 years ago
309b518
perf tests: Fix compile failure on do_sort_something
by David Ahern
· 11 years ago
326f59b
perf tools: Remove filter parameter of thread__find_addr_map()
by Adrian Hunter
· 11 years ago
e44baa3
perf tools: Remove filter parameter of perf_event__preprocess_sample()
by Adrian Hunter
· 11 years ago
c9ee780
perf tests: Add tests of new pinned modifier
by Michael Ellerman
· 11 years ago
7a77bc2
perf tests: Add kcore to the object code reading test
by Adrian Hunter
· 11 years ago
82e75d0
perf tests: Adjust the vmlinux symtab matches kallsyms test again
by Adrian Hunter
· 11 years ago
d380b34
perf tests: Adjust the vmlinux symtab matches kallsyms test
by Adrian Hunter
· 11 years ago
5b7ba82
perf symbols: Load kernel maps before using
by Adrian Hunter
· 11 years ago
b55ae0a
perf tests: Add test for reading object code
by Adrian Hunter
· 11 years ago
a9f93f9
perf tests: Add parse events tests for leader sampling
by Jiri Olsa
· 12 years ago
8404db6
perf tests: Add attr record group sampling test
by Jiri Olsa
· 12 years ago
Next »