Searched full:onmax (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| H A D | trigger-onmax-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger onmax action 18 echo "Test onmax action" 21 echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0:onmax($wakeup_lat).save(next_comm,p… 25 fail "Failed to create onmax action inter-event histogram"
|
| H A D | trigger-onmatch-onmax-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger onmatch-onmax action 19 echo "Test histogram variables,simple expression support and onmatch-onmax action" 22 …nmatch(sched.sched_wakeup).wakeup_latency($wakeup_lat,next_pid,next_comm):onmax($wakeup_lat).save(… 27 fail "Failed to create onmatch-onmax action inter-event histogram"
|
| H A D | trigger-synthetic-event-stack.tc | 15 echo 'hist:keys=prev_pid:delta=common_timestamp.usecs-$ts,s=$st:onmax($delta).trace(wake_lat,prev_p…
|
| H A D | trigger-synthetic-event-stack-legacy.tc | 16 echo 'hist:keys=prev_pid:delta=common_timestamp.usecs-$ts,s=$st:onmax($delta).trace(wake_lat,prev_p…
|
| /linux/kernel/trace/ |
| H A D | trace_boot.c | 334 * onmax|onchange[.N] { var = <VAR>; <ACTION> [= <PARAM>] } 396 node = xbc_node_find_subkey(hnode, "onmax"); in trace_boot_compose_hist_cmd()
|
| H A D | trace_events_hist.c | 47 C(ONX_NOT_VAR, "For onmax(x) or onchange(x), x must be a variable"), \ 48 C(ONX_VAR_NOT_FOUND, "Couldn't find onmax or onchange variable"), \ 49 C(ONX_VAR_CREATE_FAIL, "Couldn't create onmax or onchange variable"), \ 647 * tracked e.g onmax($var). 1456 (str_has_prefix(str, "onmax(")) || in parse_action() 3494 action->handler == HANDLER_ONMAX ? "onmax" : "onchange", in track_data_snapshot_print() 4838 else if ((len = str_has_prefix(str, "onmax("))) in parse_actions() 4942 seq_puts(m, ":onmax("); in print_track_data_spec() 5987 seq_puts(m, "\n action tracking variables (for onmax()/onchange()/onmatch()):\n"); in hist_actions_debug_show()
|
| H A D | trace.c | 5681 "\t onmax(var) - invoke if var exceeds current max\n"
|
| /linux/tools/bootconfig/scripts/ |
| H A D | bconf2ftrace.sh | 161 print_hist_actions ${1} "onmax" "var"
|