tag | line | file | source code |
---|---|---|---|
pr_stime | 1018 | fs/binfmt_elf.c | prstatus.pr_stime.tv_sec = CT_TO_SECS(current->stime); |
pr_stime | 1019 | fs/binfmt_elf.c | prstatus.pr_stime.tv_usec = CT_TO_USECS(current->stime); |
pr_stime | 55 | include/linux/elfcore.h | struct timeval pr_stime; /* System time */ |