Linux Perf
syscalltbl.c File Reference
#include "syscalltbl.h"
#include <stdlib.h>
#include <linux/compiler.h>
#include <libaudit.h>
Include dependency graph for syscalltbl.c:

Go to the source code of this file.

Functions

struct syscalltblsyscalltbl__new (void)
 
void syscalltbl__delete (struct syscalltbl *tbl)
 
const char * syscalltbl__name (const struct syscalltbl *tbl, int id)
 
int syscalltbl__id (struct syscalltbl *tbl, const char *name)
 
int syscalltbl__strglobmatch_next (struct syscalltbl *tbl __maybe_unused, const char *syscall_glob __maybe_unused, int *idx __maybe_unused)
 
int syscalltbl__strglobmatch_first (struct syscalltbl *tbl, const char *syscall_glob, int *idx)
 

Function Documentation

◆ syscalltbl__delete()

void syscalltbl__delete ( struct syscalltbl tbl)

Definition at line 154 of file syscalltbl.c.

Here is the call graph for this function:

◆ syscalltbl__id()

int syscalltbl__id ( struct syscalltbl tbl,
const char *  name 
)

Definition at line 164 of file syscalltbl.c.

◆ syscalltbl__name()

const char* syscalltbl__name ( const struct syscalltbl tbl,
int  id 
)

Definition at line 159 of file syscalltbl.c.

◆ syscalltbl__new()

struct syscalltbl* syscalltbl__new ( void  )

Definition at line 146 of file syscalltbl.c.

Here is the call graph for this function:

◆ syscalltbl__strglobmatch_first()

int syscalltbl__strglobmatch_first ( struct syscalltbl tbl,
const char *  syscall_glob,
int *  idx 
)

Definition at line 175 of file syscalltbl.c.

Here is the call graph for this function:

◆ syscalltbl__strglobmatch_next()

int syscalltbl__strglobmatch_next ( struct syscalltbl *tbl  __maybe_unused,
const char *syscall_glob  __maybe_unused,
int *idx  __maybe_unused 
)

Definition at line 169 of file syscalltbl.c.