cregit-Linux how code gets into the kernel

Release 4.13 tools/perf/trace/beauty/beauty.h

#ifndef _PERF_TRACE_BEAUTY_H

#define _PERF_TRACE_BEAUTY_H

#include <linux/types.h>

struct trace;
struct thread;


struct syscall_arg {
	
unsigned long val;
	
struct thread *thread;
	
struct trace  *trace;
	
void	      *parm;
	
u8	      idx;
	
u8	      mask;
};

size_t syscall_arg__scnprintf_statx_flags(char *bf, size_t size, struct syscall_arg *arg);

#define SCA_STATX_FLAGS syscall_arg__scnprintf_statx_flags

size_t syscall_arg__scnprintf_statx_mask(char *bf, size_t size, struct syscall_arg *arg);

#define SCA_STATX_MASK syscall_arg__scnprintf_statx_mask

#endif /* _PERF_TRACE_BEAUTY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo87100.00%1100.00%
Total87100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.