Home
last modified time | relevance | path

Searched refs:TRACE_LSTAT (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dsysent.h25 #define TRACE_LSTAT 00020000 /* Trace *lstat* syscalls. */ macro
Dsysent_shorthand_defs.h35 # define TLST TRACE_LSTAT
Dbasic_filters.c179 { "%lstat", TRACE_LSTAT }, in lookup_class()
DChangeLog16744 * sysent.h (TRACE_LSTAT): New macro.
16745 * syscall.c: Alias TLST to TRACE_LSTAT around syscallent.h inclusion.
16746 * qualify.c (lookup_class): Add TRACE_LSTAT for "%lstat".