summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/util/tsc.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+2
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-291-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-1/+1
* perf tools: Fix paths in include statementsLuke Mujica2019-08-121-3/+3
* perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-301-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf record: Robustify perf_event__synth_time_conv()Wang Nan2016-05-301-0/+2
* perf jit: Add support for using TSC as a timestampAdrian Hunter2016-04-011-1/+0
* perf tools: Add time conversion eventAdrian Hunter2016-03-311-0/+31
* perf tools: Move rdtsc() functionAdrian Hunter2014-07-231-0/+9
* perf tools: Allow TSC conversion on any archAdrian Hunter2014-07-171-21/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-201-3/+3
* perf tools: Fix compile of util/tsc.cDavid Ahern2013-08-071-4/+4
* perf tools: Add test for converting perf time to/from TSCAdrian Hunter2013-07-231-0/+59