]> Git Repo - linux.git/blob - arch/powerpc/kernel/trace/trace_clock.c
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / arch / powerpc / kernel / trace / trace_clock.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  *
4  * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
5  */
6
7 #include <asm/trace_clock.h>
8 #include <asm/time.h>
9
10 u64 notrace trace_clock_ppc_tb(void)
11 {
12         return get_tb();
13 }
This page took 0.034293 seconds and 4 git commands to generate.