Home
last modified time | relevance | path

Searched refs:tr (Results 26 – 50 of 414) sorted by relevance

12345678910>>...17

/openbmc/linux/tools/bootconfig/scripts/
H A Dftrace.sh55 tr=`echo $t | cut -d: -f2`
56 if [ "$tr" = "" ]; then
63 if [ $tr = "enable_event" -o $tr = "disable_event" ]; then
64 tr=`echo $t | cut -d: -f2-4`
67 tr=`echo $t | cut -d: -f2`
71 tr="$tr:$limit"
73 echo "!$name:$tr" > set_ftrace_filter
/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c161 if (!ftrace_trace_task(tr)) in trace_graph_entry()
271 graph_array = tr; in set_graph_array()
308 set_graph_array(tr); in graph_trace_init()
331 graph_trace_reset(tr); in graph_trace_update_thresh()
520 struct trace_array *tr = iter->tr; in print_graph_irq() local
686 struct trace_array *tr = iter->tr; in print_graph_entry_leaf() local
745 struct trace_array *tr = iter->tr; in print_graph_entry_nested() local
786 struct trace_array *tr = iter->tr; in print_graph_prologue() local
969 struct trace_array *tr = iter->tr; in print_graph_return() local
1044 struct trace_array *tr = iter->tr; in print_graph_comment() local
[all …]
H A Dtrace_mmiotrace.c28 static void mmio_reset_data(struct trace_array *tr) in mmio_reset_data() argument
33 tracing_reset_online_cpus(&tr->array_buffer); in mmio_reset_data()
36 static int mmio_trace_init(struct trace_array *tr) in mmio_trace_init() argument
39 mmio_trace_array = tr; in mmio_trace_init()
41 mmio_reset_data(tr); in mmio_trace_init()
51 mmio_reset_data(tr); in mmio_trace_reset()
58 mmio_reset_data(tr); in mmio_trace_start()
319 struct trace_array *tr = mmio_trace_array; in mmio_trace_rw() local
321 __trace_mmiotrace_rw(tr, data, rw); in mmio_trace_rw()
350 struct trace_array *tr = mmio_trace_array; in mmio_trace_mapping() local
[all …]
H A Dtrace_syscalls.c130 struct trace_array *tr = iter->tr; in print_syscall_enter() local
157 if (tr && tr->trace_flags & TRACE_ITER_VERBOSE) in print_syscall_enter()
371 struct trace_array *tr = file->tr; in reg_event_syscall_enter() local
383 tr->sys_refcount_enter++; in reg_event_syscall_enter()
392 struct trace_array *tr = file->tr; in unreg_event_syscall_enter() local
399 tr->sys_refcount_enter--; in unreg_event_syscall_enter()
409 struct trace_array *tr = file->tr; in reg_event_syscall_exit() local
417 if (!tr->sys_refcount_exit) in reg_event_syscall_exit()
421 tr->sys_refcount_exit++; in reg_event_syscall_exit()
430 struct trace_array *tr = file->tr; in unreg_event_syscall_exit() local
[all …]
H A Dsynth_event_gen_test.c104 ret = trace_array_set_clr_event(gen_synth_test->tr, in test_gen_synth_cmd()
209 ret = trace_array_set_clr_event(empty_synth_test->tr, in test_empty_synth_event()
281 ret = trace_array_set_clr_event(create_synth_test->tr, in test_create_synth_event()
448 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_init()
458 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_init()
464 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
482 trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_init()
485 trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
488 trace_array_set_clr_event(create_synth_test->tr, in synth_event_gen_test_init()
498 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_exit()
[all …]
H A Dftrace.c176 if (tr) { in ftrace_pid_func()
3488 struct trace_array *tr = iter->tr; in t_mod_next() local
3541 struct trace_array *tr = iter->tr; in t_mod_show() local
4041 iter->tr = tr; in ftrace_regex_open()
4047 mod_head = tr ? &tr->mod_notrace : NULL; in ftrace_regex_open()
4050 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()
4834 probe->tr = tr; in register_ftrace_function_probe()
6733 if (!tr->ops || !tr->ops->func_hash) in clear_mod_from_hashes()
7117 if (!tr->ops || !tr->ops->func_hash) in clear_func_from_hashes()
7331 tr->ops->private = tr; in ftrace_init_global_array_ops()
[all …]
H A Dtrace_osnoise.c78 struct trace_array *tr; member
100 if (inst->tr == tr) in osnoise_instance_registered()
129 inst->tr = tr; in osnoise_register_instance()
152 if (inst->tr == tr) { in osnoise_unregister_instance()
1193 struct trace_array *tr; in osnoise_stop_exception() local
1197 tr = inst->tr; in osnoise_stop_exception()
1359 tr = inst->tr; in osnoise_stop_tracing()
1397 tr = inst->tr; in notify_new_max_latency()
1398 if (tracer_tracing_is_on(tr) && tr->max_latency < latency) { in notify_new_max_latency()
2992 tr->max_latency = 0; in osnoise_tracer_init()
[all …]
H A Dtrace_kdb.c25 struct trace_array *tr; in ftrace_dump_buf() local
29 tr = iter.tr; in ftrace_dump_buf()
31 old_userobj = tr->trace_flags; in ftrace_dump_buf()
34 tr->trace_flags &= ~TRACE_ITER_SYM_USEROBJ; in ftrace_dump_buf()
82 tr->trace_flags = old_userobj; in ftrace_dump_buf()
H A Dtrace_events_hist.c874 struct trace_array *tr = hist_data->event_file->tr; in hist_field_timestamp() local
965 struct trace_array *tr = hist_data->event_file->tr; in find_any_var_ref() local
1014 struct trace_array *tr = hist_data->event_file->tr; in find_hist_vars() local
1069 struct trace_array *tr = hist_data->event_file->tr; in save_hist_vars() local
1093 struct trace_array *tr = hist_data->event_file->tr; in remove_hist_vars() local
1209 struct trace_array *tr = hist_data->event_file->tr; in find_match_var() local
2306 struct trace_array *tr = file->tr; in parse_field() local
3241 struct trace_array *tr = file->tr; in create_field_var() local
3599 struct trace_array *tr = file->tr; in track_data_create() local
4099 struct trace_array *tr = file->tr; in action_create() local
[all …]
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c528 &tr->MD_CA); in tc_mdio_write()
575 &tr->Tx_Ctl); in tc_handle_link_change()
1189 tc_writel(0, &tr->Int_En); in tc35815_schedule_restart()
1190 tc_writel(tc_readl(&tr->DMA_Ctl) | DMA_IntMask, &tr->DMA_Ctl); in tc35815_schedule_restart()
1643 &tr->Int_Src); in tc35815_poll()
1656 tc_writel(tc_readl(&tr->DMA_Ctl) & ~DMA_IntMask, &tr->DMA_Ctl); in tc35815_poll()
2038 tc_writel(0, &tr->MAC_Ctl); in tc35815_chip_reset()
2045 tc_writel(0, &tr->Int_En); in tc35815_chip_reset()
2050 tc_writel(0, &tr->Tx_Ctl); in tc35815_chip_reset()
2051 tc_writel(0, &tr->Rx_Ctl); in tc35815_chip_reset()
[all …]
/openbmc/qemu/hw/input/
H A Dtsc210x.c93 int tr[8]; member
145 ((s->y * s->tr[0] - s->x * s->tr[1]) / s->tr[2] + s->tr[3])
147 ((s->y * s->tr[4] - s->x * s->tr[5]) / s->tr[6] + s->tr[7])
1078 s->tr[0] = 0; in tsc210x_init()
1079 s->tr[1] = 1; in tsc210x_init()
1080 s->tr[2] = 1; in tsc210x_init()
1081 s->tr[3] = 0; in tsc210x_init()
1082 s->tr[4] = 1; in tsc210x_init()
1083 s->tr[5] = 0; in tsc210x_init()
1084 s->tr[6] = 1; in tsc210x_init()
[all …]
/openbmc/hiomapd/Documentation/
H A Dprotocol.md415 <tr>
418 <tr>
437 <tr>
440 <tr>
459 <tr>
462 <tr>
492 <tr>
495 <tr>
518 <tr>
521 <tr>
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dinfo_panel.js50 let tr = document.createElement("tr");
53 t.appendChild(tr);
54 tr.appendChild(td);
60 let tr = document.createElement("tr");
65 tr.appendChild(td);
67 t.appendChild(tr);
80 let tr = document.createElement("tr");
87 tr.appendChild(td);
89 t.appendChild(tr);
/openbmc/openbmc/meta-security/recipes-compliance/lynis/files/
H A D0001-osdetection-add-OpenEmbedded-and-Poky.patch23 … OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
28 … OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
29 … OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
35 … OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
36 … OS_VERSION_FULL=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
42 … OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
43 … OS_VERSION_FULL=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c442 (tr->old_limit - tr->b->threshold_limit); in threshold_restart_bank()
454 if (tr->set_lvt_off) { in threshold_restart_bank()
455 if (lvt_off_valid(tr->b, tr->lvt_off, lo, hi)) { in threshold_restart_bank()
843 struct thresh_restart tr; in log_and_reset_block() local
859 memset(&tr, 0, sizeof(tr)); in log_and_reset_block()
860 tr.b = block; in log_and_reset_block()
921 struct thresh_restart tr; in SHOW_FIELDS() local
932 memset(&tr, 0, sizeof(tr)); in SHOW_FIELDS()
933 tr.b = b; in SHOW_FIELDS()
955 memset(&tr, 0, sizeof(tr)); in store_threshold_limit()
[all …]
/openbmc/linux/tools/power/cpupower/utils/
H A Dversion-gen.sh26 eval $(grep '^VERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
27 eval $(grep '^PATCHLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ')
28 eval $(grep '^SUBLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ')
29 eval $(grep '^EXTRAVERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
/openbmc/linux/io_uring/
H A Dtimeout.c432 tr->ltimeout = false; in io_timeout_remove_prep()
433 tr->addr = READ_ONCE(sqe->addr); in io_timeout_remove_prep()
434 tr->flags = READ_ONCE(sqe->timeout_flags); in io_timeout_remove_prep()
438 if (tr->flags & IORING_LINK_TIMEOUT_UPDATE) in io_timeout_remove_prep()
439 tr->ltimeout = true; in io_timeout_remove_prep()
444 if (tr->ts.tv_sec < 0 || tr->ts.tv_nsec < 0) in io_timeout_remove_prep()
446 } else if (tr->flags) { in io_timeout_remove_prep()
469 if (!(tr->flags & IORING_TIMEOUT_UPDATE)) { in io_timeout_remove()
479 if (tr->ltimeout) in io_timeout_remove()
480 ret = io_linked_timeout_update(ctx, tr->addr, &tr->ts, mode); in io_timeout_remove()
[all …]
/openbmc/google-misc/subprojects/ncsid/doc/
H A Dncsid_arch.dot8 <tr>
11 </tr>
12 <tr><td bgcolor="lightblue" colspan="3">ncsi::StateMachine</td></tr>
13 <tr>
17 </tr>
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch32 + TestResult *tr;
46 + tr = (TestResult *)obj;
48 + types[tr->rtype], basename(tr->file), tr->tcname, tr->tname, tr->msg);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c264 void *tr; in mipi_dbi_fb_dirty() local
272 tr = dbidev->tx_buf; in mipi_dbi_fb_dirty()
880 tr.len = 9; in mipi_dbi_spi1e_transfer()
996 tr.tx_buf = dst16; in mipi_dbi_spi1_transfer()
1019 tr.len = chunk * 2; in mipi_dbi_spi1_transfer()
1074 spi_message_init_with_transfers(&m, tr, ARRAY_SIZE(tr)); in mipi_dbi_typec1_command_read()
1135 tr[1].len = len + 1; in mipi_dbi_typec3_command_read()
1142 tr[1].rx_buf = buf; in mipi_dbi_typec3_command_read()
1147 spi_message_init_with_transfers(&m, tr, ARRAY_SIZE(tr)); in mipi_dbi_typec3_command_read()
1312 tr.tx_buf = buf; in mipi_dbi_spi_transfer()
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/
H A Dinit48 PIDTMP=$(pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE))
69 PIDTMP=$(pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE))
96 …if [ -e $PIDFILE ] && pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE) > /dev/null 2>&1 ; then
123 …if [ -e $PIDFILE ] && pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE) > /dev/null 2>&1 ; then
147 kill $(pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE))
/openbmc/linux/drivers/mtd/
H A Dmtdblock_ro.c37 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdblock_add_mtd() argument
48 dev->tr = tr; in mtdblock_add_mtd()
53 tr->name, mtd->name); in mtdblock_add_mtd()
/openbmc/linux/tools/spi/
H A Dspidev_test.c122 struct spi_ioc_transfer tr = { in transfer() local
132 tr.tx_nbits = 8; in transfer()
134 tr.tx_nbits = 4; in transfer()
136 tr.tx_nbits = 2; in transfer()
138 tr.rx_nbits = 8; in transfer()
140 tr.rx_nbits = 4; in transfer()
142 tr.rx_nbits = 2; in transfer()
145 tr.rx_buf = 0; in transfer()
147 tr.tx_buf = 0; in transfer()
150 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c77 x86_stw_phys(cs, sm_state + 0x7e90, env->tr.selector); in do_smm_enter()
78 x86_stq_phys(cs, sm_state + 0x7e98, env->tr.base); in do_smm_enter()
79 x86_stl_phys(cs, sm_state + 0x7e94, env->tr.limit); in do_smm_enter()
126 x86_stl_phys(cs, sm_state + 0x7fc4, env->tr.selector); in do_smm_enter()
127 x86_stl_phys(cs, sm_state + 0x7f64, env->tr.base); in do_smm_enter()
128 x86_stl_phys(cs, sm_state + 0x7f60, env->tr.limit); in do_smm_enter()
217 env->tr.selector = x86_lduw_phys(cs, sm_state + 0x7e90); in helper_rsm()
218 env->tr.base = x86_ldq_phys(cs, sm_state + 0x7e98); in helper_rsm()
219 env->tr.limit = x86_ldl_phys(cs, sm_state + 0x7e94); in helper_rsm()
275 env->tr.base = x86_ldl_phys(cs, sm_state + 0x7f64); in helper_rsm()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css224 tr, selector
2269 .table > thead > tr > th,
2270 .table > tbody > tr > th,
2271 .table > tfoot > tr > th,
2272 .table > thead > tr > td,
3485 tr.collapse.in {
6580 tr.visible-xs {
6610 tr.visible-sm {
6640 tr.visible-md {
6670 tr.visible-lg {
[all …]

12345678910>>...17