/tools/perf/util/ |
D | expr.l | 38 static char *normalize(char *str, int runtime) in normalize() argument 51 int size = asprintf(¶mval, "%d", runtime); in normalize() 70 static int str(yyscan_t scanner, int token, int runtime) in str() argument 75 yylval->str = normalize(strdup(text), runtime); in str() 79 yylval->str = normalize(yylval->str, runtime); in str() 110 {symbol} { return str(yyscanner, ID, sctx->runtime); }
|
D | expr.h | 42 int runtime; member 56 const char *expr, int runtime); 58 struct expr_parse_ctx *ids, int runtime);
|
D | expr.c | 197 int start, int runtime) in __expr__parse() argument 201 .runtime = runtime, in __expr__parse() 229 const char *expr, int runtime) in expr__parse() argument 231 return __expr__parse(final_val, ctx, expr, EXPR_PARSE, runtime) ? -1 : 0; in expr__parse() 235 struct expr_parse_ctx *ctx, int runtime) in expr__find_other() argument 237 int ret = __expr__parse(NULL, ctx, expr, EXPR_OTHER, runtime); in expr__find_other()
|
D | metricgroup.h | 36 int runtime; member
|
D | metricgroup.c | 127 int runtime; member 380 expr->runtime = m->runtime; in metricgroup__setup_events() 689 int runtime, in __add_metric() argument 710 m->runtime = runtime; in __add_metric() 760 if (expr__find_other(pe->metric_expr, NULL, &m->pctx, runtime) < 0) { in __add_metric() 1197 new_expr->runtime = old_expr->runtime; in metricgroup__copy_metric_events()
|
D | stat-shadow.c | 851 int runtime, in generic_metric() argument 867 if (expr__parse(&ratio, &pctx, metric_expr, runtime) == 0) { in generic_metric() 878 "%s %s_%d", unit, metric_name, runtime); in generic_metric() 1196 mexp->metric_unit, mexp->runtime, cpu, out, st); in perf_stat__print_shadow_stats()
|
/tools/testing/selftests/timers/ |
D | threadtest.c | 123 time_t start, now, runtime; in main() local 132 runtime = DEFAULT_RUNTIME; in main() 138 runtime = atoi(optarg); in main() 165 printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime); in main() 172 while (time(&now) < start + runtime) { in main()
|
D | inconsistency-check.c | 158 int runtime = 10; in main() local 165 runtime = atoi(optarg); in main() 188 if (consistency_test(clockid, runtime)) in main()
|
/tools/perf/bench/ |
D | futex-requeue.c | 162 struct timeval start, end, runtime; in bench_futex_requeue() local 188 timersub(&end, &start, &runtime); in bench_futex_requeue() 191 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue() 195 j + 1, nrequeued, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
|
D | futex-wake.c | 167 struct timeval start, end, runtime; in bench_futex_wake() local 186 timersub(&end, &start, &runtime); in bench_futex_wake() 189 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake() 193 j + 1, nwoken, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
|
D | futex-wake-parallel.c | 42 struct timeval runtime; member 88 timersub(&end, &start, &waker->runtime); in waking_workerfn() 172 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run() 208 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats()
|
/tools/perf/Documentation/ |
D | Build.txt | 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime. 73 If UBSan detects any problem at runtime, it outputs a “runtime error:” message.
|
D | jitdump-specification.txt | 44 * uint32_t pid : JIT runtime process identification (OS specific) 64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional) 73 * uint32_t pid: OS process id of the runtime generating the jitted code 74 * uint32_t tid: OS thread identification of the runtime thread generating the jitted code 99 * uint32_t pid : OS process id of the runtime generating the jitted code 100 …* uint32_t tid : OS thread identification of the runtime thread generating the jitted code 108 The MOVE record can be used in case an already jitted function is simply moved by the runtime insid… 144 The record is used as a marker for the end of the jitted runtime. It can be replaced by the end of …
|
D | perf-sched.txt | 29 threads can then replay the timings (CPU runtime and sleep patterns)
|
D | perf-trace.txt | 123 Accrue thread runtime and provide a summary at the end of the session.
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck.sh | 99 echo $runerrors runs with runtime errors.
|
/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 508 name acl_region_rehash_interval cmode runtime value 0 516 name acl_region_rehash_interval cmode runtime value 3000 583 name acl_region_rehash_interval cmode runtime value 0 591 name acl_region_rehash_interval cmode runtime value 3000 743 name acl_region_rehash_interval cmode runtime value 0 760 name acl_region_rehash_interval cmode runtime value 3000 787 name acl_region_rehash_interval cmode runtime value 0
|
/tools/power/cpupower/ |
D | README | 6 On x86 pciutils is needed at runtime (-lpci).
|
/tools/testing/selftests/bpf/ |
D | README.rst | 94 old to support them, they shouldn't cause build failures or runtime test
|
/tools/perf/ |
D | builtin-sched.c | 125 u64 runtime; member 604 u64 runtime; in get_cpu_usage_nsec_self() local 607 ret = read(fd, &runtime, sizeof(runtime)); in get_cpu_usage_nsec_self() 608 BUG_ON(ret != sizeof(runtime)); in get_cpu_usage_nsec_self() 610 return runtime; in get_cpu_usage_nsec_self() 1070 atom->runtime += delta; in add_runtime_event() 1182 const u64 runtime = evsel__intval(evsel, sample, "runtime"); in latency_runtime_event() local 1204 add_runtime_event(atoms, runtime, timestamp); in latency_runtime_event()
|
/tools/power/pm-graph/config/ |
D | example.cfg | 49 # Enable/disable runtime suspend for all devices, restore all after test (default: no-action)
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 374 common_callchain, comm, pid, runtime, vruntime):
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 35 Frame pointers are used for debugging purposes. They allow runtime 101 band. So it doesn't affect runtime performance and it can be
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 221 programs used for tail-call jumps at runtime, without having to reload the
|
D | bpftool-prog.rst | 164 trace pipe at runtime with the **bpf_trace_printk**\ () helper.
|