Home
last modified time | relevance | path

Searched full:onmax (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-onmax-action-hist.tc3 # 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 Dtrigger-onmatch-onmax-action-hist.tc3 # 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 Dtrigger-synthetic-event-stack.tc15 echo 'hist:keys=prev_pid:delta=common_timestamp.usecs-$ts,s=$st:onmax($delta).trace(wake_lat,prev_p…
H A Dtrigger-synthetic-event-stack-legacy.tc16 echo 'hist:keys=prev_pid:delta=common_timestamp.usecs-$ts,s=$st:onmax($delta).trace(wake_lat,prev_p…
/linux/kernel/trace/
H A Dtrace_boot.c334 * onmax|onchange[.N] { var = <VAR>; <ACTION> [= <PARAM>] }
396 node = xbc_node_find_subkey(hnode, "onmax"); in trace_boot_compose_hist_cmd()
H A Dtrace_events_hist.c47 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 Dtrace.c5681 "\t onmax(var) - invoke if var exceeds current max\n"
/linux/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh161 print_hist_actions ${1} "onmax" "var"