|
static void | print_open_warning (int err, bool uprobe) |
|
static void | print_both_open_warning (int kerr, int uerr) |
|
int | open_trace_file (const char *trace_file, bool readwrite) |
|
static int | open_kprobe_events (bool readwrite) |
|
static int | open_uprobe_events (bool readwrite) |
|
int | probe_file__open (int flag) |
|
int | probe_file__open_both (int *kfd, int *ufd, int flag) |
|
struct strlist * | probe_file__get_rawlist (int fd) |
|
static struct strlist * | __probe_file__get_namelist (int fd, bool include_group) |
|
struct strlist * | probe_file__get_namelist (int fd) |
|
int | probe_file__add_event (int fd, struct probe_trace_event *tev) |
|
static int | __del_trace_probe_event (int fd, struct str_node *ent) |
|
int | probe_file__get_events (int fd, struct strfilter *filter, struct strlist *plist) |
|
int | probe_file__del_strlist (int fd, struct strlist *namelist) |
|
int | probe_file__del_events (int fd, struct strfilter *filter) |
|
static void | probe_cache_entry__delete (struct probe_cache_entry *entry) |
|
static struct probe_cache_entry * | probe_cache_entry__new (struct perf_probe_event *pev) |
|
int | probe_cache_entry__get_event (struct probe_cache_entry *entry, struct probe_trace_event **tevs) |
|
static int | probe_cache__open (struct probe_cache *pcache, const char *target, struct nsinfo *nsi) |
|
static int | probe_cache__load (struct probe_cache *pcache) |
|
static struct probe_cache * | probe_cache__alloc (void) |
|
void | probe_cache__purge (struct probe_cache *pcache) |
|
void | probe_cache__delete (struct probe_cache *pcache) |
|
struct probe_cache * | probe_cache__new (const char *target, struct nsinfo *nsi) |
|
static bool | streql (const char *a, const char *b) |
|
struct probe_cache_entry * | probe_cache__find (struct probe_cache *pcache, struct perf_probe_event *pev) |
|
struct probe_cache_entry * | probe_cache__find_by_name (struct probe_cache *pcache, const char *group, const char *event) |
|
int | probe_cache__add_entry (struct probe_cache *pcache, struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) |
|
static int | probe_cache_entry__write (struct probe_cache_entry *entry, int fd) |
|
int | probe_cache__commit (struct probe_cache *pcache) |
|
static bool | probe_cache_entry__compare (struct probe_cache_entry *entry, struct strfilter *filter) |
|
int | probe_cache__filter_purge (struct probe_cache *pcache, struct strfilter *filter) |
|
static int | probe_cache__show_entries (struct probe_cache *pcache, struct strfilter *filter) |
|
int | probe_cache__show_all_caches (struct strfilter *filter) |
|
static bool | scan_ftrace_readme (enum ftrace_readme type) |
|
bool | probe_type_is_available (enum probe_type type) |
|
bool | kretprobe_offset_is_supported (void) |
|