#include <stdbool.h>
#include "strlist.h"
#include "strfilter.h"
Go to the source code of this file.
|
int | parse_perf_probe_command (const char *cmd, struct perf_probe_event *pev) |
|
char * | synthesize_perf_probe_command (struct perf_probe_event *pev) |
|
char * | synthesize_probe_trace_command (struct probe_trace_event *tev) |
|
int | synthesize_perf_probe_arg (struct perf_probe_arg *pa, char *buf, size_t len) |
|
bool | perf_probe_event_need_dwarf (struct perf_probe_event *pev) |
|
void | clear_perf_probe_event (struct perf_probe_event *pev) |
|
int | parse_line_range_desc (const char *cmd, struct line_range *lr) |
|
const char * | kernel_get_module_path (const char *module) |
|
int | add_perf_probe_events (struct perf_probe_event *pevs, int npevs, int max_probe_points, const char *module, bool force_add) |
|
int | del_perf_probe_events (struct strlist *dellist) |
|
int | show_perf_probe_events (void) |
|
int | show_line_range (struct line_range *lr, const char *module) |
|
int | show_available_vars (struct perf_probe_event *pevs, int npevs, int max_probe_points, const char *module, struct strfilter *filter, bool externs) |
|
int | show_available_funcs (const char *module, struct strfilter *filter, bool user) |
|
#define MAX_EVENT_INDEX 1024 |
int show_perf_probe_events |
( |
void |
| ) |
|