OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PROBES
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
builtin-probe.c
61
struct perf_probe_event events[
MAX_PROBES
];
76
if (++params.nevents ==
MAX_PROBES
) {
77
pr_err("Too many probes (> %d) were specified.",
MAX_PROBES
);
279
params.max_probe_points =
MAX_PROBES
;
/external/linux-tools-perf/util/
probe-finder.h
10
#define
MAX_PROBES
128
Completed in 968 milliseconds