Searched refs:dlargc (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | dlfilter.c | 143 static char **dlfilter__args(void *ctx, int *dlargc) in dlfilter__args() argument 147 if (dlargc) in dlfilter__args() 148 *dlargc = 0; in dlfilter__args() 155 *dlargc = d->dlargc; in dlfilter__args() 368 static int dlfilter__init(struct dlfilter *d, const char *file, int dlargc, char **dlargv) in dlfilter__init() argument 388 d->dlargc = dlargc; in dlfilter__init() 420 struct dlfilter *dlfilter__new(const char *file, int dlargc, char **dlargv) in dlfilter__new() argument 427 if (dlfilter__init(d, file, dlargc, dlarg in dlfilter__new() [all...] |
| H A D | dlfilter.h | 28 int dlargc; member 54 struct dlfilter *dlfilter__new(const char *file, int dlargc, char **dlargv);
|
| /linux/tools/perf/include/perf/ |
| H A D | perf_dlfilter.h | 103 char **(*args)(void *ctx, int *dlargc);
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 97 static int dlargc; 3752 a = realloc(dlargv, sizeof(dlargv[0]) * (dlargc + 1)); in get_script_path() 3759 dlargv[dlargc++] = arg; in get_script_path() 3766 while (dlargc--) in get_script_path() 3767 free(dlargv[dlargc]); in get_script_path() 4419 dlfilter = dlfilter__new(dlfilter_file, dlargc, dlargv); in cmd_script() 93 static int dlargc; global() variable
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-dlfilter.txt | 153 char **(*args)(void *ctx, int *dlargc);
|