HomeSort by relevance Sort by last modified time
    Searched refs:max_vls (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.h 92 int max_vls; /* Max no. of variable lists */ member in struct:available_var_finder
probe-finder.c 1235 if (af->nvls == af->max_vls) {
1236 pr_warning("Too many( > %d) probe point found.\n", af->max_vls);
1277 int max_vls, bool externs)
1282 .max_vls = max_vls, .externs = externs};
1286 *vls = zalloc(sizeof(struct variable_list) * max_vls);
    [all...]
probe-event.c 554 int max_vls, struct strfilter *_filter,
569 max_vls, externs);
607 int max_vls, const char *module,
626 ret = show_available_vars_at(dinfo, &pevs[i], max_vls, _filter,
672 int npevs __maybe_unused, int max_vls __maybe_unused,
    [all...]

Completed in 50 milliseconds