-
- Downloads
perf tools: Add test for converting perf time to/from TSC
The test uses the newly added cap_usr_time_zero and time_zero of perf_event_mmap_page. TSC from rdtsc is compared with the time from 2 perf events. The test passes if the calculated times are all in the correct order. Signed-off-by:Adrian Hunter <adrian.hunter@intel.com> Signed-off-by:
Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/1372425741-1676-4-git-send-email-adrian.hunter@intel.com Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- tools/perf/Makefile 3 additions, 0 deletionstools/perf/Makefile
- tools/perf/arch/x86/Makefile 2 additions, 0 deletionstools/perf/arch/x86/Makefile
- tools/perf/arch/x86/util/tsc.c 59 additions, 0 deletionstools/perf/arch/x86/util/tsc.c
- tools/perf/arch/x86/util/tsc.h 20 additions, 0 deletionstools/perf/arch/x86/util/tsc.h
- tools/perf/tests/builtin-test.c 6 additions, 0 deletionstools/perf/tests/builtin-test.c
- tools/perf/tests/perf-time-to-tsc.c 177 additions, 0 deletionstools/perf/tests/perf-time-to-tsc.c
- tools/perf/tests/tests.h 1 addition, 0 deletionstools/perf/tests/tests.h
Loading
Please register or sign in to comment