#ifndef __PERF_TSC_H #define __PERF_TSC_H #include #include "event.h" struct perf_tsc_conversion { u16 time_shift; u32 time_mult; u64 time_zero; }; struct perf_event_mmap_page; int perf_read_tsc_conversion(const struct perf_event_mmap_page *pc, struct perf_tsc_conversion *tc); u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc); u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc); u64 rdtsc(void); struct perf_event_mmap_page; struct perf_tool; struct machine; int perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, struct perf_tool *tool, perf_event__handler_t process, struct machine *machine); #endif .cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/lib')
f='/cgit.cgi/linux/net-next.git/commit/net/6lowpan?id=228c8c6b1f4376788e9d5ab00d50b10228eb40d3'>228c8c6b1f4376788e9d5ab00d50b10228eb40d3 (diff)
mac80211: add back lost debugfs files
Somehow these files were never present or lost, but the code is there and they seem somewhat useful, so add them back. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/6lowpan')