aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/util/tsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25perf tsc: Add cpuinfo fall back for arch_get_tsc_freq()Ian Rogers1-4/+48
2022-07-25perf tsc: Add arch TSC frequency informationKan Liang1-0/+33
2020-09-22perf tsc: Move out common functions from x86Leo Yan1-72/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-08-12perf tools: Fix paths in include statementsLuke Mujica1-3/+3
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-30perf record: Robustify perf_event__synth_time_conv()Wang Nan1-0/+2
2016-04-01perf jit: Add support for using TSC as a timestampAdrian Hunter1-1/+0
2016-03-31perf tools: Add time conversion eventAdrian Hunter1-0/+31
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter1-0/+9
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter1-21/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-3/+3
2013-08-07perf tools: Fix compile of util/tsc.cDavid Ahern1-4/+4
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter1-0/+59