Home
last modified time | relevance | path

Searched refs:dsos (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-annotate.txt28 --dsos=<dso[,dso...]>::
29 Only consider symbols in these dsos.
Dperf-top.txt124 --dsos::
125 Only consider symbols in these dsos.
Dperf-diff.txt34 --dsos=::
35 Only consider symbols in these dsos. CSV that understands
Dperf-report.txt29 --dsos=::
30 Only consider symbols in these dsos. CSV that understands
/external/openfst/
DNEWS41 support throughout scripts/bins/dsos (1.2.8)
/external/linux-tools-perf/src/tools/perf/util/
Dmachine.c49 static void dsos__delete(struct list_head *dsos) in dsos__delete() argument
53 list_for_each_entry_safe(pos, n, dsos, node) { in dsos__delete()