Searched refs:max_time (Results 1 – 11 of 11) sorted by relevance
| /tools/perf/util/bpf_skel/ |
| A D | syscall_summary.h | 21 u64 max_time; member
|
| A D | syscall_summary.bpf.c | 93 if (stats->max_time < duration) in update_stats() 94 stats->max_time = duration; in update_stats()
|
| A D | kwork_trace.bpf.c | 30 __u64 max_time; member 135 if ((delta > data->max_time) || in do_update_time() 136 (data->max_time == 0)) { in do_update_time() 137 data->max_time = delta; in do_update_time()
|
| A D | lock_data.h | 55 u64 max_time; member
|
| A D | lock_contention.bpf.c | 495 if (data->max_time < duration) in update_contention_data() 496 data->max_time = duration; in update_contention_data() 513 .max_time = duration, in update_owner_stat() 790 .max_time = duration, in contention_end()
|
| /tools/perf/scripts/python/ |
| A D | parallel-perf.py | 413 def CalcTimeRangesByCPU(line, cpu, cpu_time_ranges, max_time): argument 418 cpu_time_range.time_ranges[cpu_time_range.tr_pos][1] = max_time 424 time_ranges.append([time, max_time]) 550 max_time = time_ranges[-1][1] 570 cpu_time_range.time_ranges = [ [min_time, max_time] ] 637 def OpenTimeRangeEnds(time_ranges, min_time, max_time): argument 640 if time_ranges[-1][1] >= max_time: 674 def ParseTimeStr(time_str, min_time, max_time): argument 676 return [[min_time, max_time]] 684 end = TimeVal(a[1], max_time) [all …]
|
| /tools/perf/util/ |
| A D | bpf-trace-summary.c | 150 double max = (double)(stat->max_time) / NSEC_PER_MSEC; in print_common_stats() 272 if (stat->max_time < map_data->max_time) in update_total_stats() 273 stat->max_time = map_data->max_time; in update_total_stats()
|
| A D | bpf_kwork.c | 39 u64 max_time; member 295 work->max_runtime = data->max_time; in add_work() 301 work->max_latency = data->max_time; in add_work()
|
| A D | bpf_lock_contention.c | 472 if (delta > stat_data.max_time) in update_lock_stat() 473 stat_data.max_time = delta; in update_lock_stat() 693 st->wait_time_max = cdata.max_time; in pop_owner_stack_trace() 791 if (st->wait_time_max < data.max_time) in lock_contention_read() 792 st->wait_time_max = data.max_time; in lock_contention_read() 809 st->wait_time_max = data.max_time; in lock_contention_read()
|
| /tools/testing/selftests/net/mptcp/ |
| A D | simult_flows.sh | 129 local max_time=$3 165 ./mptcp_connect -jt ${timeout_poll} -l -p $port -T $max_time \ 173 ./mptcp_connect -jt ${timeout_poll} -p $port -T $max_time \ 200 printf "%-16s" " max $max_time "
|
| /tools/testing/selftests/cgroup/ |
| A D | test_kmem.c | 311 int max_time = 20; in test_kmem_dead_cgroups() local 326 for (i = 0; i < max_time; i++) { in test_kmem_dead_cgroups()
|
Completed in 18 milliseconds