HomeSort by relevance Sort by last modified time
    Searched refs:old_sys_init_module (Results 1 - 3 of 3) sorted by null

  /external/oprofile/daemon/liblegacy/
p_module.h 83 int old_sys_init_module(char const * name, char *code, unsigned codesize,
  /external/oprofile/module/x86/
op_syscalls.c 43 asmlinkage static long (*old_sys_init_module)(char const *, struct module *); variable
278 ret = old_sys_init_module(name_user, mod_user);
322 old_sys_init_module = sys_call_table[__NR_init_module];
350 sys_call_table[__NR_init_module] = old_sys_init_module;
  /external/oprofile/module/ia64/
op_syscalls.c 50 asmlinkage static long (*old_sys_init_module)(char const *, struct module *); variable
341 old_sys_init_module = (void *)&fdesc_init_module;
380 ((struct fdesc *)old_sys_init_module)->ip;

Completed in 167 milliseconds