Home
last modified time | relevance | path

Searched refs:character (Results 1 – 10 of 10) sorted by relevance

/tools/perf/Documentation/
Dperf-mem.txt42 The separator is the space character.
Dperf-diff.txt59 Use a special separator character and don't pad with spaces, replacing
61 with a '.' character, that thus it's the only non valid separator.
Dperf-probe.txt57 Delete probe events. This accepts glob wildcards('*', '?') and character
160 … in both of pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-…
Dperf-trace.txt69 specification with appended unit character - B/K/M/G. The
Dperf-report.txt154 Use a special separator character and don't pad with spaces, replacing
156 with a '.' character, that thus it's the only non valid separator.
Dperf-kvm.txt125 specification with appended unit character - B/K/M/G. The
Dperf-top.txt71 specification with appended unit character - B/K/M/G. The
Dperf-record.txt92 specification with appended unit character - B/K/M/G. The
/tools/perf/config/
Dutilities.mak1 # This allows us to work with the newline character:
23 # single space each newline character in the output
/tools/power/x86/turbostat/
Dturbostat.c1279 char character; in get_num_ht_siblings() local
1288 matches = fscanf(filep, "%d%c%d\n", &sib1, &character, &sib2); in get_num_ht_siblings()