Searched refs:tr (Results 76 - 100 of 205) sorted by relevance

123456789

/linux-master/kernel/trace/
H A Dtrace_events_hist.c801 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) argument
806 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text,
867 struct trace_array *tr = hist_data->event_file->tr; local
871 if (hist_data->attrs->ts_in_usecs && trace_clock_in_ns(tr))
958 struct trace_array *tr = hist_data->event_file->tr; local
962 list_for_each_entry(var_data, &tr->hist_vars, list) {
1007 struct trace_array *tr = hist_data->event_file->tr; local
1062 struct trace_array *tr = hist_data->event_file->tr; local
1086 struct trace_array *tr = hist_data->event_file->tr; local
1147 find_var_file(struct trace_array *tr, char *system, char *event_name, char *var_name) argument
1202 struct trace_array *tr = hist_data->event_file->tr; local
1237 struct trace_array *tr = hist_data->event_file->tr; local
1459 parse_assignment(struct trace_array *tr, char *str, struct hist_trigger_attrs *attrs) argument
1530 parse_hist_trigger_attrs(struct trace_array *tr, char *trigger_str) argument
2275 struct trace_array *tr = hist_data->event_file->tr; local
2299 struct trace_array *tr = file->tr; local
2425 struct trace_array *tr = hist_data->event_file->tr; local
2613 check_expr_operands(struct trace_array *tr, struct hist_field *operand1, struct hist_field *operand2, struct hist_field **var1, struct hist_field **var2) argument
2912 event_file(struct trace_array *tr, char *system, char *event_name) argument
2974 struct trace_array *tr = target_hist_data->event_file->tr; local
3234 struct trace_array *tr = file->tr; local
3382 cond_snapshot_update(struct trace_array *tr, void *cond_data) argument
3481 cond_snapshot_update(struct trace_array *tr, void *cond_data) argument
3592 struct trace_array *tr = file->tr; local
3637 parse_action_params(struct trace_array *tr, char *params, struct action_data *data) argument
3684 action_parse(struct trace_array *tr, char *str, struct action_data *data, enum handler_id handler) argument
3901 struct trace_array *tr = hist_data->event_file->tr; local
3977 struct trace_array *tr = hist_data->event_file->tr; local
4092 struct trace_array *tr = file->tr; local
4157 onmatch_parse(struct trace_array *tr, char *str) argument
4401 struct trace_array *tr = hist_data->event_file->tr; local
4479 struct trace_array *tr = hist_data->event_file->tr; local
4600 struct trace_array *tr = hist_data->event_file->tr; local
4678 is_descending(struct trace_array *tr, const char *str) argument
4696 struct trace_array *tr = hist_data->event_file->tr; local
4800 struct trace_array *tr = hist_data->event_file->tr; local
6320 struct trace_array *tr = file->tr; local
[all...]
H A Dtrace_events_trigger.c495 * @tr: The trace array to clear
507 clear_event_triggers(struct trace_array *tr) argument
511 list_for_each_entry(file, &tr->events, list) {
1087 ret = create_event_filter(file->tr, file->event_call,
1289 if (tracer_tracing_is_on(file->tr))
1292 tracer_tracing_on(file->tr);
1310 if (tracer_tracing_is_on(file->tr))
1324 tracer_tracing_on(file->tr);
1337 if (!tracer_tracing_is_on(file->tr))
1340 tracer_tracing_off(file->tr);
1770 struct trace_array *tr = file->tr; local
[all...]
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl117 echo "$1" |tr '[[:lower:]]' '[[:upper:]]' \
123 local abis=$(echo "($1)" | tr ',' '|')
156 local abis=$(echo "($1)" | tr ',' '|')
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py80 return next((tr for tr in self._testsuite if tr.test_id == test_id), None)
/linux-master/tools/testing/selftests/intel_pstate/
H A Drun.sh85 _mkt_freq=$(echo $_mkt_freq | tr -d [:alpha:][:punct:])
110 echo "Target Actual Difference MSR(0x199) max_perf_pct" | tr " " "\n" > /tmp/result.tab
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_eventname.tc11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
/linux-master/tools/testing/selftests/net/
H A Dtoeplitz.sh38 tr ' ' '\n' |
65 irqcount=$(cat "$i/per_cpu_count" | tr -d '0,')
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_invalid_nested_guest_state.c90 sregs.tr.unusable = 1;
H A Dvmx_exception_with_invalid_guest_state.c62 sregs.tr.unusable = !!set;
/linux-master/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c118 int id, tr, ret = 0; local
123 ret = ti_bandgap_get_trend(bgp, id, &tr);
127 if (tr > 0)
129 else if (tr < 0)
/linux-master/tools/perf/
H A Dperf-archive.sh47 TAR_CONTENTS=`tar tvf "$TARGET" | tr -s " " | cut -d " " -f 6`
54 INTERSECT=`comm -12 <(ls) <(echo "$TAR_CONTENTS") | tr "\n" " "` # check for overwriting
H A Dbuiltin-sched.c267 struct thread_runtime tr; member in struct:idle_thread_runtime
938 struct thread_runtime *tr; local
940 tr = thread__priv(thread);
941 if (tr == NULL) {
942 tr = thread__init_runtime(thread);
943 if (tr == NULL)
947 return tr;
1546 struct thread_runtime *tr; local
1589 tr = thread__get_runtime(sched_in);
1590 if (tr
1782 struct thread_runtime *tr; local
2018 struct thread_runtime *tr = thread__priv(thread); local
2439 struct thread_runtime *tr = NULL; local
2523 struct thread_runtime *tr = NULL; local
2553 struct thread_runtime *tr = NULL; local
[all...]
/linux-master/tools/perf/trace/beauty/
H A Darch_errno_names.sh15 echo "$1" |sed -e 'y/- /__/' |tr '[[:upper:]]' '[[:lower:]]'
/linux-master/scripts/
H A DMakefile.vmlinux_o82 tr '\0' '\n' < $< | \
84 tr ' ' '\n' | uniq | sed -e 's:^:kernel/:' -e 's/$$/.ko/' > $@
H A Ddecodecode141 opcode=$(echo $opcode | tr ' ' '\n' | tac | tr -d '\n')
/linux-master/tools/perf/tests/shell/
H A Dstat+csv_output.sh58 x=$(echo $line | tr -d -c $csv_sep)
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c149 input->vp_context.tr.selector = GDT_ENTRY_TSS * 8;
150 input->vp_context.tr.base = hv_vtl_system_desc_base(tss);
151 input->vp_context.tr.limit = hv_vtl_system_desc_limit(tss);
152 input->vp_context.tr.attributes = 0x8b;
/linux-master/arch/powerpc/platforms/4xx/
H A Duic.c126 u32 tr, pr, mask; local
152 tr = mfdcr(uic->dcrbase + UIC_TR);
154 tr = (tr & mask) | (trigger << (31-src));
158 mtdcr(uic->dcrbase + UIC_TR, tr);
/linux-master/drivers/rtc/
H A Drtc-stm32.c100 u16 tr; member in struct:stm32_rtc_registers
277 unsigned int tr, dr; local
280 tr = readl_relaxed(rtc->base + regs->tr);
283 tm->tm_sec = (tr & STM32_RTC_TR_SEC) >> STM32_RTC_TR_SEC_SHIFT;
284 tm->tm_min = (tr & STM32_RTC_TR_MIN) >> STM32_RTC_TR_MIN_SHIFT;
285 tm->tm_hour = (tr & STM32_RTC_TR_HOUR) >> STM32_RTC_TR_HOUR_SHIFT;
303 unsigned int tr, dr; local
309 tr = ((tm->tm_sec << STM32_RTC_TR_SEC_SHIFT) & STM32_RTC_TR_SEC) |
327 writel_relaxed(tr, rt
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dconfig2csv.sh24 defaultconfigs="`tr '\012' ' ' < CFLIST`"
45 tr -s ' ' '\012' < $i.boot | grep -v '^#' >> $T/p
/linux-master/arch/x86/kvm/
H A Dsmm.h42 struct kvm_smm_seg_state_32 tr; member in struct:kvm_smram_state_32
89 struct kvm_smm_seg_state_64 tr; member in struct:kvm_smram_state_64
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xsk.sh111 VETH0_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
113 VETH1_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
/linux-master/arch/sh/include/asm/
H A Dptrace.h59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
/linux-master/tools/testing/selftests/net/forwarding/
H A Dethtool_lib.sh45 tr -s ' ')
/linux-master/drivers/mtd/
H A Dmtdblock.c266 mbd->tr->name, mbd->mtd->name);
317 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) argument
328 dev->mbd.tr = tr;

Completed in 269 milliseconds

123456789