Searched refs:tracers (Results 1 – 14 of 14) sorted by relevance
4 Subject: [PATCH] tracers: Fix buffer overflow7 | ../../../git/plugins/tracers/gstcpuusagecompute.c:106:9: error: 'fscanf' may overflow; destinatio…15 plugins/tracers/gstcpuusagecompute.c | 2 +-18 diff --git a/plugins/tracers/gstcpuusagecompute.c b/plugins/tracers/gstcpuusagecompute.c20 --- a/plugins/tracers/gstcpuusagecompute.c21 +++ b/plugins/tracers/gstcpuusagecompute.c
52 echo $(grep_include -F 'trace/generated-tracers.h') files include generated-tracers.h91 echo trace/generated-tracers.h:92 analyze -include ../include/qemu/osdep.h trace/generated-tracers.h
927 char **tracers; in show_available() local931 tracers = tracefs_tracers(NULL); in show_available()932 for (i = 0; tracers && tracers[i]; i++) { in show_available()933 if (is_relevant_tracer(tracers[i])) in show_available()937 if (!tracers) { in show_available()944 tracefs_list_free(tracers); in show_available()949 for (i = 0; tracers[i]; i++) { in show_available()950 if (is_relevant_tracer(tracers[i])) in show_available()951 printf("%s\n", tracers[i]); in show_available()953 tracefs_list_free(tracers); in show_available()[all …]
19 file://0001-tracers-Fix-buffer-overflow.patch \
151 # enabled by all tracers (context switch and event tracer) they select TRACING.561 or irq latency tracers are enabled, as those need to swap as well624 Selected by tracers that will trace the likely and unlikely625 conditions. This prevents the tracers themselves from being811 to be shared between multiple tracers. It isn't meant to be813 selected by tracers that use it.1014 tracers of ftrace.1106 tristate "Test module to create a preempt / IRQ disable delay thread to test latency tracers"1110 tracers by executing a preempt or irq disable section with a user
103 This holds the different types of tracers that105 tracers listed here can be configured by166 Some of the tracers record the max latency.178 Some latency tracers will record a trace whenever the233 This influences the tracers "function" and "function_graph"651 Certain tracers may change the timestamp mode used when762 Here is the list of current tracers that may be configured.844 tracers from tracing simply echo "nop" into882 Here are typical examples of using the tracers when controlling932 tracers is set, the trace file gives somewhat more information to see[all …]
246 several tracers for different purpose at once. For example, one tracer
143 check_requires() { # Check required files and tracers
93 str scno, [tsk, #TI_ABI_SYSCALL] @ make sure tracers see update
453 Coresight tracers are represented using the Perf framework's Performance467 Regardless of the number of tracers available in a system (usually equal to the631 Using the System Trace Macrocell module is the same as the tracers - the only
1193 this encompasses several related tracers along with the1231 --- some relate directly to the tracers themselves, others are used to set1238 We'll start by looking at some of the available built-in tracers.1240 The ``available_tracers`` file lists the set of available tracers::1254 Writing one of the available tracers into ``current_tracer`` makes the1661 they form a central point of integration for the various tracers1667 Eventually all the special-purpose tracers currently available in1669 equivalent tracers based on the "trace events" subsystem.
950 or one. NMIs, irqs, and tracers are counted by the
[all...]