index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
x86
/
util
/
tsc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tool_pmu: Move expr literals to tool_pmu
Ian Rogers
2024-10-11
1
-8
/
+10
*
perf tsc: Add missing newlines to debug statements
Ian Rogers
2024-02-02
1
-2
/
+2
*
perf arch x86: Add missing stdlib.h to get free() prototype
Arnaldo Carvalho de Melo
2022-10-27
1
-0
/
+1
*
perf tsc: Add cpuinfo fall back for arch_get_tsc_freq()
Ian Rogers
2022-07-25
1
-4
/
+48
*
perf tsc: Add arch TSC frequency information
Kan Liang
2022-07-25
1
-0
/
+33
*
perf tsc: Move out common functions from x86
Leo Yan
2020-09-22
1
-72
/
+1
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+2
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
1
-1
/
+1
*
perf tools: Fix paths in include statements
Luke Mujica
2019-08-12
1
-3
/
+3
*
perf tools: Fix the build on the alpine:edge distro
Arnaldo Carvalho de Melo
2018-07-30
1
-0
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf record: Robustify perf_event__synth_time_conv()
Wang Nan
2016-05-30
1
-0
/
+2
*
perf jit: Add support for using TSC as a timestamp
Adrian Hunter
2016-04-01
1
-1
/
+0
*
perf tools: Add time conversion event
Adrian Hunter
2016-03-31
1
-0
/
+31
*
perf tools: Move rdtsc() function
Adrian Hunter
2014-07-23
1
-0
/
+9
*
perf tools: Allow TSC conversion on any arch
Adrian Hunter
2014-07-17
1
-21
/
+1
*
tools: Consolidate types.h
Borislav Petkov
2014-05-01
1
-1
/
+1
*
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
2013-09-20
1
-3
/
+3
*
perf tools: Fix compile of util/tsc.c
David Ahern
2013-08-07
1
-4
/
+4
*
perf tools: Add test for converting perf time to/from TSC
Adrian Hunter
2013-07-23
1
-0
/
+59