HomeSort by relevance Sort by last modified time
    Searched full:op_get_tgid (Results 1 - 6 of 6) sorted by null

  /external/oprofile/module/
compat24.h 17 static inline pid_t op_get_tgid(void) function
compat22.h 35 static inline pid_t op_get_tgid(void) function
oprofile.c 121 pid_t const tgid = op_get_tgid();
  /external/oprofile/module/x86/
op_syscalls.c 57 note.tgid = op_get_tgid();
223 u32 tgid = op_get_tgid();
238 u32 tgid = op_get_tgid();
252 u32 tgid = op_get_tgid();
299 note.tgid = op_get_tgid();
  /external/oprofile/module/ia64/
op_syscalls.c 97 note.tgid = op_get_tgid();
252 u32 tgid = op_get_tgid();
268 u32 tgid = op_get_tgid();
311 note.tgid = op_get_tgid();
  /external/oprofile/
ChangeLog-2003 1044 * module/compat24.h: op_get_tgid() return tgid, fall back to return
    [all...]

Completed in 177 milliseconds