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

  /external/linux-tools-perf/src/tools/perf/
builtin-probe.c 57 bool uprobes; member in struct:__anon14122
79 pev->uprobes = params.uprobes;
106 params.uprobes = true;
175 params.uprobes = true;
178 params.uprobes = false;
375 if (params.uprobes) {
403 params.uprobes);
412 if (params.show_lines && !params.uprobes) {
  /external/linux-tools-perf/src/tools/perf/util/
probe-event.h 38 bool uprobes; /* uprobes only */ member in struct:probe_trace_event
74 bool uprobes; member in struct:perf_probe_event
probe-event.c 309 if (pev->uprobes) {
658 if (pev->uprobes)
1405 if (tev->uprobes)
    [all...]

Completed in 6408 milliseconds