Searched refs:parallelism (Results 1 – 14 of 14) sorted by relevance
| /tools/perf/Documentation/ |
| A D | cpu-and-latency-overheads.txt | 50 parallelization histogram with '--sort=latency,parallelism,comm,symbol --hierarchy' 69 at the given parallelism level: 82 To see the normal function-level profile for particular parallelism levels 83 (number of threads actively running on CPUs), you may use '--parallelism' 84 filter. For example, to see the profile only for low parallelism phases 85 of a workload use '--latency --parallelism=1-2' flags.
|
| A D | tips.txt | 66 For parallelism histogram, try: perf report --hierarchy --sort latency,parallelism,comm,symbol 67 To analyze particular parallelism levels, try: perf report --latency --parallelism=32-64 68 To see how parallelism changes over time, try: perf report -F time,latency,parallelism --time-quant…
|
| A D | perf-report.txt | 71 --parallelism:: 72 Only consider these parallelism levels. Parallelism level is the number 76 is doing during sequential/low-parallelism phases as compared to 77 high-parallelism phases. This option will affect the percentage of 106 - parallelism: number of running threads at the time of sample 466 and/or --parallelism options and Zoom operations on the TUI (thread, dso, etc).
|
| A D | topdown.txt | 143 as the parallelism and overlap in the CPU program execution will
|
| /tools/perf/util/ |
| A D | addr_location.h | 25 int parallelism; member
|
| A D | addr_location.c | 20 al->parallelism = 1; in addr_location__init()
|
| A D | event.c | 794 al->parallelism = max(1, min(machine->parallelism, machine__nr_cpus_avail(machine))); in machine__resolve() 795 if (test_bit(al->parallelism, symbol_conf.parallelism_filter)) in machine__resolve() 802 al->latency = sample->period * 1000 / al->parallelism; in machine__resolve()
|
| A D | machine.h | 58 int parallelism; member
|
| A D | hist.h | 262 int parallelism; member
|
| A D | sort.c | 937 return right->parallelism - left->parallelism; in sort__parallelism_cmp() 947 return test_bit(he->parallelism, parallelism_filter); in hist_entry__parallelism_filter() 953 return repsep_snprintf(bf, size, "%*d", width, he->parallelism); in hist_entry__parallelism_snprintf() 2829 MK_SORT_ENTRY_CHK(parallelism) in MK_SORT_ENTRY_CHK()
|
| A D | hist.c | 826 .parallelism = al->parallelism, in __hists__add_entry() 2324 if (test_bit(he->parallelism, hists->parallelism_filter)) { in hists__filter_entry_by_parallelism()
|
| A D | machine.c | 100 machine->parallelism = 1; in machine__init() 722 machine->parallelism += out ? -1 : 1; in machine__process_switch_event() 1937 machine->parallelism--; in machine__process_exit_event()
|
| /tools/perf/tests/shell/base_report/ |
| A D | test_basic.sh | 226 $CMD_PERF report --hierarchy --sort latency,parallelism,comm,symbol --parallelism=1,2 --stdio -i $C…
|
| /tools/perf/ |
| A D | builtin-report.c | 337 if (al.parallelism == 1) in process_sample_event()
|
Completed in 38 milliseconds