Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c0397c85b53d0bc6b081ff22d0d07e8eae149bba
/
tools
/
perf
/
tests
/
perf-time-to-tsc.c
d9da6f7
perf tests: Support 'Convert perf time to TSC' test for hybrid
by Jin Yao
· 3 years, 9 months ago
846580c
perf test: Fix cpu and thread map leaks in perf_time_to_tsc test
by Namhyung Kim
· 3 years, 11 months ago
78e1bc2
perf evlist: Use the right prefix for 'struct evlist' event attribute config methods
by Arnaldo Carvalho de Melo
· 4 years, 2 months ago
248dd9b
perf tests tsc: Add checking helper is_supported()
by Leo Yan
· 4 years, 3 months ago
3989bbf
perf tests tsc: Make tsc testing as a common testing
by Leo Yan
· 4 years, 3 months ago
[Renamed (97%) from tools/perf/arch/x86/tests/perf-time-to-tsc.c]
6b6017a
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
by Arnaldo Carvalho de Melo
· 4 years, 9 months ago
151ed5d
libperf: Adopt perf_mmap__read_event() from tools/perf
by Jiri Olsa
· 5 years ago
32fdc2c
libperf: Adopt perf_mmap__read_done() from tools/perf
by Jiri Olsa
· 5 years ago
7c4d418
libperf: Adopt perf_mmap__read_init() from tools/perf
by Jiri Olsa
· 5 years ago
7728fa0
libperf: Adopt perf_mmap__consume() function from tools/perf
by Jiri Olsa
· 5 years ago
515dbe4
libperf: Add perf_evlist__first()/last() functions
by Jiri Olsa
· 5 years ago
c976ee1
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
547740f
libperf: Add perf_mmap struct
by Jiri Olsa
· 5 years ago
e0fcfb0
perf evlist: Adopt backwards ring buffer state enum
by Arnaldo Carvalho de Melo
· 5 years ago
9521b5f
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
by Jiri Olsa
· 5 years ago
a583053
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
by Jiri Olsa
· 5 years ago
87ffb6c
perf env: Remove needless cpumap.h header
by Arnaldo Carvalho de Melo
· 5 years ago
f2a39fe
perf auxtrace: Uninline functions that touch perf_session
by Arnaldo Carvalho de Melo
· 5 years ago
b420902
perf tools: Remove debug.h from header files not needing it
by Arnaldo Carvalho de Melo
· 5 years ago
aeb00b1
perf record: Move record_opts and other record decls out of perf.h
by Arnaldo Carvalho de Melo
· 5 years ago
453fa03
libperf: Add perf_evlist__set_maps() function
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
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
474ddc4
perf evlist: Rename perf_evlist__open() to evlist__open()
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
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
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
9dfb85d
perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc
by Kan Liang
· 7 years ago
f74b9d3a
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
by Wang Nan
· 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
81f17c9
perf test: Add 'struct test *' to the test functions
by Arnaldo Carvalho de Melo
· 7 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
61b3f66
perf tests time-to-tsc: No need to disable an event before deleting it
by Arnaldo Carvalho de Melo
· 9 years ago
e68ae9c
perf evsel: Do not use globals in config()
by Arnaldo Carvalho de Melo
· 9 years ago
4f4ba0e
perf tests: No need to set attr.sample_freq in the perf time to TSC test
by Arnaldo Carvalho de Melo
· 9 years ago
721a1f5
perf tests: Pass the subtest index to each test routine
by Arnaldo Carvalho de Melo
· 9 years ago
d8b167f
perf tests: Move x86 tests into arch directory
by Matt Fleming
· 9 years ago
[Renamed (98%) from tools/perf/tests/perf-time-to-tsc.c]
e3b0ac1
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago