Searched full:tracedata (Results 1 – 4 of 4) sorted by relevance
159 * We could just take the "tracedata" index into the .tracedata167 void generate_pm_trace(const void *tracedata, unsigned int user) in generate_pm_trace() argument169 unsigned short lineno = *(unsigned short *)tracedata; in generate_pm_trace()170 const char *file = *(const char **)(tracedata + 2); in generate_pm_trace()186 char *tracedata; in show_file_hash() local189 for (tracedata = __tracedata_start ; tracedata < __tracedata_end ; in show_file_hash()190 tracedata += 2 + sizeof(unsigned long)) { in show_file_hash()191 unsigned short lineno = *(unsigned short *)tracedata; in show_file_hash()192 const char *file = *(const char **)(tracedata + 2); in show_file_hash()
10 const void *tracedata; \12 ".section .tracedata,\"a\"\n" \16 :"=r" (tracedata) \18 generate_pm_trace(tracedata, user); \
24 extern void generate_pm_trace(const void *tracedata, unsigned int user);
113 bootargs. This is mandatory if the user would like to read the tracedata