Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
resume-trace.h File Reference
#include <asm/asm.h>

Go to the source code of this file.

Macros

#define TRACE_RESUME(user)
 

Macro Definition Documentation

#define TRACE_RESUME (   user)
Value:
do { \
if (pm_trace_enabled) { \
const void *tracedata; \
asm volatile(_ASM_MOV " $1f,%0\n" \
".section .tracedata,\"a\"\n" \
"1:\t.word %c1\n\t" \
_ASM_PTR " %c2\n" \
".previous" \
:"=r" (tracedata) \
: "i" (__LINE__), "i" (__FILE__)); \
generate_resume_trace(tracedata, user); \
} \
} while (0)

Definition at line 6 of file resume-trace.h.