diff options
130 files changed, 8926 insertions, 2919 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index b1eb661e6302..9632444f6c62 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile | |||
@@ -13,7 +13,8 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \ | |||
13 | gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ | 13 | gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ |
14 | genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ | 14 | genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ |
15 | mac80211.xml debugobjects.xml sh.xml regulator.xml \ | 15 | mac80211.xml debugobjects.xml sh.xml regulator.xml \ |
16 | alsa-driver-api.xml writing-an-alsa-driver.xml | 16 | alsa-driver-api.xml writing-an-alsa-driver.xml \ |
17 | tracepoint.xml | ||
17 | 18 | ||
18 | ### | 19 | ### |
19 | # The build process is as follows (targets): | 20 | # The build process is as follows (targets): |
diff --git a/Documentation/DocBook/tracepoint.tmpl b/Documentation/DocBook/tracepoint.tmpl new file mode 100644 index 000000000000..b0756d0fd579 --- /dev/null +++ b/Documentation/DocBook/tracepoint.tmpl | |||
@@ -0,0 +1,89 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" | ||
3 | "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []> | ||
4 | |||
5 | <book id="Tracepoints"> | ||
6 | <bookinfo> | ||
7 | <title>The Linux Kernel Tracepoint API</title> | ||
8 | |||
9 | <authorgroup> | ||
10 | <author> | ||
11 | <firstname>Jason</firstname> | ||
12 | <surname>Baron</surname> | ||
13 | <affiliation> | ||
14 | <address> | ||
15 | <email>jbaron@redhat.com</email> | ||
16 | </address> | ||
17 | </affiliation> | ||
18 | </author> | ||
19 | </authorgroup> | ||
20 | |||
21 | <legalnotice> | ||
22 | <para> | ||
23 | This documentation is free software; you can redistribute | ||
24 | it and/or modify it under the terms of the GNU General Public | ||
25 | License as published by the Free Software Foundation; either | ||
26 | version 2 of the License, or (at your option) any later | ||
27 | version. | ||
28 | </para> | ||
29 | |||
30 | <para> | ||
31 | This program is distributed in the hope that it will be | ||
32 | useful, but WITHOUT ANY WARRANTY; without even the implied | ||
33 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
34 | See the GNU General Public License for more details. | ||
35 | </para> | ||
36 | |||
37 | <para> | ||
38 | You should have received a copy of the GNU General Public | ||
39 | License along with this program; if not, write to the Free | ||
40 | Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
41 | MA 02111-1307 USA | ||
42 | </para> | ||
43 | |||
44 | <para> | ||
45 | For more details see the file COPYING in the source | ||
46 | distribution of Linux. | ||
47 | </para> | ||
48 | </legalnotice> | ||
49 | </bookinfo> | ||
50 | |||
51 | <toc></toc> | ||
52 | <chapter id="intro"> | ||
53 | <title>Introduction</title> | ||
54 | <para> | ||
55 | Tracepoints are static probe points that are located in strategic points | ||
56 | throughout the kernel. 'Probes' register/unregister with tracepoints | ||
57 | via a callback mechanism. The 'probes' are strictly typed functions that | ||
58 | are passed a unique set of parameters defined by each tracepoint. | ||
59 | </para> | ||
60 | |||
61 | <para> | ||
62 | From this simple callback mechanism, 'probes' can be used to profile, debug, | ||
63 | and understand kernel behavior. There are a number of tools that provide a | ||
64 | framework for using 'probes'. These tools include Systemtap, ftrace, and | ||
65 | LTTng. | ||
66 | </para> | ||
67 | |||
68 | <para> | ||
69 | Tracepoints are defined in a number of header files via various macros. Thus, | ||
70 | the purpose of this document is to provide a clear accounting of the available | ||
71 | tracepoints. The intention is to understand not only what tracepoints are | ||
72 | available but also to understand where future tracepoints might be added. | ||
73 | </para> | ||
74 | |||
75 | <para> | ||
76 | The API presented has functions of the form: | ||
77 | <function>trace_tracepointname(function parameters)</function>. These are the | ||
78 | tracepoints callbacks that are found throughout the code. Registering and | ||
79 | unregistering probes with these callback sites is covered in the | ||
80 | <filename>Documentation/trace/*</filename> directory. | ||
81 | </para> | ||
82 | </chapter> | ||
83 | |||
84 | <chapter id="irq"> | ||
85 | <title>IRQ</title> | ||
86 | !Iinclude/trace/events/irq.h | ||
87 | </chapter> | ||
88 | |||
89 | </book> | ||
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index f08e2bebb186..4a3c2209a124 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -56,7 +56,6 @@ parameter is applicable: | |||
56 | ISAPNP ISA PnP code is enabled. | 56 | ISAPNP ISA PnP code is enabled. |
57 | ISDN Appropriate ISDN support is enabled. | 57 | ISDN Appropriate ISDN support is enabled. |
58 | JOY Appropriate joystick support is enabled. | 58 | JOY Appropriate joystick support is enabled. |
59 | KMEMTRACE kmemtrace is enabled. | ||
60 | LIBATA Libata driver is enabled | 59 | LIBATA Libata driver is enabled |
61 | LP Printer support is enabled. | 60 | LP Printer support is enabled. |
62 | LOOP Loopback device support is enabled. | 61 | LOOP Loopback device support is enabled. |
@@ -754,12 +753,25 @@ and is between 256 and 4096 characters. It is defined in the file | |||
754 | ia64_pal_cache_flush instead of SAL_CACHE_FLUSH. | 753 | ia64_pal_cache_flush instead of SAL_CACHE_FLUSH. |
755 | 754 | ||
756 | ftrace=[tracer] | 755 | ftrace=[tracer] |
757 | [ftrace] will set and start the specified tracer | 756 | [FTRACE] will set and start the specified tracer |
758 | as early as possible in order to facilitate early | 757 | as early as possible in order to facilitate early |
759 | boot debugging. | 758 | boot debugging. |
760 | 759 | ||
761 | ftrace_dump_on_oops | 760 | ftrace_dump_on_oops |
762 | [ftrace] will dump the trace buffers on oops. | 761 | [FTRACE] will dump the trace buffers on oops. |
762 | |||
763 | ftrace_filter=[function-list] | ||
764 | [FTRACE] Limit the functions traced by the function | ||
765 | tracer at boot up. function-list is a comma separated | ||
766 | list of functions. This list can be changed at run | ||
767 | time by the set_ftrace_filter file in the debugfs | ||
768 | tracing directory. | ||
769 | |||
770 | ftrace_notrace=[function-list] | ||
771 | [FTRACE] Do not trace the functions specified in | ||
772 | function-list. This list can be changed at run time | ||
773 | by the set_ftrace_notrace file in the debugfs | ||
774 | tracing directory. | ||
763 | 775 | ||
764 | gamecon.map[2|3]= | 776 | gamecon.map[2|3]= |
765 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad | 777 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad |
@@ -1056,15 +1068,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1056 | use the HighMem zone if it exists, and the Normal | 1068 | use the HighMem zone if it exists, and the Normal |
1057 | zone if it does not. | 1069 | zone if it does not. |
1058 | 1070 | ||
1059 | kmemtrace.enable= [KNL,KMEMTRACE] Format: { yes | no } | ||
1060 | Controls whether kmemtrace is enabled | ||
1061 | at boot-time. | ||
1062 | |||
1063 | kmemtrace.subbufs=n [KNL,KMEMTRACE] Overrides the number of | ||
1064 | subbufs kmemtrace's relay channel has. Set this | ||
1065 | higher than default (KMEMTRACE_N_SUBBUFS in code) if | ||
1066 | you experience buffer overruns. | ||
1067 | |||
1068 | kgdboc= [HW] kgdb over consoles. | 1071 | kgdboc= [HW] kgdb over consoles. |
1069 | Requires a tty driver that supports console polling. | 1072 | Requires a tty driver that supports console polling. |
1070 | (only serial suported for now) | 1073 | (only serial suported for now) |
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt new file mode 100644 index 000000000000..f157d7594ea7 --- /dev/null +++ b/Documentation/trace/events.txt | |||
@@ -0,0 +1,90 @@ | |||
1 | Event Tracing | ||
2 | |||
3 | Documentation written by Theodore Ts'o | ||
4 | Updated by Li Zefan | ||
5 | |||
6 | 1. Introduction | ||
7 | =============== | ||
8 | |||
9 | Tracepoints (see Documentation/trace/tracepoints.txt) can be used | ||
10 | without creating custom kernel modules to register probe functions | ||
11 | using the event tracing infrastructure. | ||
12 | |||
13 | Not all tracepoints can be traced using the event tracing system; | ||
14 | the kernel developer must provide code snippets which define how the | ||
15 | tracing information is saved into the tracing buffer, and how the | ||
16 | tracing information should be printed. | ||
17 | |||
18 | 2. Using Event Tracing | ||
19 | ====================== | ||
20 | |||
21 | 2.1 Via the 'set_event' interface | ||
22 | --------------------------------- | ||
23 | |||
24 | The events which are available for tracing can be found in the file | ||
25 | /debug/tracing/available_events. | ||
26 | |||
27 | To enable a particular event, such as 'sched_wakeup', simply echo it | ||
28 | to /debug/tracing/set_event. For example: | ||
29 | |||
30 | # echo sched_wakeup >> /debug/tracing/set_event | ||
31 | |||
32 | [ Note: '>>' is necessary, otherwise it will firstly disable | ||
33 | all the events. ] | ||
34 | |||
35 | To disable an event, echo the event name to the set_event file prefixed | ||
36 | with an exclamation point: | ||
37 | |||
38 | # echo '!sched_wakeup' >> /debug/tracing/set_event | ||
39 | |||
40 | To disable all events, echo an empty line to the set_event file: | ||
41 | |||
42 | # echo > /debug/tracing/set_event | ||
43 | |||
44 | To enable all events, echo '*:*' or '*:' to the set_event file: | ||
45 | |||
46 | # echo *:* > /debug/tracing/set_event | ||
47 | |||
48 | The events are organized into subsystems, such as ext4, irq, sched, | ||
49 | etc., and a full event name looks like this: <subsystem>:<event>. The | ||
50 | subsystem name is optional, but it is displayed in the available_events | ||
51 | file. All of the events in a subsystem can be specified via the syntax | ||
52 | "<subsystem>:*"; for example, to enable all irq events, you can use the | ||
53 | command: | ||
54 | |||
55 | # echo 'irq:*' > /debug/tracing/set_event | ||
56 | |||
57 | 2.2 Via the 'enable' toggle | ||
58 | --------------------------- | ||
59 | |||
60 | The events available are also listed in /debug/tracing/events/ hierarchy | ||
61 | of directories. | ||
62 | |||
63 | To enable event 'sched_wakeup': | ||
64 | |||
65 | # echo 1 > /debug/tracing/events/sched/sched_wakeup/enable | ||
66 | |||
67 | To disable it: | ||
68 | |||
69 | # echo 0 > /debug/tracing/events/sched/sched_wakeup/enable | ||
70 | |||
71 | To enable all events in sched subsystem: | ||
72 | |||
73 | # echo 1 > /debug/tracing/events/sched/enable | ||
74 | |||
75 | To eanble all events: | ||
76 | |||
77 | # echo 1 > /debug/tracing/events/enable | ||
78 | |||
79 | When reading one of these enable files, there are four results: | ||
80 | |||
81 | 0 - all events this file affects are disabled | ||
82 | 1 - all events this file affects are enabled | ||
83 | X - there is a mixture of events enabled and disabled | ||
84 | ? - this file does not affect any event | ||
85 | |||
86 | 3. Defining an event-enabled tracepoint | ||
87 | ======================================= | ||
88 | |||
89 | See The example provided in samples/trace_events | ||
90 | |||
diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt index e362f50c496f..2a82d8602944 100644 --- a/Documentation/trace/ftrace.txt +++ b/Documentation/trace/ftrace.txt | |||
@@ -179,7 +179,7 @@ Here is the list of current tracers that may be configured. | |||
179 | 179 | ||
180 | Function call tracer to trace all kernel functions. | 180 | Function call tracer to trace all kernel functions. |
181 | 181 | ||
182 | "function_graph_tracer" | 182 | "function_graph" |
183 | 183 | ||
184 | Similar to the function tracer except that the | 184 | Similar to the function tracer except that the |
185 | function tracer probes the functions on their entry | 185 | function tracer probes the functions on their entry |
diff --git a/Documentation/trace/power.txt b/Documentation/trace/power.txt new file mode 100644 index 000000000000..cd805e16dc27 --- /dev/null +++ b/Documentation/trace/power.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | The power tracer collects detailed information about C-state and P-state | ||
2 | transitions, instead of just looking at the high-level "average" | ||
3 | information. | ||
4 | |||
5 | There is a helper script found in scrips/tracing/power.pl in the kernel | ||
6 | sources which can be used to parse this information and create a | ||
7 | Scalable Vector Graphics (SVG) picture from the trace data. | ||
8 | |||
9 | To use this tracer: | ||
10 | |||
11 | echo 0 > /sys/kernel/debug/tracing/tracing_enabled | ||
12 | echo power > /sys/kernel/debug/tracing/current_tracer | ||
13 | echo 1 > /sys/kernel/debug/tracing/tracing_enabled | ||
14 | sleep 1 | ||
15 | echo 0 > /sys/kernel/debug/tracing/tracing_enabled | ||
16 | cat /sys/kernel/debug/tracing/trace | \ | ||
17 | perl scripts/tracing/power.pl > out.sv | ||
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 33fac6bbe1c2..d105f29bb6bb 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -174,6 +174,15 @@ config IOMMU_LEAK | |||
174 | Add a simple leak tracer to the IOMMU code. This is useful when you | 174 | Add a simple leak tracer to the IOMMU code. This is useful when you |
175 | are debugging a buggy device driver that leaks IOMMU mappings. | 175 | are debugging a buggy device driver that leaks IOMMU mappings. |
176 | 176 | ||
177 | config X86_DS_SELFTEST | ||
178 | bool "DS selftest" | ||
179 | default y | ||
180 | depends on DEBUG_KERNEL | ||
181 | depends on X86_DS | ||
182 | ---help--- | ||
183 | Perform Debug Store selftests at boot time. | ||
184 | If in doubt, say "N". | ||
185 | |||
177 | config HAVE_MMIOTRACE_SUPPORT | 186 | config HAVE_MMIOTRACE_SUPPORT |
178 | def_bool y | 187 | def_bool y |
179 | 188 | ||
diff --git a/arch/x86/include/asm/ds.h b/arch/x86/include/asm/ds.h index a8f672ba100c..70dac199b093 100644 --- a/arch/x86/include/asm/ds.h +++ b/arch/x86/include/asm/ds.h | |||
@@ -15,8 +15,8 @@ | |||
15 | * - buffer allocation (memory accounting) | 15 | * - buffer allocation (memory accounting) |
16 | * | 16 | * |
17 | * | 17 | * |
18 | * Copyright (C) 2007-2008 Intel Corporation. | 18 | * Copyright (C) 2007-2009 Intel Corporation. |
19 | * Markus Metzger <markus.t.metzger@intel.com>, 2007-2008 | 19 | * Markus Metzger <markus.t.metzger@intel.com>, 2007-2009 |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef _ASM_X86_DS_H | 22 | #ifndef _ASM_X86_DS_H |
@@ -83,8 +83,10 @@ enum ds_feature { | |||
83 | * The interrupt threshold is independent from the overflow callback | 83 | * The interrupt threshold is independent from the overflow callback |
84 | * to allow users to use their own overflow interrupt handling mechanism. | 84 | * to allow users to use their own overflow interrupt handling mechanism. |
85 | * | 85 | * |
86 | * task: the task to request recording for; | 86 | * The function might sleep. |
87 | * NULL for per-cpu recording on the current cpu | 87 | * |
88 | * task: the task to request recording for | ||
89 | * cpu: the cpu to request recording for | ||
88 | * base: the base pointer for the (non-pageable) buffer; | 90 | * base: the base pointer for the (non-pageable) buffer; |
89 | * size: the size of the provided buffer in bytes | 91 | * size: the size of the provided buffer in bytes |
90 | * ovfl: pointer to a function to be called on buffer overflow; | 92 | * ovfl: pointer to a function to be called on buffer overflow; |
@@ -93,19 +95,28 @@ enum ds_feature { | |||
93 | * -1 if no interrupt threshold is requested. | 95 | * -1 if no interrupt threshold is requested. |
94 | * flags: a bit-mask of the above flags | 96 | * flags: a bit-mask of the above flags |
95 | */ | 97 | */ |
96 | extern struct bts_tracer *ds_request_bts(struct task_struct *task, | 98 | extern struct bts_tracer *ds_request_bts_task(struct task_struct *task, |
97 | void *base, size_t size, | 99 | void *base, size_t size, |
98 | bts_ovfl_callback_t ovfl, | 100 | bts_ovfl_callback_t ovfl, |
99 | size_t th, unsigned int flags); | 101 | size_t th, unsigned int flags); |
100 | extern struct pebs_tracer *ds_request_pebs(struct task_struct *task, | 102 | extern struct bts_tracer *ds_request_bts_cpu(int cpu, void *base, size_t size, |
101 | void *base, size_t size, | 103 | bts_ovfl_callback_t ovfl, |
102 | pebs_ovfl_callback_t ovfl, | 104 | size_t th, unsigned int flags); |
103 | size_t th, unsigned int flags); | 105 | extern struct pebs_tracer *ds_request_pebs_task(struct task_struct *task, |
106 | void *base, size_t size, | ||
107 | pebs_ovfl_callback_t ovfl, | ||
108 | size_t th, unsigned int flags); | ||
109 | extern struct pebs_tracer *ds_request_pebs_cpu(int cpu, | ||
110 | void *base, size_t size, | ||
111 | pebs_ovfl_callback_t ovfl, | ||
112 | size_t th, unsigned int flags); | ||
104 | 113 | ||
105 | /* | 114 | /* |
106 | * Release BTS or PEBS resources | 115 | * Release BTS or PEBS resources |
107 | * Suspend and resume BTS or PEBS tracing | 116 | * Suspend and resume BTS or PEBS tracing |
108 | * | 117 | * |
118 | * Must be called with irq's enabled. | ||
119 | * | ||
109 | * tracer: the tracer handle returned from ds_request_~() | 120 | * tracer: the tracer handle returned from ds_request_~() |
110 | */ | 121 | */ |
111 | extern void ds_release_bts(struct bts_tracer *tracer); | 122 | extern void ds_release_bts(struct bts_tracer *tracer); |
@@ -115,6 +126,28 @@ extern void ds_release_pebs(struct pebs_tracer *tracer); | |||
115 | extern void ds_suspend_pebs(struct pebs_tracer *tracer); | 126 | extern void ds_suspend_pebs(struct pebs_tracer *tracer); |
116 | extern void ds_resume_pebs(struct pebs_tracer *tracer); | 127 | extern void ds_resume_pebs(struct pebs_tracer *tracer); |
117 | 128 | ||
129 | /* | ||
130 | * Release BTS or PEBS resources | ||
131 | * Suspend and resume BTS or PEBS tracing | ||
132 | * | ||
133 | * Cpu tracers must call this on the traced cpu. | ||
134 | * Task tracers must call ds_release_~_noirq() for themselves. | ||
135 | * | ||
136 | * May be called with irq's disabled. | ||
137 | * | ||
138 | * Returns 0 if successful; | ||
139 | * -EPERM if the cpu tracer does not trace the current cpu. | ||
140 | * -EPERM if the task tracer does not trace itself. | ||
141 | * | ||
142 | * tracer: the tracer handle returned from ds_request_~() | ||
143 | */ | ||
144 | extern int ds_release_bts_noirq(struct bts_tracer *tracer); | ||
145 | extern int ds_suspend_bts_noirq(struct bts_tracer *tracer); | ||
146 | extern int ds_resume_bts_noirq(struct bts_tracer *tracer); | ||
147 | extern int ds_release_pebs_noirq(struct pebs_tracer *tracer); | ||
148 | extern int ds_suspend_pebs_noirq(struct pebs_tracer *tracer); | ||
149 | extern int ds_resume_pebs_noirq(struct pebs_tracer *tracer); | ||
150 | |||
118 | 151 | ||
119 | /* | 152 | /* |
120 | * The raw DS buffer state as it is used for BTS and PEBS recording. | 153 | * The raw DS buffer state as it is used for BTS and PEBS recording. |
@@ -170,9 +203,9 @@ struct bts_struct { | |||
170 | } lbr; | 203 | } lbr; |
171 | /* BTS_TASK_ARRIVES or BTS_TASK_DEPARTS */ | 204 | /* BTS_TASK_ARRIVES or BTS_TASK_DEPARTS */ |
172 | struct { | 205 | struct { |
173 | __u64 jiffies; | 206 | __u64 clock; |
174 | pid_t pid; | 207 | pid_t pid; |
175 | } timestamp; | 208 | } event; |
176 | } variant; | 209 | } variant; |
177 | }; | 210 | }; |
178 | 211 | ||
@@ -201,8 +234,12 @@ struct bts_trace { | |||
201 | struct pebs_trace { | 234 | struct pebs_trace { |
202 | struct ds_trace ds; | 235 | struct ds_trace ds; |
203 | 236 | ||
204 | /* the PEBS reset value */ | 237 | /* the number of valid counters in the below array */ |
205 | unsigned long long reset_value; | 238 | unsigned int counters; |
239 | |||
240 | #define MAX_PEBS_COUNTERS 4 | ||
241 | /* the counter reset value */ | ||
242 | unsigned long long counter_reset[MAX_PEBS_COUNTERS]; | ||
206 | }; | 243 | }; |
207 | 244 | ||
208 | 245 | ||
@@ -237,9 +274,11 @@ extern int ds_reset_pebs(struct pebs_tracer *tracer); | |||
237 | * Returns 0 on success; -Eerrno on error | 274 | * Returns 0 on success; -Eerrno on error |
238 | * | 275 | * |
239 | * tracer: the tracer handle returned from ds_request_pebs() | 276 | * tracer: the tracer handle returned from ds_request_pebs() |
277 | * counter: the index of the counter | ||
240 | * value: the new counter reset value | 278 | * value: the new counter reset value |
241 | */ | 279 | */ |
242 | extern int ds_set_pebs_reset(struct pebs_tracer *tracer, u64 value); | 280 | extern int ds_set_pebs_reset(struct pebs_tracer *tracer, |
281 | unsigned int counter, u64 value); | ||
243 | 282 | ||
244 | /* | 283 | /* |
245 | * Initialization | 284 | * Initialization |
@@ -252,21 +291,12 @@ extern void __cpuinit ds_init_intel(struct cpuinfo_x86 *); | |||
252 | */ | 291 | */ |
253 | extern void ds_switch_to(struct task_struct *prev, struct task_struct *next); | 292 | extern void ds_switch_to(struct task_struct *prev, struct task_struct *next); |
254 | 293 | ||
255 | /* | ||
256 | * Task clone/init and cleanup work | ||
257 | */ | ||
258 | extern void ds_copy_thread(struct task_struct *tsk, struct task_struct *father); | ||
259 | extern void ds_exit_thread(struct task_struct *tsk); | ||
260 | |||
261 | #else /* CONFIG_X86_DS */ | 294 | #else /* CONFIG_X86_DS */ |
262 | 295 | ||
263 | struct cpuinfo_x86; | 296 | struct cpuinfo_x86; |
264 | static inline void __cpuinit ds_init_intel(struct cpuinfo_x86 *ignored) {} | 297 | static inline void __cpuinit ds_init_intel(struct cpuinfo_x86 *ignored) {} |
265 | static inline void ds_switch_to(struct task_struct *prev, | 298 | static inline void ds_switch_to(struct task_struct *prev, |
266 | struct task_struct *next) {} | 299 | struct task_struct *next) {} |
267 | static inline void ds_copy_thread(struct task_struct *tsk, | ||
268 | struct task_struct *father) {} | ||
269 | static inline void ds_exit_thread(struct task_struct *tsk) {} | ||
270 | 300 | ||
271 | #endif /* CONFIG_X86_DS */ | 301 | #endif /* CONFIG_X86_DS */ |
272 | #endif /* _ASM_X86_DS_H */ | 302 | #endif /* _ASM_X86_DS_H */ |
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 87ede2f31bc7..c7768269b1cf 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
@@ -462,14 +462,8 @@ struct thread_struct { | |||
462 | unsigned io_bitmap_max; | 462 | unsigned io_bitmap_max; |
463 | /* MSR_IA32_DEBUGCTLMSR value to switch in if TIF_DEBUGCTLMSR is set. */ | 463 | /* MSR_IA32_DEBUGCTLMSR value to switch in if TIF_DEBUGCTLMSR is set. */ |
464 | unsigned long debugctlmsr; | 464 | unsigned long debugctlmsr; |
465 | #ifdef CONFIG_X86_DS | 465 | /* Debug Store context; see asm/ds.h */ |
466 | /* Debug Store context; see include/asm-x86/ds.h; goes into MSR_IA32_DS_AREA */ | ||
467 | struct ds_context *ds_ctx; | 466 | struct ds_context *ds_ctx; |
468 | #endif /* CONFIG_X86_DS */ | ||
469 | #ifdef CONFIG_X86_PTRACE_BTS | ||
470 | /* the signal to send on a bts buffer overflow */ | ||
471 | unsigned int bts_ovfl_signal; | ||
472 | #endif /* CONFIG_X86_PTRACE_BTS */ | ||
473 | }; | 467 | }; |
474 | 468 | ||
475 | static inline unsigned long native_get_debugreg(int regno) | 469 | static inline unsigned long native_get_debugreg(int regno) |
@@ -797,6 +791,21 @@ static inline unsigned long get_debugctlmsr(void) | |||
797 | return debugctlmsr; | 791 | return debugctlmsr; |
798 | } | 792 | } |
799 | 793 | ||
794 | static inline unsigned long get_debugctlmsr_on_cpu(int cpu) | ||
795 | { | ||
796 | u64 debugctlmsr = 0; | ||
797 | u32 val1, val2; | ||
798 | |||
799 | #ifndef CONFIG_X86_DEBUGCTLMSR | ||
800 | if (boot_cpu_data.x86 < 6) | ||
801 | return 0; | ||
802 | #endif | ||
803 | rdmsr_on_cpu(cpu, MSR_IA32_DEBUGCTLMSR, &val1, &val2); | ||
804 | debugctlmsr = val1 | ((u64)val2 << 32); | ||
805 | |||
806 | return debugctlmsr; | ||
807 | } | ||
808 | |||
800 | static inline void update_debugctlmsr(unsigned long debugctlmsr) | 809 | static inline void update_debugctlmsr(unsigned long debugctlmsr) |
801 | { | 810 | { |
802 | #ifndef CONFIG_X86_DEBUGCTLMSR | 811 | #ifndef CONFIG_X86_DEBUGCTLMSR |
@@ -806,6 +815,18 @@ static inline void update_debugctlmsr(unsigned long debugctlmsr) | |||
806 | wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctlmsr); | 815 | wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctlmsr); |
807 | } | 816 | } |
808 | 817 | ||
818 | static inline void update_debugctlmsr_on_cpu(int cpu, | ||
819 | unsigned long debugctlmsr) | ||
820 | { | ||
821 | #ifndef CONFIG_X86_DEBUGCTLMSR | ||
822 | if (boot_cpu_data.x86 < 6) | ||
823 | return; | ||
824 | #endif | ||
825 | wrmsr_on_cpu(cpu, MSR_IA32_DEBUGCTLMSR, | ||
826 | (u32)((u64)debugctlmsr), | ||
827 | (u32)((u64)debugctlmsr >> 32)); | ||
828 | } | ||
829 | |||
809 | /* | 830 | /* |
810 | * from system description table in BIOS. Mostly for MCA use, but | 831 | * from system description table in BIOS. Mostly for MCA use, but |
811 | * others may find it useful: | 832 | * others may find it useful: |
diff --git a/arch/x86/include/asm/ptrace.h b/arch/x86/include/asm/ptrace.h index 624f133943ed..0f0d908349aa 100644 --- a/arch/x86/include/asm/ptrace.h +++ b/arch/x86/include/asm/ptrace.h | |||
@@ -236,12 +236,11 @@ extern int do_get_thread_area(struct task_struct *p, int idx, | |||
236 | extern int do_set_thread_area(struct task_struct *p, int idx, | 236 | extern int do_set_thread_area(struct task_struct *p, int idx, |
237 | struct user_desc __user *info, int can_allocate); | 237 | struct user_desc __user *info, int can_allocate); |
238 | 238 | ||
239 | extern void x86_ptrace_untrace(struct task_struct *); | 239 | #ifdef CONFIG_X86_PTRACE_BTS |
240 | extern void x86_ptrace_fork(struct task_struct *child, | 240 | extern void ptrace_bts_untrace(struct task_struct *tsk); |
241 | unsigned long clone_flags); | ||
242 | 241 | ||
243 | #define arch_ptrace_untrace(tsk) x86_ptrace_untrace(tsk) | 242 | #define arch_ptrace_untrace(tsk) ptrace_bts_untrace(tsk) |
244 | #define arch_ptrace_fork(child, flags) x86_ptrace_fork(child, flags) | 243 | #endif /* CONFIG_X86_PTRACE_BTS */ |
245 | 244 | ||
246 | #endif /* __KERNEL__ */ | 245 | #endif /* __KERNEL__ */ |
247 | 246 | ||
diff --git a/arch/x86/include/asm/tlbflush.h b/arch/x86/include/asm/tlbflush.h index 16a5c84b0329..a5ecc9c33e92 100644 --- a/arch/x86/include/asm/tlbflush.h +++ b/arch/x86/include/asm/tlbflush.h | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | static inline void __native_flush_tlb(void) | 18 | static inline void __native_flush_tlb(void) |
19 | { | 19 | { |
20 | write_cr3(read_cr3()); | 20 | native_write_cr3(native_read_cr3()); |
21 | } | 21 | } |
22 | 22 | ||
23 | static inline void __native_flush_tlb_global(void) | 23 | static inline void __native_flush_tlb_global(void) |
@@ -32,11 +32,11 @@ static inline void __native_flush_tlb_global(void) | |||
32 | */ | 32 | */ |
33 | raw_local_irq_save(flags); | 33 | raw_local_irq_save(flags); |
34 | 34 | ||
35 | cr4 = read_cr4(); | 35 | cr4 = native_read_cr4(); |
36 | /* clear PGE */ | 36 | /* clear PGE */ |
37 | write_cr4(cr4 & ~X86_CR4_PGE); | 37 | native_write_cr4(cr4 & ~X86_CR4_PGE); |
38 | /* write old PGE again and flush TLBs */ | 38 | /* write old PGE again and flush TLBs */ |
39 | write_cr4(cr4); | 39 | native_write_cr4(cr4); |
40 | 40 | ||
41 | raw_local_irq_restore(flags); | 41 | raw_local_irq_restore(flags); |
42 | } | 42 | } |
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 235f5927bb97..4f78bd682125 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -44,6 +44,7 @@ obj-y += process.o | |||
44 | obj-y += i387.o xsave.o | 44 | obj-y += i387.o xsave.o |
45 | obj-y += ptrace.o | 45 | obj-y += ptrace.o |
46 | obj-$(CONFIG_X86_DS) += ds.o | 46 | obj-$(CONFIG_X86_DS) += ds.o |
47 | obj-$(CONFIG_X86_DS_SELFTEST) += ds_selftest.o | ||
47 | obj-$(CONFIG_X86_32) += tls.o | 48 | obj-$(CONFIG_X86_32) += tls.o |
48 | obj-$(CONFIG_IA32_EMULATION) += tls.o | 49 | obj-$(CONFIG_IA32_EMULATION) += tls.o |
49 | obj-y += step.o | 50 | obj-y += step.o |
diff --git a/arch/x86/kernel/ds.c b/arch/x86/kernel/ds.c index 87b67e3a765a..48bfe1386038 100644 --- a/arch/x86/kernel/ds.c +++ b/arch/x86/kernel/ds.c | |||
@@ -19,45 +19,61 @@ | |||
19 | * Markus Metzger <markus.t.metzger@intel.com>, 2007-2009 | 19 | * Markus Metzger <markus.t.metzger@intel.com>, 2007-2009 |
20 | */ | 20 | */ |
21 | 21 | ||
22 | 22 | #include <linux/kernel.h> | |
23 | #include <asm/ds.h> | ||
24 | |||
25 | #include <linux/errno.h> | ||
26 | #include <linux/string.h> | 23 | #include <linux/string.h> |
27 | #include <linux/slab.h> | 24 | #include <linux/errno.h> |
28 | #include <linux/sched.h> | 25 | #include <linux/sched.h> |
26 | #include <linux/slab.h> | ||
29 | #include <linux/mm.h> | 27 | #include <linux/mm.h> |
30 | #include <linux/kernel.h> | 28 | #include <linux/trace_clock.h> |
29 | |||
30 | #include <asm/ds.h> | ||
31 | 31 | ||
32 | #include "ds_selftest.h" | ||
32 | 33 | ||
33 | /* | 34 | /* |
34 | * The configuration for a particular DS hardware implementation. | 35 | * The configuration for a particular DS hardware implementation: |
35 | */ | 36 | */ |
36 | struct ds_configuration { | 37 | struct ds_configuration { |
37 | /* the name of the configuration */ | 38 | /* The name of the configuration: */ |
38 | const char *name; | 39 | const char *name; |
39 | /* the size of one pointer-typed field in the DS structure and | 40 | |
40 | in the BTS and PEBS buffers in bytes; | 41 | /* The size of pointer-typed fields in DS, BTS, and PEBS: */ |
41 | this covers the first 8 DS fields related to buffer management. */ | 42 | unsigned char sizeof_ptr_field; |
42 | unsigned char sizeof_field; | 43 | |
43 | /* the size of a BTS/PEBS record in bytes */ | 44 | /* The size of a BTS/PEBS record in bytes: */ |
44 | unsigned char sizeof_rec[2]; | 45 | unsigned char sizeof_rec[2]; |
45 | /* a series of bit-masks to control various features indexed | 46 | |
46 | * by enum ds_feature */ | 47 | /* The number of pebs counter reset values in the DS structure. */ |
47 | unsigned long ctl[dsf_ctl_max]; | 48 | unsigned char nr_counter_reset; |
49 | |||
50 | /* Control bit-masks indexed by enum ds_feature: */ | ||
51 | unsigned long ctl[dsf_ctl_max]; | ||
48 | }; | 52 | }; |
49 | static DEFINE_PER_CPU(struct ds_configuration, ds_cfg_array); | 53 | static struct ds_configuration ds_cfg __read_mostly; |
54 | |||
55 | |||
56 | /* Maximal size of a DS configuration: */ | ||
57 | #define MAX_SIZEOF_DS 0x80 | ||
50 | 58 | ||
51 | #define ds_cfg per_cpu(ds_cfg_array, smp_processor_id()) | 59 | /* Maximal size of a BTS record: */ |
60 | #define MAX_SIZEOF_BTS (3 * 8) | ||
52 | 61 | ||
53 | #define MAX_SIZEOF_DS (12 * 8) /* maximal size of a DS configuration */ | 62 | /* BTS and PEBS buffer alignment: */ |
54 | #define MAX_SIZEOF_BTS (3 * 8) /* maximal size of a BTS record */ | 63 | #define DS_ALIGNMENT (1 << 3) |
55 | #define DS_ALIGNMENT (1 << 3) /* BTS and PEBS buffer alignment */ | ||
56 | 64 | ||
57 | #define BTS_CONTROL \ | 65 | /* Number of buffer pointers in DS: */ |
58 | (ds_cfg.ctl[dsf_bts] | ds_cfg.ctl[dsf_bts_kernel] | ds_cfg.ctl[dsf_bts_user] |\ | 66 | #define NUM_DS_PTR_FIELDS 8 |
59 | ds_cfg.ctl[dsf_bts_overflow]) | ||
60 | 67 | ||
68 | /* Size of a pebs reset value in DS: */ | ||
69 | #define PEBS_RESET_FIELD_SIZE 8 | ||
70 | |||
71 | /* Mask of control bits in the DS MSR register: */ | ||
72 | #define BTS_CONTROL \ | ||
73 | ( ds_cfg.ctl[dsf_bts] | \ | ||
74 | ds_cfg.ctl[dsf_bts_kernel] | \ | ||
75 | ds_cfg.ctl[dsf_bts_user] | \ | ||
76 | ds_cfg.ctl[dsf_bts_overflow] ) | ||
61 | 77 | ||
62 | /* | 78 | /* |
63 | * A BTS or PEBS tracer. | 79 | * A BTS or PEBS tracer. |
@@ -66,29 +82,36 @@ static DEFINE_PER_CPU(struct ds_configuration, ds_cfg_array); | |||
66 | * to identify tracers. | 82 | * to identify tracers. |
67 | */ | 83 | */ |
68 | struct ds_tracer { | 84 | struct ds_tracer { |
69 | /* the DS context (partially) owned by this tracer */ | 85 | /* The DS context (partially) owned by this tracer. */ |
70 | struct ds_context *context; | 86 | struct ds_context *context; |
71 | /* the buffer provided on ds_request() and its size in bytes */ | 87 | /* The buffer provided on ds_request() and its size in bytes. */ |
72 | void *buffer; | 88 | void *buffer; |
73 | size_t size; | 89 | size_t size; |
74 | }; | 90 | }; |
75 | 91 | ||
76 | struct bts_tracer { | 92 | struct bts_tracer { |
77 | /* the common DS part */ | 93 | /* The common DS part: */ |
78 | struct ds_tracer ds; | 94 | struct ds_tracer ds; |
79 | /* the trace including the DS configuration */ | 95 | |
80 | struct bts_trace trace; | 96 | /* The trace including the DS configuration: */ |
81 | /* buffer overflow notification function */ | 97 | struct bts_trace trace; |
82 | bts_ovfl_callback_t ovfl; | 98 | |
99 | /* Buffer overflow notification function: */ | ||
100 | bts_ovfl_callback_t ovfl; | ||
101 | |||
102 | /* Active flags affecting trace collection. */ | ||
103 | unsigned int flags; | ||
83 | }; | 104 | }; |
84 | 105 | ||
85 | struct pebs_tracer { | 106 | struct pebs_tracer { |
86 | /* the common DS part */ | 107 | /* The common DS part: */ |
87 | struct ds_tracer ds; | 108 | struct ds_tracer ds; |
88 | /* the trace including the DS configuration */ | 109 | |
89 | struct pebs_trace trace; | 110 | /* The trace including the DS configuration: */ |
90 | /* buffer overflow notification function */ | 111 | struct pebs_trace trace; |
91 | pebs_ovfl_callback_t ovfl; | 112 | |
113 | /* Buffer overflow notification function: */ | ||
114 | pebs_ovfl_callback_t ovfl; | ||
92 | }; | 115 | }; |
93 | 116 | ||
94 | /* | 117 | /* |
@@ -97,6 +120,7 @@ struct pebs_tracer { | |||
97 | * | 120 | * |
98 | * The DS configuration consists of the following fields; different | 121 | * The DS configuration consists of the following fields; different |
99 | * architetures vary in the size of those fields. | 122 | * architetures vary in the size of those fields. |
123 | * | ||
100 | * - double-word aligned base linear address of the BTS buffer | 124 | * - double-word aligned base linear address of the BTS buffer |
101 | * - write pointer into the BTS buffer | 125 | * - write pointer into the BTS buffer |
102 | * - end linear address of the BTS buffer (one byte beyond the end of | 126 | * - end linear address of the BTS buffer (one byte beyond the end of |
@@ -135,21 +159,22 @@ enum ds_field { | |||
135 | }; | 159 | }; |
136 | 160 | ||
137 | enum ds_qualifier { | 161 | enum ds_qualifier { |
138 | ds_bts = 0, | 162 | ds_bts = 0, |
139 | ds_pebs | 163 | ds_pebs |
140 | }; | 164 | }; |
141 | 165 | ||
142 | static inline unsigned long ds_get(const unsigned char *base, | 166 | static inline unsigned long |
143 | enum ds_qualifier qual, enum ds_field field) | 167 | ds_get(const unsigned char *base, enum ds_qualifier qual, enum ds_field field) |
144 | { | 168 | { |
145 | base += (ds_cfg.sizeof_field * (field + (4 * qual))); | 169 | base += (ds_cfg.sizeof_ptr_field * (field + (4 * qual))); |
146 | return *(unsigned long *)base; | 170 | return *(unsigned long *)base; |
147 | } | 171 | } |
148 | 172 | ||
149 | static inline void ds_set(unsigned char *base, enum ds_qualifier qual, | 173 | static inline void |
150 | enum ds_field field, unsigned long value) | 174 | ds_set(unsigned char *base, enum ds_qualifier qual, enum ds_field field, |
175 | unsigned long value) | ||
151 | { | 176 | { |
152 | base += (ds_cfg.sizeof_field * (field + (4 * qual))); | 177 | base += (ds_cfg.sizeof_ptr_field * (field + (4 * qual))); |
153 | (*(unsigned long *)base) = value; | 178 | (*(unsigned long *)base) = value; |
154 | } | 179 | } |
155 | 180 | ||
@@ -159,7 +184,6 @@ static inline void ds_set(unsigned char *base, enum ds_qualifier qual, | |||
159 | */ | 184 | */ |
160 | static DEFINE_SPINLOCK(ds_lock); | 185 | static DEFINE_SPINLOCK(ds_lock); |
161 | 186 | ||
162 | |||
163 | /* | 187 | /* |
164 | * We either support (system-wide) per-cpu or per-thread allocation. | 188 | * We either support (system-wide) per-cpu or per-thread allocation. |
165 | * We distinguish the two based on the task_struct pointer, where a | 189 | * We distinguish the two based on the task_struct pointer, where a |
@@ -178,12 +202,28 @@ static DEFINE_SPINLOCK(ds_lock); | |||
178 | */ | 202 | */ |
179 | static atomic_t tracers = ATOMIC_INIT(0); | 203 | static atomic_t tracers = ATOMIC_INIT(0); |
180 | 204 | ||
181 | static inline void get_tracer(struct task_struct *task) | 205 | static inline int get_tracer(struct task_struct *task) |
182 | { | 206 | { |
183 | if (task) | 207 | int error; |
208 | |||
209 | spin_lock_irq(&ds_lock); | ||
210 | |||
211 | if (task) { | ||
212 | error = -EPERM; | ||
213 | if (atomic_read(&tracers) < 0) | ||
214 | goto out; | ||
184 | atomic_inc(&tracers); | 215 | atomic_inc(&tracers); |
185 | else | 216 | } else { |
217 | error = -EPERM; | ||
218 | if (atomic_read(&tracers) > 0) | ||
219 | goto out; | ||
186 | atomic_dec(&tracers); | 220 | atomic_dec(&tracers); |
221 | } | ||
222 | |||
223 | error = 0; | ||
224 | out: | ||
225 | spin_unlock_irq(&ds_lock); | ||
226 | return error; | ||
187 | } | 227 | } |
188 | 228 | ||
189 | static inline void put_tracer(struct task_struct *task) | 229 | static inline void put_tracer(struct task_struct *task) |
@@ -194,14 +234,6 @@ static inline void put_tracer(struct task_struct *task) | |||
194 | atomic_inc(&tracers); | 234 | atomic_inc(&tracers); |
195 | } | 235 | } |
196 | 236 | ||
197 | static inline int check_tracer(struct task_struct *task) | ||
198 | { | ||
199 | return task ? | ||
200 | (atomic_read(&tracers) >= 0) : | ||
201 | (atomic_read(&tracers) <= 0); | ||
202 | } | ||
203 | |||
204 | |||
205 | /* | 237 | /* |
206 | * The DS context is either attached to a thread or to a cpu: | 238 | * The DS context is either attached to a thread or to a cpu: |
207 | * - in the former case, the thread_struct contains a pointer to the | 239 | * - in the former case, the thread_struct contains a pointer to the |
@@ -213,61 +245,58 @@ static inline int check_tracer(struct task_struct *task) | |||
213 | * deallocated when the last user puts the context. | 245 | * deallocated when the last user puts the context. |
214 | */ | 246 | */ |
215 | struct ds_context { | 247 | struct ds_context { |
216 | /* pointer to the DS configuration; goes into MSR_IA32_DS_AREA */ | 248 | /* The DS configuration; goes into MSR_IA32_DS_AREA: */ |
217 | unsigned char ds[MAX_SIZEOF_DS]; | 249 | unsigned char ds[MAX_SIZEOF_DS]; |
218 | /* the owner of the BTS and PEBS configuration, respectively */ | 250 | |
219 | struct bts_tracer *bts_master; | 251 | /* The owner of the BTS and PEBS configuration, respectively: */ |
220 | struct pebs_tracer *pebs_master; | 252 | struct bts_tracer *bts_master; |
221 | /* use count */ | 253 | struct pebs_tracer *pebs_master; |
222 | unsigned long count; | ||
223 | /* a pointer to the context location inside the thread_struct | ||
224 | * or the per_cpu context array */ | ||
225 | struct ds_context **this; | ||
226 | /* a pointer to the task owning this context, or NULL, if the | ||
227 | * context is owned by a cpu */ | ||
228 | struct task_struct *task; | ||
229 | }; | ||
230 | 254 | ||
231 | static DEFINE_PER_CPU(struct ds_context *, system_context_array); | 255 | /* Use count: */ |
256 | unsigned long count; | ||
232 | 257 | ||
233 | #define system_context per_cpu(system_context_array, smp_processor_id()) | 258 | /* Pointer to the context pointer field: */ |
259 | struct ds_context **this; | ||
260 | |||
261 | /* The traced task; NULL for cpu tracing: */ | ||
262 | struct task_struct *task; | ||
263 | |||
264 | /* The traced cpu; only valid if task is NULL: */ | ||
265 | int cpu; | ||
266 | }; | ||
234 | 267 | ||
268 | static DEFINE_PER_CPU(struct ds_context *, cpu_context); | ||
235 | 269 | ||
236 | static inline struct ds_context *ds_get_context(struct task_struct *task) | 270 | |
271 | static struct ds_context *ds_get_context(struct task_struct *task, int cpu) | ||
237 | { | 272 | { |
238 | struct ds_context **p_context = | 273 | struct ds_context **p_context = |
239 | (task ? &task->thread.ds_ctx : &system_context); | 274 | (task ? &task->thread.ds_ctx : &per_cpu(cpu_context, cpu)); |
240 | struct ds_context *context = NULL; | 275 | struct ds_context *context = NULL; |
241 | struct ds_context *new_context = NULL; | 276 | struct ds_context *new_context = NULL; |
242 | unsigned long irq; | ||
243 | 277 | ||
244 | /* Chances are small that we already have a context. */ | 278 | /* Chances are small that we already have a context. */ |
245 | new_context = kzalloc(sizeof(*new_context), GFP_KERNEL); | 279 | new_context = kzalloc(sizeof(*new_context), GFP_KERNEL); |
246 | if (!new_context) | 280 | if (!new_context) |
247 | return NULL; | 281 | return NULL; |
248 | 282 | ||
249 | spin_lock_irqsave(&ds_lock, irq); | 283 | spin_lock_irq(&ds_lock); |
250 | 284 | ||
251 | context = *p_context; | 285 | context = *p_context; |
252 | if (!context) { | 286 | if (likely(!context)) { |
253 | context = new_context; | 287 | context = new_context; |
254 | 288 | ||
255 | context->this = p_context; | 289 | context->this = p_context; |
256 | context->task = task; | 290 | context->task = task; |
291 | context->cpu = cpu; | ||
257 | context->count = 0; | 292 | context->count = 0; |
258 | 293 | ||
259 | if (task) | ||
260 | set_tsk_thread_flag(task, TIF_DS_AREA_MSR); | ||
261 | |||
262 | if (!task || (task == current)) | ||
263 | wrmsrl(MSR_IA32_DS_AREA, (unsigned long)context->ds); | ||
264 | |||
265 | *p_context = context; | 294 | *p_context = context; |
266 | } | 295 | } |
267 | 296 | ||
268 | context->count++; | 297 | context->count++; |
269 | 298 | ||
270 | spin_unlock_irqrestore(&ds_lock, irq); | 299 | spin_unlock_irq(&ds_lock); |
271 | 300 | ||
272 | if (context != new_context) | 301 | if (context != new_context) |
273 | kfree(new_context); | 302 | kfree(new_context); |
@@ -275,8 +304,9 @@ static inline struct ds_context *ds_get_context(struct task_struct *task) | |||
275 | return context; | 304 | return context; |
276 | } | 305 | } |
277 | 306 | ||
278 | static inline void ds_put_context(struct ds_context *context) | 307 | static void ds_put_context(struct ds_context *context) |
279 | { | 308 | { |
309 | struct task_struct *task; | ||
280 | unsigned long irq; | 310 | unsigned long irq; |
281 | 311 | ||
282 | if (!context) | 312 | if (!context) |
@@ -291,17 +321,55 @@ static inline void ds_put_context(struct ds_context *context) | |||
291 | 321 | ||
292 | *(context->this) = NULL; | 322 | *(context->this) = NULL; |
293 | 323 | ||
294 | if (context->task) | 324 | task = context->task; |
295 | clear_tsk_thread_flag(context->task, TIF_DS_AREA_MSR); | 325 | |
326 | if (task) | ||
327 | clear_tsk_thread_flag(task, TIF_DS_AREA_MSR); | ||
296 | 328 | ||
297 | if (!context->task || (context->task == current)) | 329 | /* |
298 | wrmsrl(MSR_IA32_DS_AREA, 0); | 330 | * We leave the (now dangling) pointer to the DS configuration in |
331 | * the DS_AREA msr. This is as good or as bad as replacing it with | ||
332 | * NULL - the hardware would crash if we enabled tracing. | ||
333 | * | ||
334 | * This saves us some problems with having to write an msr on a | ||
335 | * different cpu while preventing others from doing the same for the | ||
336 | * next context for that same cpu. | ||
337 | */ | ||
299 | 338 | ||
300 | spin_unlock_irqrestore(&ds_lock, irq); | 339 | spin_unlock_irqrestore(&ds_lock, irq); |
301 | 340 | ||
341 | /* The context might still be in use for context switching. */ | ||
342 | if (task && (task != current)) | ||
343 | wait_task_context_switch(task); | ||
344 | |||
302 | kfree(context); | 345 | kfree(context); |
303 | } | 346 | } |
304 | 347 | ||
348 | static void ds_install_ds_area(struct ds_context *context) | ||
349 | { | ||
350 | unsigned long ds; | ||
351 | |||
352 | ds = (unsigned long)context->ds; | ||
353 | |||
354 | /* | ||
355 | * There is a race between the bts master and the pebs master. | ||
356 | * | ||
357 | * The thread/cpu access is synchronized via get/put_cpu() for | ||
358 | * task tracing and via wrmsr_on_cpu for cpu tracing. | ||
359 | * | ||
360 | * If bts and pebs are collected for the same task or same cpu, | ||
361 | * the same confiuration is written twice. | ||
362 | */ | ||
363 | if (context->task) { | ||
364 | get_cpu(); | ||
365 | if (context->task == current) | ||
366 | wrmsrl(MSR_IA32_DS_AREA, ds); | ||
367 | set_tsk_thread_flag(context->task, TIF_DS_AREA_MSR); | ||
368 | put_cpu(); | ||
369 | } else | ||
370 | wrmsr_on_cpu(context->cpu, MSR_IA32_DS_AREA, | ||
371 | (u32)((u64)ds), (u32)((u64)ds >> 32)); | ||
372 | } | ||
305 | 373 | ||
306 | /* | 374 | /* |
307 | * Call the tracer's callback on a buffer overflow. | 375 | * Call the tracer's callback on a buffer overflow. |
@@ -332,9 +400,9 @@ static void ds_overflow(struct ds_context *context, enum ds_qualifier qual) | |||
332 | * The remainder of any partially written record is zeroed out. | 400 | * The remainder of any partially written record is zeroed out. |
333 | * | 401 | * |
334 | * context: the DS context | 402 | * context: the DS context |
335 | * qual: the buffer type | 403 | * qual: the buffer type |
336 | * record: the data to write | 404 | * record: the data to write |
337 | * size: the size of the data | 405 | * size: the size of the data |
338 | */ | 406 | */ |
339 | static int ds_write(struct ds_context *context, enum ds_qualifier qual, | 407 | static int ds_write(struct ds_context *context, enum ds_qualifier qual, |
340 | const void *record, size_t size) | 408 | const void *record, size_t size) |
@@ -349,14 +417,14 @@ static int ds_write(struct ds_context *context, enum ds_qualifier qual, | |||
349 | unsigned long write_size, adj_write_size; | 417 | unsigned long write_size, adj_write_size; |
350 | 418 | ||
351 | /* | 419 | /* |
352 | * write as much as possible without producing an | 420 | * Write as much as possible without producing an |
353 | * overflow interrupt. | 421 | * overflow interrupt. |
354 | * | 422 | * |
355 | * interrupt_threshold must either be | 423 | * Interrupt_threshold must either be |
356 | * - bigger than absolute_maximum or | 424 | * - bigger than absolute_maximum or |
357 | * - point to a record between buffer_base and absolute_maximum | 425 | * - point to a record between buffer_base and absolute_maximum |
358 | * | 426 | * |
359 | * index points to a valid record. | 427 | * Index points to a valid record. |
360 | */ | 428 | */ |
361 | base = ds_get(context->ds, qual, ds_buffer_base); | 429 | base = ds_get(context->ds, qual, ds_buffer_base); |
362 | index = ds_get(context->ds, qual, ds_index); | 430 | index = ds_get(context->ds, qual, ds_index); |
@@ -365,8 +433,10 @@ static int ds_write(struct ds_context *context, enum ds_qualifier qual, | |||
365 | 433 | ||
366 | write_end = min(end, int_th); | 434 | write_end = min(end, int_th); |
367 | 435 | ||
368 | /* if we are already beyond the interrupt threshold, | 436 | /* |
369 | * we fill the entire buffer */ | 437 | * If we are already beyond the interrupt threshold, |
438 | * we fill the entire buffer. | ||
439 | */ | ||
370 | if (write_end <= index) | 440 | if (write_end <= index) |
371 | write_end = end; | 441 | write_end = end; |
372 | 442 | ||
@@ -383,7 +453,7 @@ static int ds_write(struct ds_context *context, enum ds_qualifier qual, | |||
383 | adj_write_size = write_size / ds_cfg.sizeof_rec[qual]; | 453 | adj_write_size = write_size / ds_cfg.sizeof_rec[qual]; |
384 | adj_write_size *= ds_cfg.sizeof_rec[qual]; | 454 | adj_write_size *= ds_cfg.sizeof_rec[qual]; |
385 | 455 | ||
386 | /* zero out trailing bytes */ | 456 | /* Zero out trailing bytes. */ |
387 | memset((char *)index + write_size, 0, | 457 | memset((char *)index + write_size, 0, |
388 | adj_write_size - write_size); | 458 | adj_write_size - write_size); |
389 | index += adj_write_size; | 459 | index += adj_write_size; |
@@ -410,7 +480,7 @@ static int ds_write(struct ds_context *context, enum ds_qualifier qual, | |||
410 | * Later architectures use 64bit pointers throughout, whereas earlier | 480 | * Later architectures use 64bit pointers throughout, whereas earlier |
411 | * architectures use 32bit pointers in 32bit mode. | 481 | * architectures use 32bit pointers in 32bit mode. |
412 | * | 482 | * |
413 | * We compute the base address for the first 8 fields based on: | 483 | * We compute the base address for the fields based on: |
414 | * - the field size stored in the DS configuration | 484 | * - the field size stored in the DS configuration |
415 | * - the relative field position | 485 | * - the relative field position |
416 | * | 486 | * |
@@ -431,23 +501,23 @@ enum bts_field { | |||
431 | bts_to, | 501 | bts_to, |
432 | bts_flags, | 502 | bts_flags, |
433 | 503 | ||
434 | bts_qual = bts_from, | 504 | bts_qual = bts_from, |
435 | bts_jiffies = bts_to, | 505 | bts_clock = bts_to, |
436 | bts_pid = bts_flags, | 506 | bts_pid = bts_flags, |
437 | 507 | ||
438 | bts_qual_mask = (bts_qual_max - 1), | 508 | bts_qual_mask = (bts_qual_max - 1), |
439 | bts_escape = ((unsigned long)-1 & ~bts_qual_mask) | 509 | bts_escape = ((unsigned long)-1 & ~bts_qual_mask) |
440 | }; | 510 | }; |
441 | 511 | ||
442 | static inline unsigned long bts_get(const char *base, enum bts_field field) | 512 | static inline unsigned long bts_get(const char *base, enum bts_field field) |
443 | { | 513 | { |
444 | base += (ds_cfg.sizeof_field * field); | 514 | base += (ds_cfg.sizeof_ptr_field * field); |
445 | return *(unsigned long *)base; | 515 | return *(unsigned long *)base; |
446 | } | 516 | } |
447 | 517 | ||
448 | static inline void bts_set(char *base, enum bts_field field, unsigned long val) | 518 | static inline void bts_set(char *base, enum bts_field field, unsigned long val) |
449 | { | 519 | { |
450 | base += (ds_cfg.sizeof_field * field);; | 520 | base += (ds_cfg.sizeof_ptr_field * field);; |
451 | (*(unsigned long *)base) = val; | 521 | (*(unsigned long *)base) = val; |
452 | } | 522 | } |
453 | 523 | ||
@@ -463,8 +533,8 @@ static inline void bts_set(char *base, enum bts_field field, unsigned long val) | |||
463 | * | 533 | * |
464 | * return: bytes read/written on success; -Eerrno, otherwise | 534 | * return: bytes read/written on success; -Eerrno, otherwise |
465 | */ | 535 | */ |
466 | static int bts_read(struct bts_tracer *tracer, const void *at, | 536 | static int |
467 | struct bts_struct *out) | 537 | bts_read(struct bts_tracer *tracer, const void *at, struct bts_struct *out) |
468 | { | 538 | { |
469 | if (!tracer) | 539 | if (!tracer) |
470 | return -EINVAL; | 540 | return -EINVAL; |
@@ -478,8 +548,8 @@ static int bts_read(struct bts_tracer *tracer, const void *at, | |||
478 | memset(out, 0, sizeof(*out)); | 548 | memset(out, 0, sizeof(*out)); |
479 | if ((bts_get(at, bts_qual) & ~bts_qual_mask) == bts_escape) { | 549 | if ((bts_get(at, bts_qual) & ~bts_qual_mask) == bts_escape) { |
480 | out->qualifier = (bts_get(at, bts_qual) & bts_qual_mask); | 550 | out->qualifier = (bts_get(at, bts_qual) & bts_qual_mask); |
481 | out->variant.timestamp.jiffies = bts_get(at, bts_jiffies); | 551 | out->variant.event.clock = bts_get(at, bts_clock); |
482 | out->variant.timestamp.pid = bts_get(at, bts_pid); | 552 | out->variant.event.pid = bts_get(at, bts_pid); |
483 | } else { | 553 | } else { |
484 | out->qualifier = bts_branch; | 554 | out->qualifier = bts_branch; |
485 | out->variant.lbr.from = bts_get(at, bts_from); | 555 | out->variant.lbr.from = bts_get(at, bts_from); |
@@ -516,8 +586,8 @@ static int bts_write(struct bts_tracer *tracer, const struct bts_struct *in) | |||
516 | case bts_task_arrives: | 586 | case bts_task_arrives: |
517 | case bts_task_departs: | 587 | case bts_task_departs: |
518 | bts_set(raw, bts_qual, (bts_escape | in->qualifier)); | 588 | bts_set(raw, bts_qual, (bts_escape | in->qualifier)); |
519 | bts_set(raw, bts_jiffies, in->variant.timestamp.jiffies); | 589 | bts_set(raw, bts_clock, in->variant.event.clock); |
520 | bts_set(raw, bts_pid, in->variant.timestamp.pid); | 590 | bts_set(raw, bts_pid, in->variant.event.pid); |
521 | break; | 591 | break; |
522 | default: | 592 | default: |
523 | return -EINVAL; | 593 | return -EINVAL; |
@@ -555,7 +625,8 @@ static void ds_init_ds_trace(struct ds_trace *trace, enum ds_qualifier qual, | |||
555 | unsigned int flags) { | 625 | unsigned int flags) { |
556 | unsigned long buffer, adj; | 626 | unsigned long buffer, adj; |
557 | 627 | ||
558 | /* adjust the buffer address and size to meet alignment | 628 | /* |
629 | * Adjust the buffer address and size to meet alignment | ||
559 | * constraints: | 630 | * constraints: |
560 | * - buffer is double-word aligned | 631 | * - buffer is double-word aligned |
561 | * - size is multiple of record size | 632 | * - size is multiple of record size |
@@ -577,9 +648,11 @@ static void ds_init_ds_trace(struct ds_trace *trace, enum ds_qualifier qual, | |||
577 | trace->begin = (void *)buffer; | 648 | trace->begin = (void *)buffer; |
578 | trace->top = trace->begin; | 649 | trace->top = trace->begin; |
579 | trace->end = (void *)(buffer + size); | 650 | trace->end = (void *)(buffer + size); |
580 | /* The value for 'no threshold' is -1, which will set the | 651 | /* |
652 | * The value for 'no threshold' is -1, which will set the | ||
581 | * threshold outside of the buffer, just like we want it. | 653 | * threshold outside of the buffer, just like we want it. |
582 | */ | 654 | */ |
655 | ith *= ds_cfg.sizeof_rec[qual]; | ||
583 | trace->ith = (void *)(buffer + size - ith); | 656 | trace->ith = (void *)(buffer + size - ith); |
584 | 657 | ||
585 | trace->flags = flags; | 658 | trace->flags = flags; |
@@ -588,18 +661,27 @@ static void ds_init_ds_trace(struct ds_trace *trace, enum ds_qualifier qual, | |||
588 | 661 | ||
589 | static int ds_request(struct ds_tracer *tracer, struct ds_trace *trace, | 662 | static int ds_request(struct ds_tracer *tracer, struct ds_trace *trace, |
590 | enum ds_qualifier qual, struct task_struct *task, | 663 | enum ds_qualifier qual, struct task_struct *task, |
591 | void *base, size_t size, size_t th, unsigned int flags) | 664 | int cpu, void *base, size_t size, size_t th) |
592 | { | 665 | { |
593 | struct ds_context *context; | 666 | struct ds_context *context; |
594 | int error; | 667 | int error; |
668 | size_t req_size; | ||
669 | |||
670 | error = -EOPNOTSUPP; | ||
671 | if (!ds_cfg.sizeof_rec[qual]) | ||
672 | goto out; | ||
595 | 673 | ||
596 | error = -EINVAL; | 674 | error = -EINVAL; |
597 | if (!base) | 675 | if (!base) |
598 | goto out; | 676 | goto out; |
599 | 677 | ||
600 | /* we require some space to do alignment adjustments below */ | 678 | req_size = ds_cfg.sizeof_rec[qual]; |
679 | /* We might need space for alignment adjustments. */ | ||
680 | if (!IS_ALIGNED((unsigned long)base, DS_ALIGNMENT)) | ||
681 | req_size += DS_ALIGNMENT; | ||
682 | |||
601 | error = -EINVAL; | 683 | error = -EINVAL; |
602 | if (size < (DS_ALIGNMENT + ds_cfg.sizeof_rec[qual])) | 684 | if (size < req_size) |
603 | goto out; | 685 | goto out; |
604 | 686 | ||
605 | if (th != (size_t)-1) { | 687 | if (th != (size_t)-1) { |
@@ -614,182 +696,318 @@ static int ds_request(struct ds_tracer *tracer, struct ds_trace *trace, | |||
614 | tracer->size = size; | 696 | tracer->size = size; |
615 | 697 | ||
616 | error = -ENOMEM; | 698 | error = -ENOMEM; |
617 | context = ds_get_context(task); | 699 | context = ds_get_context(task, cpu); |
618 | if (!context) | 700 | if (!context) |
619 | goto out; | 701 | goto out; |
620 | tracer->context = context; | 702 | tracer->context = context; |
621 | 703 | ||
622 | ds_init_ds_trace(trace, qual, base, size, th, flags); | 704 | /* |
705 | * Defer any tracer-specific initialization work for the context until | ||
706 | * context ownership has been clarified. | ||
707 | */ | ||
623 | 708 | ||
624 | error = 0; | 709 | error = 0; |
625 | out: | 710 | out: |
626 | return error; | 711 | return error; |
627 | } | 712 | } |
628 | 713 | ||
629 | struct bts_tracer *ds_request_bts(struct task_struct *task, | 714 | static struct bts_tracer *ds_request_bts(struct task_struct *task, int cpu, |
630 | void *base, size_t size, | 715 | void *base, size_t size, |
631 | bts_ovfl_callback_t ovfl, size_t th, | 716 | bts_ovfl_callback_t ovfl, size_t th, |
632 | unsigned int flags) | 717 | unsigned int flags) |
633 | { | 718 | { |
634 | struct bts_tracer *tracer; | 719 | struct bts_tracer *tracer; |
635 | unsigned long irq; | ||
636 | int error; | 720 | int error; |
637 | 721 | ||
722 | /* Buffer overflow notification is not yet implemented. */ | ||
638 | error = -EOPNOTSUPP; | 723 | error = -EOPNOTSUPP; |
639 | if (!ds_cfg.ctl[dsf_bts]) | 724 | if (ovfl) |
640 | goto out; | 725 | goto out; |
641 | 726 | ||
642 | /* buffer overflow notification is not yet implemented */ | 727 | error = get_tracer(task); |
643 | error = -EOPNOTSUPP; | 728 | if (error < 0) |
644 | if (ovfl) | ||
645 | goto out; | 729 | goto out; |
646 | 730 | ||
647 | error = -ENOMEM; | 731 | error = -ENOMEM; |
648 | tracer = kzalloc(sizeof(*tracer), GFP_KERNEL); | 732 | tracer = kzalloc(sizeof(*tracer), GFP_KERNEL); |
649 | if (!tracer) | 733 | if (!tracer) |
650 | goto out; | 734 | goto out_put_tracer; |
651 | tracer->ovfl = ovfl; | 735 | tracer->ovfl = ovfl; |
652 | 736 | ||
737 | /* Do some more error checking and acquire a tracing context. */ | ||
653 | error = ds_request(&tracer->ds, &tracer->trace.ds, | 738 | error = ds_request(&tracer->ds, &tracer->trace.ds, |
654 | ds_bts, task, base, size, th, flags); | 739 | ds_bts, task, cpu, base, size, th); |
655 | if (error < 0) | 740 | if (error < 0) |
656 | goto out_tracer; | 741 | goto out_tracer; |
657 | 742 | ||
658 | 743 | /* Claim the bts part of the tracing context we acquired above. */ | |
659 | spin_lock_irqsave(&ds_lock, irq); | 744 | spin_lock_irq(&ds_lock); |
660 | |||
661 | error = -EPERM; | ||
662 | if (!check_tracer(task)) | ||
663 | goto out_unlock; | ||
664 | get_tracer(task); | ||
665 | 745 | ||
666 | error = -EPERM; | 746 | error = -EPERM; |
667 | if (tracer->ds.context->bts_master) | 747 | if (tracer->ds.context->bts_master) |
668 | goto out_put_tracer; | 748 | goto out_unlock; |
669 | tracer->ds.context->bts_master = tracer; | 749 | tracer->ds.context->bts_master = tracer; |
670 | 750 | ||
671 | spin_unlock_irqrestore(&ds_lock, irq); | 751 | spin_unlock_irq(&ds_lock); |
672 | 752 | ||
753 | /* | ||
754 | * Now that we own the bts part of the context, let's complete the | ||
755 | * initialization for that part. | ||
756 | */ | ||
757 | ds_init_ds_trace(&tracer->trace.ds, ds_bts, base, size, th, flags); | ||
758 | ds_write_config(tracer->ds.context, &tracer->trace.ds, ds_bts); | ||
759 | ds_install_ds_area(tracer->ds.context); | ||
673 | 760 | ||
674 | tracer->trace.read = bts_read; | 761 | tracer->trace.read = bts_read; |
675 | tracer->trace.write = bts_write; | 762 | tracer->trace.write = bts_write; |
676 | 763 | ||
677 | ds_write_config(tracer->ds.context, &tracer->trace.ds, ds_bts); | 764 | /* Start tracing. */ |
678 | ds_resume_bts(tracer); | 765 | ds_resume_bts(tracer); |
679 | 766 | ||
680 | return tracer; | 767 | return tracer; |
681 | 768 | ||
682 | out_put_tracer: | ||
683 | put_tracer(task); | ||
684 | out_unlock: | 769 | out_unlock: |
685 | spin_unlock_irqrestore(&ds_lock, irq); | 770 | spin_unlock_irq(&ds_lock); |
686 | ds_put_context(tracer->ds.context); | 771 | ds_put_context(tracer->ds.context); |
687 | out_tracer: | 772 | out_tracer: |
688 | kfree(tracer); | 773 | kfree(tracer); |
774 | out_put_tracer: | ||
775 | put_tracer(task); | ||
689 | out: | 776 | out: |
690 | return ERR_PTR(error); | 777 | return ERR_PTR(error); |
691 | } | 778 | } |
692 | 779 | ||
693 | struct pebs_tracer *ds_request_pebs(struct task_struct *task, | 780 | struct bts_tracer *ds_request_bts_task(struct task_struct *task, |
694 | void *base, size_t size, | 781 | void *base, size_t size, |
695 | pebs_ovfl_callback_t ovfl, size_t th, | 782 | bts_ovfl_callback_t ovfl, |
696 | unsigned int flags) | 783 | size_t th, unsigned int flags) |
784 | { | ||
785 | return ds_request_bts(task, 0, base, size, ovfl, th, flags); | ||
786 | } | ||
787 | |||
788 | struct bts_tracer *ds_request_bts_cpu(int cpu, void *base, size_t size, | ||
789 | bts_ovfl_callback_t ovfl, | ||
790 | size_t th, unsigned int flags) | ||
791 | { | ||
792 | return ds_request_bts(NULL, cpu, base, size, ovfl, th, flags); | ||
793 | } | ||
794 | |||
795 | static struct pebs_tracer *ds_request_pebs(struct task_struct *task, int cpu, | ||
796 | void *base, size_t size, | ||
797 | pebs_ovfl_callback_t ovfl, size_t th, | ||
798 | unsigned int flags) | ||
697 | { | 799 | { |
698 | struct pebs_tracer *tracer; | 800 | struct pebs_tracer *tracer; |
699 | unsigned long irq; | ||
700 | int error; | 801 | int error; |
701 | 802 | ||
702 | /* buffer overflow notification is not yet implemented */ | 803 | /* Buffer overflow notification is not yet implemented. */ |
703 | error = -EOPNOTSUPP; | 804 | error = -EOPNOTSUPP; |
704 | if (ovfl) | 805 | if (ovfl) |
705 | goto out; | 806 | goto out; |
706 | 807 | ||
808 | error = get_tracer(task); | ||
809 | if (error < 0) | ||
810 | goto out; | ||
811 | |||
707 | error = -ENOMEM; | 812 | error = -ENOMEM; |
708 | tracer = kzalloc(sizeof(*tracer), GFP_KERNEL); | 813 | tracer = kzalloc(sizeof(*tracer), GFP_KERNEL); |
709 | if (!tracer) | 814 | if (!tracer) |
710 | goto out; | 815 | goto out_put_tracer; |
711 | tracer->ovfl = ovfl; | 816 | tracer->ovfl = ovfl; |
712 | 817 | ||
818 | /* Do some more error checking and acquire a tracing context. */ | ||
713 | error = ds_request(&tracer->ds, &tracer->trace.ds, | 819 | error = ds_request(&tracer->ds, &tracer->trace.ds, |
714 | ds_pebs, task, base, size, th, flags); | 820 | ds_pebs, task, cpu, base, size, th); |
715 | if (error < 0) | 821 | if (error < 0) |
716 | goto out_tracer; | 822 | goto out_tracer; |
717 | 823 | ||
718 | spin_lock_irqsave(&ds_lock, irq); | 824 | /* Claim the pebs part of the tracing context we acquired above. */ |
719 | 825 | spin_lock_irq(&ds_lock); | |
720 | error = -EPERM; | ||
721 | if (!check_tracer(task)) | ||
722 | goto out_unlock; | ||
723 | get_tracer(task); | ||
724 | 826 | ||
725 | error = -EPERM; | 827 | error = -EPERM; |
726 | if (tracer->ds.context->pebs_master) | 828 | if (tracer->ds.context->pebs_master) |
727 | goto out_put_tracer; | 829 | goto out_unlock; |
728 | tracer->ds.context->pebs_master = tracer; | 830 | tracer->ds.context->pebs_master = tracer; |
729 | 831 | ||
730 | spin_unlock_irqrestore(&ds_lock, irq); | 832 | spin_unlock_irq(&ds_lock); |
731 | 833 | ||
834 | /* | ||
835 | * Now that we own the pebs part of the context, let's complete the | ||
836 | * initialization for that part. | ||
837 | */ | ||
838 | ds_init_ds_trace(&tracer->trace.ds, ds_pebs, base, size, th, flags); | ||
732 | ds_write_config(tracer->ds.context, &tracer->trace.ds, ds_pebs); | 839 | ds_write_config(tracer->ds.context, &tracer->trace.ds, ds_pebs); |
840 | ds_install_ds_area(tracer->ds.context); | ||
841 | |||
842 | /* Start tracing. */ | ||
733 | ds_resume_pebs(tracer); | 843 | ds_resume_pebs(tracer); |
734 | 844 | ||
735 | return tracer; | 845 | return tracer; |
736 | 846 | ||
737 | out_put_tracer: | ||
738 | put_tracer(task); | ||
739 | out_unlock: | 847 | out_unlock: |
740 | spin_unlock_irqrestore(&ds_lock, irq); | 848 | spin_unlock_irq(&ds_lock); |
741 | ds_put_context(tracer->ds.context); | 849 | ds_put_context(tracer->ds.context); |
742 | out_tracer: | 850 | out_tracer: |
743 | kfree(tracer); | 851 | kfree(tracer); |
852 | out_put_tracer: | ||
853 | put_tracer(task); | ||
744 | out: | 854 | out: |
745 | return ERR_PTR(error); | 855 | return ERR_PTR(error); |
746 | } | 856 | } |
747 | 857 | ||
748 | void ds_release_bts(struct bts_tracer *tracer) | 858 | struct pebs_tracer *ds_request_pebs_task(struct task_struct *task, |
859 | void *base, size_t size, | ||
860 | pebs_ovfl_callback_t ovfl, | ||
861 | size_t th, unsigned int flags) | ||
749 | { | 862 | { |
750 | if (!tracer) | 863 | return ds_request_pebs(task, 0, base, size, ovfl, th, flags); |
751 | return; | 864 | } |
752 | 865 | ||
753 | ds_suspend_bts(tracer); | 866 | struct pebs_tracer *ds_request_pebs_cpu(int cpu, void *base, size_t size, |
867 | pebs_ovfl_callback_t ovfl, | ||
868 | size_t th, unsigned int flags) | ||
869 | { | ||
870 | return ds_request_pebs(NULL, cpu, base, size, ovfl, th, flags); | ||
871 | } | ||
872 | |||
873 | static void ds_free_bts(struct bts_tracer *tracer) | ||
874 | { | ||
875 | struct task_struct *task; | ||
876 | |||
877 | task = tracer->ds.context->task; | ||
754 | 878 | ||
755 | WARN_ON_ONCE(tracer->ds.context->bts_master != tracer); | 879 | WARN_ON_ONCE(tracer->ds.context->bts_master != tracer); |
756 | tracer->ds.context->bts_master = NULL; | 880 | tracer->ds.context->bts_master = NULL; |
757 | 881 | ||
758 | put_tracer(tracer->ds.context->task); | 882 | /* Make sure tracing stopped and the tracer is not in use. */ |
883 | if (task && (task != current)) | ||
884 | wait_task_context_switch(task); | ||
885 | |||
759 | ds_put_context(tracer->ds.context); | 886 | ds_put_context(tracer->ds.context); |
887 | put_tracer(task); | ||
760 | 888 | ||
761 | kfree(tracer); | 889 | kfree(tracer); |
762 | } | 890 | } |
763 | 891 | ||
892 | void ds_release_bts(struct bts_tracer *tracer) | ||
893 | { | ||
894 | might_sleep(); | ||
895 | |||
896 | if (!tracer) | ||
897 | return; | ||
898 | |||
899 | ds_suspend_bts(tracer); | ||
900 | ds_free_bts(tracer); | ||
901 | } | ||
902 | |||
903 | int ds_release_bts_noirq(struct bts_tracer *tracer) | ||
904 | { | ||
905 | struct task_struct *task; | ||
906 | unsigned long irq; | ||
907 | int error; | ||
908 | |||
909 | if (!tracer) | ||
910 | return 0; | ||
911 | |||
912 | task = tracer->ds.context->task; | ||
913 | |||
914 | local_irq_save(irq); | ||
915 | |||
916 | error = -EPERM; | ||
917 | if (!task && | ||
918 | (tracer->ds.context->cpu != smp_processor_id())) | ||
919 | goto out; | ||
920 | |||
921 | error = -EPERM; | ||
922 | if (task && (task != current)) | ||
923 | goto out; | ||
924 | |||
925 | ds_suspend_bts_noirq(tracer); | ||
926 | ds_free_bts(tracer); | ||
927 | |||
928 | error = 0; | ||
929 | out: | ||
930 | local_irq_restore(irq); | ||
931 | return error; | ||
932 | } | ||
933 | |||
934 | static void update_task_debugctlmsr(struct task_struct *task, | ||
935 | unsigned long debugctlmsr) | ||
936 | { | ||
937 | task->thread.debugctlmsr = debugctlmsr; | ||
938 | |||
939 | get_cpu(); | ||
940 | if (task == current) | ||
941 | update_debugctlmsr(debugctlmsr); | ||
942 | put_cpu(); | ||
943 | } | ||
944 | |||
764 | void ds_suspend_bts(struct bts_tracer *tracer) | 945 | void ds_suspend_bts(struct bts_tracer *tracer) |
765 | { | 946 | { |
766 | struct task_struct *task; | 947 | struct task_struct *task; |
948 | unsigned long debugctlmsr; | ||
949 | int cpu; | ||
767 | 950 | ||
768 | if (!tracer) | 951 | if (!tracer) |
769 | return; | 952 | return; |
770 | 953 | ||
954 | tracer->flags = 0; | ||
955 | |||
771 | task = tracer->ds.context->task; | 956 | task = tracer->ds.context->task; |
957 | cpu = tracer->ds.context->cpu; | ||
772 | 958 | ||
773 | if (!task || (task == current)) | 959 | WARN_ON(!task && irqs_disabled()); |
774 | update_debugctlmsr(get_debugctlmsr() & ~BTS_CONTROL); | ||
775 | 960 | ||
776 | if (task) { | 961 | debugctlmsr = (task ? |
777 | task->thread.debugctlmsr &= ~BTS_CONTROL; | 962 | task->thread.debugctlmsr : |
963 | get_debugctlmsr_on_cpu(cpu)); | ||
964 | debugctlmsr &= ~BTS_CONTROL; | ||
778 | 965 | ||
779 | if (!task->thread.debugctlmsr) | 966 | if (task) |
780 | clear_tsk_thread_flag(task, TIF_DEBUGCTLMSR); | 967 | update_task_debugctlmsr(task, debugctlmsr); |
781 | } | 968 | else |
969 | update_debugctlmsr_on_cpu(cpu, debugctlmsr); | ||
782 | } | 970 | } |
783 | 971 | ||
784 | void ds_resume_bts(struct bts_tracer *tracer) | 972 | int ds_suspend_bts_noirq(struct bts_tracer *tracer) |
785 | { | 973 | { |
786 | struct task_struct *task; | 974 | struct task_struct *task; |
787 | unsigned long control; | 975 | unsigned long debugctlmsr, irq; |
976 | int cpu, error = 0; | ||
788 | 977 | ||
789 | if (!tracer) | 978 | if (!tracer) |
790 | return; | 979 | return 0; |
980 | |||
981 | tracer->flags = 0; | ||
791 | 982 | ||
792 | task = tracer->ds.context->task; | 983 | task = tracer->ds.context->task; |
984 | cpu = tracer->ds.context->cpu; | ||
985 | |||
986 | local_irq_save(irq); | ||
987 | |||
988 | error = -EPERM; | ||
989 | if (!task && (cpu != smp_processor_id())) | ||
990 | goto out; | ||
991 | |||
992 | debugctlmsr = (task ? | ||
993 | task->thread.debugctlmsr : | ||
994 | get_debugctlmsr()); | ||
995 | debugctlmsr &= ~BTS_CONTROL; | ||
996 | |||
997 | if (task) | ||
998 | update_task_debugctlmsr(task, debugctlmsr); | ||
999 | else | ||
1000 | update_debugctlmsr(debugctlmsr); | ||
1001 | |||
1002 | error = 0; | ||
1003 | out: | ||
1004 | local_irq_restore(irq); | ||
1005 | return error; | ||
1006 | } | ||
1007 | |||
1008 | static unsigned long ds_bts_control(struct bts_tracer *tracer) | ||
1009 | { | ||
1010 | unsigned long control; | ||
793 | 1011 | ||
794 | control = ds_cfg.ctl[dsf_bts]; | 1012 | control = ds_cfg.ctl[dsf_bts]; |
795 | if (!(tracer->trace.ds.flags & BTS_KERNEL)) | 1013 | if (!(tracer->trace.ds.flags & BTS_KERNEL)) |
@@ -797,41 +1015,149 @@ void ds_resume_bts(struct bts_tracer *tracer) | |||
797 | if (!(tracer->trace.ds.flags & BTS_USER)) | 1015 | if (!(tracer->trace.ds.flags & BTS_USER)) |
798 | control |= ds_cfg.ctl[dsf_bts_user]; | 1016 | control |= ds_cfg.ctl[dsf_bts_user]; |
799 | 1017 | ||
800 | if (task) { | 1018 | return control; |
801 | task->thread.debugctlmsr |= control; | ||
802 | set_tsk_thread_flag(task, TIF_DEBUGCTLMSR); | ||
803 | } | ||
804 | |||
805 | if (!task || (task == current)) | ||
806 | update_debugctlmsr(get_debugctlmsr() | control); | ||
807 | } | 1019 | } |
808 | 1020 | ||
809 | void ds_release_pebs(struct pebs_tracer *tracer) | 1021 | void ds_resume_bts(struct bts_tracer *tracer) |
810 | { | 1022 | { |
1023 | struct task_struct *task; | ||
1024 | unsigned long debugctlmsr; | ||
1025 | int cpu; | ||
1026 | |||
811 | if (!tracer) | 1027 | if (!tracer) |
812 | return; | 1028 | return; |
813 | 1029 | ||
814 | ds_suspend_pebs(tracer); | 1030 | tracer->flags = tracer->trace.ds.flags; |
1031 | |||
1032 | task = tracer->ds.context->task; | ||
1033 | cpu = tracer->ds.context->cpu; | ||
1034 | |||
1035 | WARN_ON(!task && irqs_disabled()); | ||
1036 | |||
1037 | debugctlmsr = (task ? | ||
1038 | task->thread.debugctlmsr : | ||
1039 | get_debugctlmsr_on_cpu(cpu)); | ||
1040 | debugctlmsr |= ds_bts_control(tracer); | ||
1041 | |||
1042 | if (task) | ||
1043 | update_task_debugctlmsr(task, debugctlmsr); | ||
1044 | else | ||
1045 | update_debugctlmsr_on_cpu(cpu, debugctlmsr); | ||
1046 | } | ||
1047 | |||
1048 | int ds_resume_bts_noirq(struct bts_tracer *tracer) | ||
1049 | { | ||
1050 | struct task_struct *task; | ||
1051 | unsigned long debugctlmsr, irq; | ||
1052 | int cpu, error = 0; | ||
1053 | |||
1054 | if (!tracer) | ||
1055 | return 0; | ||
1056 | |||
1057 | tracer->flags = tracer->trace.ds.flags; | ||
1058 | |||
1059 | task = tracer->ds.context->task; | ||
1060 | cpu = tracer->ds.context->cpu; | ||
1061 | |||
1062 | local_irq_save(irq); | ||
1063 | |||
1064 | error = -EPERM; | ||
1065 | if (!task && (cpu != smp_processor_id())) | ||
1066 | goto out; | ||
1067 | |||
1068 | debugctlmsr = (task ? | ||
1069 | task->thread.debugctlmsr : | ||
1070 | get_debugctlmsr()); | ||
1071 | debugctlmsr |= ds_bts_control(tracer); | ||
1072 | |||
1073 | if (task) | ||
1074 | update_task_debugctlmsr(task, debugctlmsr); | ||
1075 | else | ||
1076 | update_debugctlmsr(debugctlmsr); | ||
1077 | |||
1078 | error = 0; | ||
1079 | out: | ||
1080 | local_irq_restore(irq); | ||
1081 | return error; | ||
1082 | } | ||
1083 | |||
1084 | static void ds_free_pebs(struct pebs_tracer *tracer) | ||
1085 | { | ||
1086 | struct task_struct *task; | ||
1087 | |||
1088 | task = tracer->ds.context->task; | ||
815 | 1089 | ||
816 | WARN_ON_ONCE(tracer->ds.context->pebs_master != tracer); | 1090 | WARN_ON_ONCE(tracer->ds.context->pebs_master != tracer); |
817 | tracer->ds.context->pebs_master = NULL; | 1091 | tracer->ds.context->pebs_master = NULL; |
818 | 1092 | ||
819 | put_tracer(tracer->ds.context->task); | ||
820 | ds_put_context(tracer->ds.context); | 1093 | ds_put_context(tracer->ds.context); |
1094 | put_tracer(task); | ||
821 | 1095 | ||
822 | kfree(tracer); | 1096 | kfree(tracer); |
823 | } | 1097 | } |
824 | 1098 | ||
1099 | void ds_release_pebs(struct pebs_tracer *tracer) | ||
1100 | { | ||
1101 | might_sleep(); | ||
1102 | |||
1103 | if (!tracer) | ||
1104 | return; | ||
1105 | |||
1106 | ds_suspend_pebs(tracer); | ||
1107 | ds_free_pebs(tracer); | ||
1108 | } | ||
1109 | |||
1110 | int ds_release_pebs_noirq(struct pebs_tracer *tracer) | ||
1111 | { | ||
1112 | struct task_struct *task; | ||
1113 | unsigned long irq; | ||
1114 | int error; | ||
1115 | |||
1116 | if (!tracer) | ||
1117 | return 0; | ||
1118 | |||
1119 | task = tracer->ds.context->task; | ||
1120 | |||
1121 | local_irq_save(irq); | ||
1122 | |||
1123 | error = -EPERM; | ||
1124 | if (!task && | ||
1125 | (tracer->ds.context->cpu != smp_processor_id())) | ||
1126 | goto out; | ||
1127 | |||
1128 | error = -EPERM; | ||
1129 | if (task && (task != current)) | ||
1130 | goto out; | ||
1131 | |||
1132 | ds_suspend_pebs_noirq(tracer); | ||
1133 | ds_free_pebs(tracer); | ||
1134 | |||
1135 | error = 0; | ||
1136 | out: | ||
1137 | local_irq_restore(irq); | ||
1138 | return error; | ||
1139 | } | ||
1140 | |||
825 | void ds_suspend_pebs(struct pebs_tracer *tracer) | 1141 | void ds_suspend_pebs(struct pebs_tracer *tracer) |
826 | { | 1142 | { |
827 | 1143 | ||
828 | } | 1144 | } |
829 | 1145 | ||
1146 | int ds_suspend_pebs_noirq(struct pebs_tracer *tracer) | ||
1147 | { | ||
1148 | return 0; | ||
1149 | } | ||
1150 | |||
830 | void ds_resume_pebs(struct pebs_tracer *tracer) | 1151 | void ds_resume_pebs(struct pebs_tracer *tracer) |
831 | { | 1152 | { |
832 | 1153 | ||
833 | } | 1154 | } |
834 | 1155 | ||
1156 | int ds_resume_pebs_noirq(struct pebs_tracer *tracer) | ||
1157 | { | ||
1158 | return 0; | ||
1159 | } | ||
1160 | |||
835 | const struct bts_trace *ds_read_bts(struct bts_tracer *tracer) | 1161 | const struct bts_trace *ds_read_bts(struct bts_tracer *tracer) |
836 | { | 1162 | { |
837 | if (!tracer) | 1163 | if (!tracer) |
@@ -847,8 +1173,12 @@ const struct pebs_trace *ds_read_pebs(struct pebs_tracer *tracer) | |||
847 | return NULL; | 1173 | return NULL; |
848 | 1174 | ||
849 | ds_read_config(tracer->ds.context, &tracer->trace.ds, ds_pebs); | 1175 | ds_read_config(tracer->ds.context, &tracer->trace.ds, ds_pebs); |
850 | tracer->trace.reset_value = | 1176 | |
851 | *(u64 *)(tracer->ds.context->ds + (ds_cfg.sizeof_field * 8)); | 1177 | tracer->trace.counters = ds_cfg.nr_counter_reset; |
1178 | memcpy(tracer->trace.counter_reset, | ||
1179 | tracer->ds.context->ds + | ||
1180 | (NUM_DS_PTR_FIELDS * ds_cfg.sizeof_ptr_field), | ||
1181 | ds_cfg.nr_counter_reset * PEBS_RESET_FIELD_SIZE); | ||
852 | 1182 | ||
853 | return &tracer->trace; | 1183 | return &tracer->trace; |
854 | } | 1184 | } |
@@ -873,18 +1203,24 @@ int ds_reset_pebs(struct pebs_tracer *tracer) | |||
873 | 1203 | ||
874 | tracer->trace.ds.top = tracer->trace.ds.begin; | 1204 | tracer->trace.ds.top = tracer->trace.ds.begin; |
875 | 1205 | ||
876 | ds_set(tracer->ds.context->ds, ds_bts, ds_index, | 1206 | ds_set(tracer->ds.context->ds, ds_pebs, ds_index, |
877 | (unsigned long)tracer->trace.ds.top); | 1207 | (unsigned long)tracer->trace.ds.top); |
878 | 1208 | ||
879 | return 0; | 1209 | return 0; |
880 | } | 1210 | } |
881 | 1211 | ||
882 | int ds_set_pebs_reset(struct pebs_tracer *tracer, u64 value) | 1212 | int ds_set_pebs_reset(struct pebs_tracer *tracer, |
1213 | unsigned int counter, u64 value) | ||
883 | { | 1214 | { |
884 | if (!tracer) | 1215 | if (!tracer) |
885 | return -EINVAL; | 1216 | return -EINVAL; |
886 | 1217 | ||
887 | *(u64 *)(tracer->ds.context->ds + (ds_cfg.sizeof_field * 8)) = value; | 1218 | if (ds_cfg.nr_counter_reset < counter) |
1219 | return -EINVAL; | ||
1220 | |||
1221 | *(u64 *)(tracer->ds.context->ds + | ||
1222 | (NUM_DS_PTR_FIELDS * ds_cfg.sizeof_ptr_field) + | ||
1223 | (counter * PEBS_RESET_FIELD_SIZE)) = value; | ||
888 | 1224 | ||
889 | return 0; | 1225 | return 0; |
890 | } | 1226 | } |
@@ -894,73 +1230,117 @@ static const struct ds_configuration ds_cfg_netburst = { | |||
894 | .ctl[dsf_bts] = (1 << 2) | (1 << 3), | 1230 | .ctl[dsf_bts] = (1 << 2) | (1 << 3), |
895 | .ctl[dsf_bts_kernel] = (1 << 5), | 1231 | .ctl[dsf_bts_kernel] = (1 << 5), |
896 | .ctl[dsf_bts_user] = (1 << 6), | 1232 | .ctl[dsf_bts_user] = (1 << 6), |
897 | 1233 | .nr_counter_reset = 1, | |
898 | .sizeof_field = sizeof(long), | ||
899 | .sizeof_rec[ds_bts] = sizeof(long) * 3, | ||
900 | #ifdef __i386__ | ||
901 | .sizeof_rec[ds_pebs] = sizeof(long) * 10, | ||
902 | #else | ||
903 | .sizeof_rec[ds_pebs] = sizeof(long) * 18, | ||
904 | #endif | ||
905 | }; | 1234 | }; |
906 | static const struct ds_configuration ds_cfg_pentium_m = { | 1235 | static const struct ds_configuration ds_cfg_pentium_m = { |
907 | .name = "Pentium M", | 1236 | .name = "Pentium M", |
908 | .ctl[dsf_bts] = (1 << 6) | (1 << 7), | 1237 | .ctl[dsf_bts] = (1 << 6) | (1 << 7), |
909 | 1238 | .nr_counter_reset = 1, | |
910 | .sizeof_field = sizeof(long), | ||
911 | .sizeof_rec[ds_bts] = sizeof(long) * 3, | ||
912 | #ifdef __i386__ | ||
913 | .sizeof_rec[ds_pebs] = sizeof(long) * 10, | ||
914 | #else | ||
915 | .sizeof_rec[ds_pebs] = sizeof(long) * 18, | ||
916 | #endif | ||
917 | }; | 1239 | }; |
918 | static const struct ds_configuration ds_cfg_core2_atom = { | 1240 | static const struct ds_configuration ds_cfg_core2_atom = { |
919 | .name = "Core 2/Atom", | 1241 | .name = "Core 2/Atom", |
920 | .ctl[dsf_bts] = (1 << 6) | (1 << 7), | 1242 | .ctl[dsf_bts] = (1 << 6) | (1 << 7), |
921 | .ctl[dsf_bts_kernel] = (1 << 9), | 1243 | .ctl[dsf_bts_kernel] = (1 << 9), |
922 | .ctl[dsf_bts_user] = (1 << 10), | 1244 | .ctl[dsf_bts_user] = (1 << 10), |
923 | 1245 | .nr_counter_reset = 1, | |
924 | .sizeof_field = 8, | 1246 | }; |
925 | .sizeof_rec[ds_bts] = 8 * 3, | 1247 | static const struct ds_configuration ds_cfg_core_i7 = { |
926 | .sizeof_rec[ds_pebs] = 8 * 18, | 1248 | .name = "Core i7", |
1249 | .ctl[dsf_bts] = (1 << 6) | (1 << 7), | ||
1250 | .ctl[dsf_bts_kernel] = (1 << 9), | ||
1251 | .ctl[dsf_bts_user] = (1 << 10), | ||
1252 | .nr_counter_reset = 4, | ||
927 | }; | 1253 | }; |
928 | 1254 | ||
929 | static void | 1255 | static void |
930 | ds_configure(const struct ds_configuration *cfg) | 1256 | ds_configure(const struct ds_configuration *cfg, |
1257 | struct cpuinfo_x86 *cpu) | ||
931 | { | 1258 | { |
1259 | unsigned long nr_pebs_fields = 0; | ||
1260 | |||
1261 | printk(KERN_INFO "[ds] using %s configuration\n", cfg->name); | ||
1262 | |||
1263 | #ifdef __i386__ | ||
1264 | nr_pebs_fields = 10; | ||
1265 | #else | ||
1266 | nr_pebs_fields = 18; | ||
1267 | #endif | ||
1268 | |||
1269 | /* | ||
1270 | * Starting with version 2, architectural performance | ||
1271 | * monitoring supports a format specifier. | ||
1272 | */ | ||
1273 | if ((cpuid_eax(0xa) & 0xff) > 1) { | ||
1274 | unsigned long perf_capabilities, format; | ||
1275 | |||
1276 | rdmsrl(MSR_IA32_PERF_CAPABILITIES, perf_capabilities); | ||
1277 | |||
1278 | format = (perf_capabilities >> 8) & 0xf; | ||
1279 | |||
1280 | switch (format) { | ||
1281 | case 0: | ||
1282 | nr_pebs_fields = 18; | ||
1283 | break; | ||
1284 | case 1: | ||
1285 | nr_pebs_fields = 22; | ||
1286 | break; | ||
1287 | default: | ||
1288 | printk(KERN_INFO | ||
1289 | "[ds] unknown PEBS format: %lu\n", format); | ||
1290 | nr_pebs_fields = 0; | ||
1291 | break; | ||
1292 | } | ||
1293 | } | ||
1294 | |||
932 | memset(&ds_cfg, 0, sizeof(ds_cfg)); | 1295 | memset(&ds_cfg, 0, sizeof(ds_cfg)); |
933 | ds_cfg = *cfg; | 1296 | ds_cfg = *cfg; |
934 | 1297 | ||
935 | printk(KERN_INFO "[ds] using %s configuration\n", ds_cfg.name); | 1298 | ds_cfg.sizeof_ptr_field = |
1299 | (cpu_has(cpu, X86_FEATURE_DTES64) ? 8 : 4); | ||
1300 | |||
1301 | ds_cfg.sizeof_rec[ds_bts] = ds_cfg.sizeof_ptr_field * 3; | ||
1302 | ds_cfg.sizeof_rec[ds_pebs] = ds_cfg.sizeof_ptr_field * nr_pebs_fields; | ||
936 | 1303 | ||
937 | if (!cpu_has_bts) { | 1304 | if (!cpu_has(cpu, X86_FEATURE_BTS)) { |
938 | ds_cfg.ctl[dsf_bts] = 0; | 1305 | ds_cfg.sizeof_rec[ds_bts] = 0; |
939 | printk(KERN_INFO "[ds] bts not available\n"); | 1306 | printk(KERN_INFO "[ds] bts not available\n"); |
940 | } | 1307 | } |
941 | if (!cpu_has_pebs) | 1308 | if (!cpu_has(cpu, X86_FEATURE_PEBS)) { |
1309 | ds_cfg.sizeof_rec[ds_pebs] = 0; | ||
942 | printk(KERN_INFO "[ds] pebs not available\n"); | 1310 | printk(KERN_INFO "[ds] pebs not available\n"); |
1311 | } | ||
1312 | |||
1313 | printk(KERN_INFO "[ds] sizes: address: %u bit, ", | ||
1314 | 8 * ds_cfg.sizeof_ptr_field); | ||
1315 | printk("bts/pebs record: %u/%u bytes\n", | ||
1316 | ds_cfg.sizeof_rec[ds_bts], ds_cfg.sizeof_rec[ds_pebs]); | ||
943 | 1317 | ||
944 | WARN_ON_ONCE(MAX_SIZEOF_DS < (12 * ds_cfg.sizeof_field)); | 1318 | WARN_ON_ONCE(MAX_PEBS_COUNTERS < ds_cfg.nr_counter_reset); |
945 | } | 1319 | } |
946 | 1320 | ||
947 | void __cpuinit ds_init_intel(struct cpuinfo_x86 *c) | 1321 | void __cpuinit ds_init_intel(struct cpuinfo_x86 *c) |
948 | { | 1322 | { |
1323 | /* Only configure the first cpu. Others are identical. */ | ||
1324 | if (ds_cfg.name) | ||
1325 | return; | ||
1326 | |||
949 | switch (c->x86) { | 1327 | switch (c->x86) { |
950 | case 0x6: | 1328 | case 0x6: |
951 | switch (c->x86_model) { | 1329 | switch (c->x86_model) { |
952 | case 0x9: | 1330 | case 0x9: |
953 | case 0xd: /* Pentium M */ | 1331 | case 0xd: /* Pentium M */ |
954 | ds_configure(&ds_cfg_pentium_m); | 1332 | ds_configure(&ds_cfg_pentium_m, c); |
955 | break; | 1333 | break; |
956 | case 0xf: | 1334 | case 0xf: |
957 | case 0x17: /* Core2 */ | 1335 | case 0x17: /* Core2 */ |
958 | case 0x1c: /* Atom */ | 1336 | case 0x1c: /* Atom */ |
959 | ds_configure(&ds_cfg_core2_atom); | 1337 | ds_configure(&ds_cfg_core2_atom, c); |
1338 | break; | ||
1339 | case 0x1a: /* Core i7 */ | ||
1340 | ds_configure(&ds_cfg_core_i7, c); | ||
960 | break; | 1341 | break; |
961 | case 0x1a: /* i7 */ | ||
962 | default: | 1342 | default: |
963 | /* sorry, don't know about them */ | 1343 | /* Sorry, don't know about them. */ |
964 | break; | 1344 | break; |
965 | } | 1345 | } |
966 | break; | 1346 | break; |
@@ -969,64 +1349,89 @@ void __cpuinit ds_init_intel(struct cpuinfo_x86 *c) | |||
969 | case 0x0: | 1349 | case 0x0: |
970 | case 0x1: | 1350 | case 0x1: |
971 | case 0x2: /* Netburst */ | 1351 | case 0x2: /* Netburst */ |
972 | ds_configure(&ds_cfg_netburst); | 1352 | ds_configure(&ds_cfg_netburst, c); |
973 | break; | 1353 | break; |
974 | default: | 1354 | default: |
975 | /* sorry, don't know about them */ | 1355 | /* Sorry, don't know about them. */ |
976 | break; | 1356 | break; |
977 | } | 1357 | } |
978 | break; | 1358 | break; |
979 | default: | 1359 | default: |
980 | /* sorry, don't know about them */ | 1360 | /* Sorry, don't know about them. */ |
981 | break; | 1361 | break; |
982 | } | 1362 | } |
983 | } | 1363 | } |
984 | 1364 | ||
1365 | static inline void ds_take_timestamp(struct ds_context *context, | ||
1366 | enum bts_qualifier qualifier, | ||
1367 | struct task_struct *task) | ||
1368 | { | ||
1369 | struct bts_tracer *tracer = context->bts_master; | ||
1370 | struct bts_struct ts; | ||
1371 | |||
1372 | /* Prevent compilers from reading the tracer pointer twice. */ | ||
1373 | barrier(); | ||
1374 | |||
1375 | if (!tracer || !(tracer->flags & BTS_TIMESTAMPS)) | ||
1376 | return; | ||
1377 | |||
1378 | memset(&ts, 0, sizeof(ts)); | ||
1379 | ts.qualifier = qualifier; | ||
1380 | ts.variant.event.clock = trace_clock_global(); | ||
1381 | ts.variant.event.pid = task->pid; | ||
1382 | |||
1383 | bts_write(tracer, &ts); | ||
1384 | } | ||
1385 | |||
985 | /* | 1386 | /* |
986 | * Change the DS configuration from tracing prev to tracing next. | 1387 | * Change the DS configuration from tracing prev to tracing next. |
987 | */ | 1388 | */ |
988 | void ds_switch_to(struct task_struct *prev, struct task_struct *next) | 1389 | void ds_switch_to(struct task_struct *prev, struct task_struct *next) |
989 | { | 1390 | { |
990 | struct ds_context *prev_ctx = prev->thread.ds_ctx; | 1391 | struct ds_context *prev_ctx = prev->thread.ds_ctx; |
991 | struct ds_context *next_ctx = next->thread.ds_ctx; | 1392 | struct ds_context *next_ctx = next->thread.ds_ctx; |
1393 | unsigned long debugctlmsr = next->thread.debugctlmsr; | ||
1394 | |||
1395 | /* Make sure all data is read before we start. */ | ||
1396 | barrier(); | ||
992 | 1397 | ||
993 | if (prev_ctx) { | 1398 | if (prev_ctx) { |
994 | update_debugctlmsr(0); | 1399 | update_debugctlmsr(0); |
995 | 1400 | ||
996 | if (prev_ctx->bts_master && | 1401 | ds_take_timestamp(prev_ctx, bts_task_departs, prev); |
997 | (prev_ctx->bts_master->trace.ds.flags & BTS_TIMESTAMPS)) { | ||
998 | struct bts_struct ts = { | ||
999 | .qualifier = bts_task_departs, | ||
1000 | .variant.timestamp.jiffies = jiffies_64, | ||
1001 | .variant.timestamp.pid = prev->pid | ||
1002 | }; | ||
1003 | bts_write(prev_ctx->bts_master, &ts); | ||
1004 | } | ||
1005 | } | 1402 | } |
1006 | 1403 | ||
1007 | if (next_ctx) { | 1404 | if (next_ctx) { |
1008 | if (next_ctx->bts_master && | 1405 | ds_take_timestamp(next_ctx, bts_task_arrives, next); |
1009 | (next_ctx->bts_master->trace.ds.flags & BTS_TIMESTAMPS)) { | ||
1010 | struct bts_struct ts = { | ||
1011 | .qualifier = bts_task_arrives, | ||
1012 | .variant.timestamp.jiffies = jiffies_64, | ||
1013 | .variant.timestamp.pid = next->pid | ||
1014 | }; | ||
1015 | bts_write(next_ctx->bts_master, &ts); | ||
1016 | } | ||
1017 | 1406 | ||
1018 | wrmsrl(MSR_IA32_DS_AREA, (unsigned long)next_ctx->ds); | 1407 | wrmsrl(MSR_IA32_DS_AREA, (unsigned long)next_ctx->ds); |
1019 | } | 1408 | } |
1020 | 1409 | ||
1021 | update_debugctlmsr(next->thread.debugctlmsr); | 1410 | update_debugctlmsr(debugctlmsr); |
1022 | } | 1411 | } |
1023 | 1412 | ||
1024 | void ds_copy_thread(struct task_struct *tsk, struct task_struct *father) | 1413 | static __init int ds_selftest(void) |
1025 | { | 1414 | { |
1026 | clear_tsk_thread_flag(tsk, TIF_DS_AREA_MSR); | 1415 | if (ds_cfg.sizeof_rec[ds_bts]) { |
1027 | tsk->thread.ds_ctx = NULL; | 1416 | int error; |
1028 | } | ||
1029 | 1417 | ||
1030 | void ds_exit_thread(struct task_struct *tsk) | 1418 | error = ds_selftest_bts(); |
1031 | { | 1419 | if (error) { |
1420 | WARN(1, "[ds] selftest failed. disabling bts.\n"); | ||
1421 | ds_cfg.sizeof_rec[ds_bts] = 0; | ||
1422 | } | ||
1423 | } | ||
1424 | |||
1425 | if (ds_cfg.sizeof_rec[ds_pebs]) { | ||
1426 | int error; | ||
1427 | |||
1428 | error = ds_selftest_pebs(); | ||
1429 | if (error) { | ||
1430 | WARN(1, "[ds] selftest failed. disabling pebs.\n"); | ||
1431 | ds_cfg.sizeof_rec[ds_pebs] = 0; | ||
1432 | } | ||
1433 | } | ||
1434 | |||
1435 | return 0; | ||
1032 | } | 1436 | } |
1437 | device_initcall(ds_selftest); | ||
diff --git a/arch/x86/kernel/ds_selftest.c b/arch/x86/kernel/ds_selftest.c new file mode 100644 index 000000000000..6bc7c199ab99 --- /dev/null +++ b/arch/x86/kernel/ds_selftest.c | |||
@@ -0,0 +1,408 @@ | |||
1 | /* | ||
2 | * Debug Store support - selftest | ||
3 | * | ||
4 | * | ||
5 | * Copyright (C) 2009 Intel Corporation. | ||
6 | * Markus Metzger <markus.t.metzger@intel.com>, 2009 | ||
7 | */ | ||
8 | |||
9 | #include "ds_selftest.h" | ||
10 | |||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/string.h> | ||
13 | #include <linux/smp.h> | ||
14 | #include <linux/cpu.h> | ||
15 | |||
16 | #include <asm/ds.h> | ||
17 | |||
18 | |||
19 | #define BUFFER_SIZE 521 /* Intentionally chose an odd size. */ | ||
20 | #define SMALL_BUFFER_SIZE 24 /* A single bts entry. */ | ||
21 | |||
22 | struct ds_selftest_bts_conf { | ||
23 | struct bts_tracer *tracer; | ||
24 | int error; | ||
25 | int (*suspend)(struct bts_tracer *); | ||
26 | int (*resume)(struct bts_tracer *); | ||
27 | }; | ||
28 | |||
29 | static int ds_selftest_bts_consistency(const struct bts_trace *trace) | ||
30 | { | ||
31 | int error = 0; | ||
32 | |||
33 | if (!trace) { | ||
34 | printk(KERN_CONT "failed to access trace..."); | ||
35 | /* Bail out. Other tests are pointless. */ | ||
36 | return -1; | ||
37 | } | ||
38 | |||
39 | if (!trace->read) { | ||
40 | printk(KERN_CONT "bts read not available..."); | ||
41 | error = -1; | ||
42 | } | ||
43 | |||
44 | /* Do some sanity checks on the trace configuration. */ | ||
45 | if (!trace->ds.n) { | ||
46 | printk(KERN_CONT "empty bts buffer..."); | ||
47 | error = -1; | ||
48 | } | ||
49 | if (!trace->ds.size) { | ||
50 | printk(KERN_CONT "bad bts trace setup..."); | ||
51 | error = -1; | ||
52 | } | ||
53 | if (trace->ds.end != | ||
54 | (char *)trace->ds.begin + (trace->ds.n * trace->ds.size)) { | ||
55 | printk(KERN_CONT "bad bts buffer setup..."); | ||
56 | error = -1; | ||
57 | } | ||
58 | /* | ||
59 | * We allow top in [begin; end], since its not clear when the | ||
60 | * overflow adjustment happens: after the increment or before the | ||
61 | * write. | ||
62 | */ | ||
63 | if ((trace->ds.top < trace->ds.begin) || | ||
64 | (trace->ds.end < trace->ds.top)) { | ||
65 | printk(KERN_CONT "bts top out of bounds..."); | ||
66 | error = -1; | ||
67 | } | ||
68 | |||
69 | return error; | ||
70 | } | ||
71 | |||
72 | static int ds_selftest_bts_read(struct bts_tracer *tracer, | ||
73 | const struct bts_trace *trace, | ||
74 | const void *from, const void *to) | ||
75 | { | ||
76 | const unsigned char *at; | ||
77 | |||
78 | /* | ||
79 | * Check a few things which do not belong to this test. | ||
80 | * They should be covered by other tests. | ||
81 | */ | ||
82 | if (!trace) | ||
83 | return -1; | ||
84 | |||
85 | if (!trace->read) | ||
86 | return -1; | ||
87 | |||
88 | if (to < from) | ||
89 | return -1; | ||
90 | |||
91 | if (from < trace->ds.begin) | ||
92 | return -1; | ||
93 | |||
94 | if (trace->ds.end < to) | ||
95 | return -1; | ||
96 | |||
97 | if (!trace->ds.size) | ||
98 | return -1; | ||
99 | |||
100 | /* Now to the test itself. */ | ||
101 | for (at = from; (void *)at < to; at += trace->ds.size) { | ||
102 | struct bts_struct bts; | ||
103 | unsigned long index; | ||
104 | int error; | ||
105 | |||
106 | if (((void *)at - trace->ds.begin) % trace->ds.size) { | ||
107 | printk(KERN_CONT | ||
108 | "read from non-integer index..."); | ||
109 | return -1; | ||
110 | } | ||
111 | index = ((void *)at - trace->ds.begin) / trace->ds.size; | ||
112 | |||
113 | memset(&bts, 0, sizeof(bts)); | ||
114 | error = trace->read(tracer, at, &bts); | ||
115 | if (error < 0) { | ||
116 | printk(KERN_CONT | ||
117 | "error reading bts trace at [%lu] (0x%p)...", | ||
118 | index, at); | ||
119 | return error; | ||
120 | } | ||
121 | |||
122 | switch (bts.qualifier) { | ||
123 | case BTS_BRANCH: | ||
124 | break; | ||
125 | default: | ||
126 | printk(KERN_CONT | ||
127 | "unexpected bts entry %llu at [%lu] (0x%p)...", | ||
128 | bts.qualifier, index, at); | ||
129 | return -1; | ||
130 | } | ||
131 | } | ||
132 | |||
133 | return 0; | ||
134 | } | ||
135 | |||
136 | static void ds_selftest_bts_cpu(void *arg) | ||
137 | { | ||
138 | struct ds_selftest_bts_conf *conf = arg; | ||
139 | const struct bts_trace *trace; | ||
140 | void *top; | ||
141 | |||
142 | if (IS_ERR(conf->tracer)) { | ||
143 | conf->error = PTR_ERR(conf->tracer); | ||
144 | conf->tracer = NULL; | ||
145 | |||
146 | printk(KERN_CONT | ||
147 | "initialization failed (err: %d)...", conf->error); | ||
148 | return; | ||
149 | } | ||
150 | |||
151 | /* We should meanwhile have enough trace. */ | ||
152 | conf->error = conf->suspend(conf->tracer); | ||
153 | if (conf->error < 0) | ||
154 | return; | ||
155 | |||
156 | /* Let's see if we can access the trace. */ | ||
157 | trace = ds_read_bts(conf->tracer); | ||
158 | |||
159 | conf->error = ds_selftest_bts_consistency(trace); | ||
160 | if (conf->error < 0) | ||
161 | return; | ||
162 | |||
163 | /* If everything went well, we should have a few trace entries. */ | ||
164 | if (trace->ds.top == trace->ds.begin) { | ||
165 | /* | ||
166 | * It is possible but highly unlikely that we got a | ||
167 | * buffer overflow and end up at exactly the same | ||
168 | * position we started from. | ||
169 | * Let's issue a warning, but continue. | ||
170 | */ | ||
171 | printk(KERN_CONT "no trace/overflow..."); | ||
172 | } | ||
173 | |||
174 | /* Let's try to read the trace we collected. */ | ||
175 | conf->error = | ||
176 | ds_selftest_bts_read(conf->tracer, trace, | ||
177 | trace->ds.begin, trace->ds.top); | ||
178 | if (conf->error < 0) | ||
179 | return; | ||
180 | |||
181 | /* | ||
182 | * Let's read the trace again. | ||
183 | * Since we suspended tracing, we should get the same result. | ||
184 | */ | ||
185 | top = trace->ds.top; | ||
186 | |||
187 | trace = ds_read_bts(conf->tracer); | ||
188 | conf->error = ds_selftest_bts_consistency(trace); | ||
189 | if (conf->error < 0) | ||
190 | return; | ||
191 | |||
192 | if (top != trace->ds.top) { | ||
193 | printk(KERN_CONT "suspend not working..."); | ||
194 | conf->error = -1; | ||
195 | return; | ||
196 | } | ||
197 | |||
198 | /* Let's collect some more trace - see if resume is working. */ | ||
199 | conf->error = conf->resume(conf->tracer); | ||
200 | if (conf->error < 0) | ||
201 | return; | ||
202 | |||
203 | conf->error = conf->suspend(conf->tracer); | ||
204 | if (conf->error < 0) | ||
205 | return; | ||
206 | |||
207 | trace = ds_read_bts(conf->tracer); | ||
208 | |||
209 | conf->error = ds_selftest_bts_consistency(trace); | ||
210 | if (conf->error < 0) | ||
211 | return; | ||
212 | |||
213 | if (trace->ds.top == top) { | ||
214 | /* | ||
215 | * It is possible but highly unlikely that we got a | ||
216 | * buffer overflow and end up at exactly the same | ||
217 | * position we started from. | ||
218 | * Let's issue a warning and check the full trace. | ||
219 | */ | ||
220 | printk(KERN_CONT | ||
221 | "no resume progress/overflow..."); | ||
222 | |||
223 | conf->error = | ||
224 | ds_selftest_bts_read(conf->tracer, trace, | ||
225 | trace->ds.begin, trace->ds.end); | ||
226 | } else if (trace->ds.top < top) { | ||
227 | /* | ||
228 | * We had a buffer overflow - the entire buffer should | ||
229 | * contain trace records. | ||
230 | */ | ||
231 | conf->error = | ||
232 | ds_selftest_bts_read(conf->tracer, trace, | ||
233 | trace->ds.begin, trace->ds.end); | ||
234 | } else { | ||
235 | /* | ||
236 | * It is quite likely that the buffer did not overflow. | ||
237 | * Let's just check the delta trace. | ||
238 | */ | ||
239 | conf->error = | ||
240 | ds_selftest_bts_read(conf->tracer, trace, top, | ||
241 | trace->ds.top); | ||
242 | } | ||
243 | if (conf->error < 0) | ||
244 | return; | ||
245 | |||
246 | conf->error = 0; | ||
247 | } | ||
248 | |||
249 | static int ds_suspend_bts_wrap(struct bts_tracer *tracer) | ||
250 | { | ||
251 | ds_suspend_bts(tracer); | ||
252 | return 0; | ||
253 | } | ||
254 | |||
255 | static int ds_resume_bts_wrap(struct bts_tracer *tracer) | ||
256 | { | ||
257 | ds_resume_bts(tracer); | ||
258 | return 0; | ||
259 | } | ||
260 | |||
261 | static void ds_release_bts_noirq_wrap(void *tracer) | ||
262 | { | ||
263 | (void)ds_release_bts_noirq(tracer); | ||
264 | } | ||
265 | |||
266 | static int ds_selftest_bts_bad_release_noirq(int cpu, | ||
267 | struct bts_tracer *tracer) | ||
268 | { | ||
269 | int error = -EPERM; | ||
270 | |||
271 | /* Try to release the tracer on the wrong cpu. */ | ||
272 | get_cpu(); | ||
273 | if (cpu != smp_processor_id()) { | ||
274 | error = ds_release_bts_noirq(tracer); | ||
275 | if (error != -EPERM) | ||
276 | printk(KERN_CONT "release on wrong cpu..."); | ||
277 | } | ||
278 | put_cpu(); | ||
279 | |||
280 | return error ? 0 : -1; | ||
281 | } | ||
282 | |||
283 | static int ds_selftest_bts_bad_request_cpu(int cpu, void *buffer) | ||
284 | { | ||
285 | struct bts_tracer *tracer; | ||
286 | int error; | ||
287 | |||
288 | /* Try to request cpu tracing while task tracing is active. */ | ||
289 | tracer = ds_request_bts_cpu(cpu, buffer, BUFFER_SIZE, NULL, | ||
290 | (size_t)-1, BTS_KERNEL); | ||
291 | error = PTR_ERR(tracer); | ||
292 | if (!IS_ERR(tracer)) { | ||
293 | ds_release_bts(tracer); | ||
294 | error = 0; | ||
295 | } | ||
296 | |||
297 | if (error != -EPERM) | ||
298 | printk(KERN_CONT "cpu/task tracing overlap..."); | ||
299 | |||
300 | return error ? 0 : -1; | ||
301 | } | ||
302 | |||
303 | static int ds_selftest_bts_bad_request_task(void *buffer) | ||
304 | { | ||
305 | struct bts_tracer *tracer; | ||
306 | int error; | ||
307 | |||
308 | /* Try to request cpu tracing while task tracing is active. */ | ||
309 | tracer = ds_request_bts_task(current, buffer, BUFFER_SIZE, NULL, | ||
310 | (size_t)-1, BTS_KERNEL); | ||
311 | error = PTR_ERR(tracer); | ||
312 | if (!IS_ERR(tracer)) { | ||
313 | error = 0; | ||
314 | ds_release_bts(tracer); | ||
315 | } | ||
316 | |||
317 | if (error != -EPERM) | ||
318 | printk(KERN_CONT "task/cpu tracing overlap..."); | ||
319 | |||
320 | return error ? 0 : -1; | ||
321 | } | ||
322 | |||
323 | int ds_selftest_bts(void) | ||
324 | { | ||
325 | struct ds_selftest_bts_conf conf; | ||
326 | unsigned char buffer[BUFFER_SIZE], *small_buffer; | ||
327 | unsigned long irq; | ||
328 | int cpu; | ||
329 | |||
330 | printk(KERN_INFO "[ds] bts selftest..."); | ||
331 | conf.error = 0; | ||
332 | |||
333 | small_buffer = (unsigned char *)ALIGN((unsigned long)buffer, 8) + 8; | ||
334 | |||
335 | get_online_cpus(); | ||
336 | for_each_online_cpu(cpu) { | ||
337 | conf.suspend = ds_suspend_bts_wrap; | ||
338 | conf.resume = ds_resume_bts_wrap; | ||
339 | conf.tracer = | ||
340 | ds_request_bts_cpu(cpu, buffer, BUFFER_SIZE, | ||
341 | NULL, (size_t)-1, BTS_KERNEL); | ||
342 | ds_selftest_bts_cpu(&conf); | ||
343 | if (conf.error >= 0) | ||
344 | conf.error = ds_selftest_bts_bad_request_task(buffer); | ||
345 | ds_release_bts(conf.tracer); | ||
346 | if (conf.error < 0) | ||
347 | goto out; | ||
348 | |||
349 | conf.suspend = ds_suspend_bts_noirq; | ||
350 | conf.resume = ds_resume_bts_noirq; | ||
351 | conf.tracer = | ||
352 | ds_request_bts_cpu(cpu, buffer, BUFFER_SIZE, | ||
353 | NULL, (size_t)-1, BTS_KERNEL); | ||
354 | smp_call_function_single(cpu, ds_selftest_bts_cpu, &conf, 1); | ||
355 | if (conf.error >= 0) { | ||
356 | conf.error = | ||
357 | ds_selftest_bts_bad_release_noirq(cpu, | ||
358 | conf.tracer); | ||
359 | /* We must not release the tracer twice. */ | ||
360 | if (conf.error < 0) | ||
361 | conf.tracer = NULL; | ||
362 | } | ||
363 | if (conf.error >= 0) | ||
364 | conf.error = ds_selftest_bts_bad_request_task(buffer); | ||
365 | smp_call_function_single(cpu, ds_release_bts_noirq_wrap, | ||
366 | conf.tracer, 1); | ||
367 | if (conf.error < 0) | ||
368 | goto out; | ||
369 | } | ||
370 | |||
371 | conf.suspend = ds_suspend_bts_wrap; | ||
372 | conf.resume = ds_resume_bts_wrap; | ||
373 | conf.tracer = | ||
374 | ds_request_bts_task(current, buffer, BUFFER_SIZE, | ||
375 | NULL, (size_t)-1, BTS_KERNEL); | ||
376 | ds_selftest_bts_cpu(&conf); | ||
377 | if (conf.error >= 0) | ||
378 | conf.error = ds_selftest_bts_bad_request_cpu(0, buffer); | ||
379 | ds_release_bts(conf.tracer); | ||
380 | if (conf.error < 0) | ||
381 | goto out; | ||
382 | |||
383 | conf.suspend = ds_suspend_bts_noirq; | ||
384 | conf.resume = ds_resume_bts_noirq; | ||
385 | conf.tracer = | ||
386 | ds_request_bts_task(current, small_buffer, SMALL_BUFFER_SIZE, | ||
387 | NULL, (size_t)-1, BTS_KERNEL); | ||
388 | local_irq_save(irq); | ||
389 | ds_selftest_bts_cpu(&conf); | ||
390 | if (conf.error >= 0) | ||
391 | conf.error = ds_selftest_bts_bad_request_cpu(0, buffer); | ||
392 | ds_release_bts_noirq(conf.tracer); | ||
393 | local_irq_restore(irq); | ||
394 | if (conf.error < 0) | ||
395 | goto out; | ||
396 | |||
397 | conf.error = 0; | ||
398 | out: | ||
399 | put_online_cpus(); | ||
400 | printk(KERN_CONT "%s.\n", (conf.error ? "failed" : "passed")); | ||
401 | |||
402 | return conf.error; | ||
403 | } | ||
404 | |||
405 | int ds_selftest_pebs(void) | ||
406 | { | ||
407 | return 0; | ||
408 | } | ||
diff --git a/arch/x86/kernel/ds_selftest.h b/arch/x86/kernel/ds_selftest.h new file mode 100644 index 000000000000..2ba8745c6663 --- /dev/null +++ b/arch/x86/kernel/ds_selftest.h | |||
@@ -0,0 +1,15 @@ | |||
1 | /* | ||
2 | * Debug Store support - selftest | ||
3 | * | ||
4 | * | ||
5 | * Copyright (C) 2009 Intel Corporation. | ||
6 | * Markus Metzger <markus.t.metzger@intel.com>, 2009 | ||
7 | */ | ||
8 | |||
9 | #ifdef CONFIG_X86_DS_SELFTEST | ||
10 | extern int ds_selftest_bts(void); | ||
11 | extern int ds_selftest_pebs(void); | ||
12 | #else | ||
13 | static inline int ds_selftest_bts(void) { return 0; } | ||
14 | static inline int ds_selftest_pebs(void) { return 0; } | ||
15 | #endif | ||
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index bb01ce080b80..1c17d7c751a4 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -147,27 +147,14 @@ END(ftrace_graph_caller) | |||
147 | GLOBAL(return_to_handler) | 147 | GLOBAL(return_to_handler) |
148 | subq $80, %rsp | 148 | subq $80, %rsp |
149 | 149 | ||
150 | /* Save the return values */ | ||
150 | movq %rax, (%rsp) | 151 | movq %rax, (%rsp) |
151 | movq %rcx, 8(%rsp) | 152 | movq %rdx, 8(%rsp) |
152 | movq %rdx, 16(%rsp) | ||
153 | movq %rsi, 24(%rsp) | ||
154 | movq %rdi, 32(%rsp) | ||
155 | movq %r8, 40(%rsp) | ||
156 | movq %r9, 48(%rsp) | ||
157 | movq %r10, 56(%rsp) | ||
158 | movq %r11, 64(%rsp) | ||
159 | 153 | ||
160 | call ftrace_return_to_handler | 154 | call ftrace_return_to_handler |
161 | 155 | ||
162 | movq %rax, 72(%rsp) | 156 | movq %rax, 72(%rsp) |
163 | movq 64(%rsp), %r11 | 157 | movq 8(%rsp), %rdx |
164 | movq 56(%rsp), %r10 | ||
165 | movq 48(%rsp), %r9 | ||
166 | movq 40(%rsp), %r8 | ||
167 | movq 32(%rsp), %rdi | ||
168 | movq 24(%rsp), %rsi | ||
169 | movq 16(%rsp), %rdx | ||
170 | movq 8(%rsp), %rcx | ||
171 | movq (%rsp), %rax | 158 | movq (%rsp), %rax |
172 | addq $72, %rsp | 159 | addq $72, %rsp |
173 | retq | 160 | retq |
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index e22d63bdc8ff..3bb2be1649bd 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <asm/idle.h> | 16 | #include <asm/idle.h> |
17 | #include <asm/uaccess.h> | 17 | #include <asm/uaccess.h> |
18 | #include <asm/i387.h> | 18 | #include <asm/i387.h> |
19 | #include <asm/ds.h> | ||
19 | 20 | ||
20 | unsigned long idle_halt; | 21 | unsigned long idle_halt; |
21 | EXPORT_SYMBOL(idle_halt); | 22 | EXPORT_SYMBOL(idle_halt); |
@@ -47,6 +48,8 @@ void free_thread_xstate(struct task_struct *tsk) | |||
47 | kmem_cache_free(task_xstate_cachep, tsk->thread.xstate); | 48 | kmem_cache_free(task_xstate_cachep, tsk->thread.xstate); |
48 | tsk->thread.xstate = NULL; | 49 | tsk->thread.xstate = NULL; |
49 | } | 50 | } |
51 | |||
52 | WARN(tsk->thread.ds_ctx, "leaking DS context\n"); | ||
50 | } | 53 | } |
51 | 54 | ||
52 | void free_thread_info(struct thread_info *ti) | 55 | void free_thread_info(struct thread_info *ti) |
@@ -85,8 +88,6 @@ void exit_thread(void) | |||
85 | put_cpu(); | 88 | put_cpu(); |
86 | kfree(bp); | 89 | kfree(bp); |
87 | } | 90 | } |
88 | |||
89 | ds_exit_thread(current); | ||
90 | } | 91 | } |
91 | 92 | ||
92 | void flush_thread(void) | 93 | void flush_thread(void) |
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index c60924b5d123..59f4524984af 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -287,7 +287,8 @@ int copy_thread(unsigned long clone_flags, unsigned long sp, | |||
287 | p->thread.io_bitmap_max = 0; | 287 | p->thread.io_bitmap_max = 0; |
288 | } | 288 | } |
289 | 289 | ||
290 | ds_copy_thread(p, current); | 290 | clear_tsk_thread_flag(p, TIF_DS_AREA_MSR); |
291 | p->thread.ds_ctx = NULL; | ||
291 | 292 | ||
292 | clear_tsk_thread_flag(p, TIF_DEBUGCTLMSR); | 293 | clear_tsk_thread_flag(p, TIF_DEBUGCTLMSR); |
293 | p->thread.debugctlmsr = 0; | 294 | p->thread.debugctlmsr = 0; |
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 45f010fb2e20..ebefb5407b9d 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -332,7 +332,8 @@ int copy_thread(unsigned long clone_flags, unsigned long sp, | |||
332 | goto out; | 332 | goto out; |
333 | } | 333 | } |
334 | 334 | ||
335 | ds_copy_thread(p, me); | 335 | clear_tsk_thread_flag(p, TIF_DS_AREA_MSR); |
336 | p->thread.ds_ctx = NULL; | ||
336 | 337 | ||
337 | clear_tsk_thread_flag(p, TIF_DEBUGCTLMSR); | 338 | clear_tsk_thread_flag(p, TIF_DEBUGCTLMSR); |
338 | p->thread.debugctlmsr = 0; | 339 | p->thread.debugctlmsr = 0; |
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c index 23b7c8f017e2..09ecbde91c13 100644 --- a/arch/x86/kernel/ptrace.c +++ b/arch/x86/kernel/ptrace.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/audit.h> | 21 | #include <linux/audit.h> |
22 | #include <linux/seccomp.h> | 22 | #include <linux/seccomp.h> |
23 | #include <linux/signal.h> | 23 | #include <linux/signal.h> |
24 | #include <linux/workqueue.h> | ||
24 | 25 | ||
25 | #include <asm/uaccess.h> | 26 | #include <asm/uaccess.h> |
26 | #include <asm/pgtable.h> | 27 | #include <asm/pgtable.h> |
@@ -578,17 +579,130 @@ static int ioperm_get(struct task_struct *target, | |||
578 | } | 579 | } |
579 | 580 | ||
580 | #ifdef CONFIG_X86_PTRACE_BTS | 581 | #ifdef CONFIG_X86_PTRACE_BTS |
582 | /* | ||
583 | * A branch trace store context. | ||
584 | * | ||
585 | * Contexts may only be installed by ptrace_bts_config() and only for | ||
586 | * ptraced tasks. | ||
587 | * | ||
588 | * Contexts are destroyed when the tracee is detached from the tracer. | ||
589 | * The actual destruction work requires interrupts enabled, so the | ||
590 | * work is deferred and will be scheduled during __ptrace_unlink(). | ||
591 | * | ||
592 | * Contexts hold an additional task_struct reference on the traced | ||
593 | * task, as well as a reference on the tracer's mm. | ||
594 | * | ||
595 | * Ptrace already holds a task_struct for the duration of ptrace operations, | ||
596 | * but since destruction is deferred, it may be executed after both | ||
597 | * tracer and tracee exited. | ||
598 | */ | ||
599 | struct bts_context { | ||
600 | /* The branch trace handle. */ | ||
601 | struct bts_tracer *tracer; | ||
602 | |||
603 | /* The buffer used to store the branch trace and its size. */ | ||
604 | void *buffer; | ||
605 | unsigned int size; | ||
606 | |||
607 | /* The mm that paid for the above buffer. */ | ||
608 | struct mm_struct *mm; | ||
609 | |||
610 | /* The task this context belongs to. */ | ||
611 | struct task_struct *task; | ||
612 | |||
613 | /* The signal to send on a bts buffer overflow. */ | ||
614 | unsigned int bts_ovfl_signal; | ||
615 | |||
616 | /* The work struct to destroy a context. */ | ||
617 | struct work_struct work; | ||
618 | }; | ||
619 | |||
620 | static int alloc_bts_buffer(struct bts_context *context, unsigned int size) | ||
621 | { | ||
622 | void *buffer = NULL; | ||
623 | int err = -ENOMEM; | ||
624 | |||
625 | err = account_locked_memory(current->mm, current->signal->rlim, size); | ||
626 | if (err < 0) | ||
627 | return err; | ||
628 | |||
629 | buffer = kzalloc(size, GFP_KERNEL); | ||
630 | if (!buffer) | ||
631 | goto out_refund; | ||
632 | |||
633 | context->buffer = buffer; | ||
634 | context->size = size; | ||
635 | context->mm = get_task_mm(current); | ||
636 | |||
637 | return 0; | ||
638 | |||
639 | out_refund: | ||
640 | refund_locked_memory(current->mm, size); | ||
641 | return err; | ||
642 | } | ||
643 | |||
644 | static inline void free_bts_buffer(struct bts_context *context) | ||
645 | { | ||
646 | if (!context->buffer) | ||
647 | return; | ||
648 | |||
649 | kfree(context->buffer); | ||
650 | context->buffer = NULL; | ||
651 | |||
652 | refund_locked_memory(context->mm, context->size); | ||
653 | context->size = 0; | ||
654 | |||
655 | mmput(context->mm); | ||
656 | context->mm = NULL; | ||
657 | } | ||
658 | |||
659 | static void free_bts_context_work(struct work_struct *w) | ||
660 | { | ||
661 | struct bts_context *context; | ||
662 | |||
663 | context = container_of(w, struct bts_context, work); | ||
664 | |||
665 | ds_release_bts(context->tracer); | ||
666 | put_task_struct(context->task); | ||
667 | free_bts_buffer(context); | ||
668 | kfree(context); | ||
669 | } | ||
670 | |||
671 | static inline void free_bts_context(struct bts_context *context) | ||
672 | { | ||
673 | INIT_WORK(&context->work, free_bts_context_work); | ||
674 | schedule_work(&context->work); | ||
675 | } | ||
676 | |||
677 | static inline struct bts_context *alloc_bts_context(struct task_struct *task) | ||
678 | { | ||
679 | struct bts_context *context = kzalloc(sizeof(*context), GFP_KERNEL); | ||
680 | if (context) { | ||
681 | context->task = task; | ||
682 | task->bts = context; | ||
683 | |||
684 | get_task_struct(task); | ||
685 | } | ||
686 | |||
687 | return context; | ||
688 | } | ||
689 | |||
581 | static int ptrace_bts_read_record(struct task_struct *child, size_t index, | 690 | static int ptrace_bts_read_record(struct task_struct *child, size_t index, |
582 | struct bts_struct __user *out) | 691 | struct bts_struct __user *out) |
583 | { | 692 | { |
693 | struct bts_context *context; | ||
584 | const struct bts_trace *trace; | 694 | const struct bts_trace *trace; |
585 | struct bts_struct bts; | 695 | struct bts_struct bts; |
586 | const unsigned char *at; | 696 | const unsigned char *at; |
587 | int error; | 697 | int error; |
588 | 698 | ||
589 | trace = ds_read_bts(child->bts); | 699 | context = child->bts; |
700 | if (!context) | ||
701 | return -ESRCH; | ||
702 | |||
703 | trace = ds_read_bts(context->tracer); | ||
590 | if (!trace) | 704 | if (!trace) |
591 | return -EPERM; | 705 | return -ESRCH; |
592 | 706 | ||
593 | at = trace->ds.top - ((index + 1) * trace->ds.size); | 707 | at = trace->ds.top - ((index + 1) * trace->ds.size); |
594 | if ((void *)at < trace->ds.begin) | 708 | if ((void *)at < trace->ds.begin) |
@@ -597,7 +711,7 @@ static int ptrace_bts_read_record(struct task_struct *child, size_t index, | |||
597 | if (!trace->read) | 711 | if (!trace->read) |
598 | return -EOPNOTSUPP; | 712 | return -EOPNOTSUPP; |
599 | 713 | ||
600 | error = trace->read(child->bts, at, &bts); | 714 | error = trace->read(context->tracer, at, &bts); |
601 | if (error < 0) | 715 | if (error < 0) |
602 | return error; | 716 | return error; |
603 | 717 | ||
@@ -611,13 +725,18 @@ static int ptrace_bts_drain(struct task_struct *child, | |||
611 | long size, | 725 | long size, |
612 | struct bts_struct __user *out) | 726 | struct bts_struct __user *out) |
613 | { | 727 | { |
728 | struct bts_context *context; | ||
614 | const struct bts_trace *trace; | 729 | const struct bts_trace *trace; |
615 | const unsigned char *at; | 730 | const unsigned char *at; |
616 | int error, drained = 0; | 731 | int error, drained = 0; |
617 | 732 | ||
618 | trace = ds_read_bts(child->bts); | 733 | context = child->bts; |
734 | if (!context) | ||
735 | return -ESRCH; | ||
736 | |||
737 | trace = ds_read_bts(context->tracer); | ||
619 | if (!trace) | 738 | if (!trace) |
620 | return -EPERM; | 739 | return -ESRCH; |
621 | 740 | ||
622 | if (!trace->read) | 741 | if (!trace->read) |
623 | return -EOPNOTSUPP; | 742 | return -EOPNOTSUPP; |
@@ -628,9 +747,8 @@ static int ptrace_bts_drain(struct task_struct *child, | |||
628 | for (at = trace->ds.begin; (void *)at < trace->ds.top; | 747 | for (at = trace->ds.begin; (void *)at < trace->ds.top; |
629 | out++, drained++, at += trace->ds.size) { | 748 | out++, drained++, at += trace->ds.size) { |
630 | struct bts_struct bts; | 749 | struct bts_struct bts; |
631 | int error; | ||
632 | 750 | ||
633 | error = trace->read(child->bts, at, &bts); | 751 | error = trace->read(context->tracer, at, &bts); |
634 | if (error < 0) | 752 | if (error < 0) |
635 | return error; | 753 | return error; |
636 | 754 | ||
@@ -640,35 +758,18 @@ static int ptrace_bts_drain(struct task_struct *child, | |||
640 | 758 | ||
641 | memset(trace->ds.begin, 0, trace->ds.n * trace->ds.size); | 759 | memset(trace->ds.begin, 0, trace->ds.n * trace->ds.size); |
642 | 760 | ||
643 | error = ds_reset_bts(child->bts); | 761 | error = ds_reset_bts(context->tracer); |
644 | if (error < 0) | 762 | if (error < 0) |
645 | return error; | 763 | return error; |
646 | 764 | ||
647 | return drained; | 765 | return drained; |
648 | } | 766 | } |
649 | 767 | ||
650 | static int ptrace_bts_allocate_buffer(struct task_struct *child, size_t size) | ||
651 | { | ||
652 | child->bts_buffer = alloc_locked_buffer(size); | ||
653 | if (!child->bts_buffer) | ||
654 | return -ENOMEM; | ||
655 | |||
656 | child->bts_size = size; | ||
657 | |||
658 | return 0; | ||
659 | } | ||
660 | |||
661 | static void ptrace_bts_free_buffer(struct task_struct *child) | ||
662 | { | ||
663 | free_locked_buffer(child->bts_buffer, child->bts_size); | ||
664 | child->bts_buffer = NULL; | ||
665 | child->bts_size = 0; | ||
666 | } | ||
667 | |||
668 | static int ptrace_bts_config(struct task_struct *child, | 768 | static int ptrace_bts_config(struct task_struct *child, |
669 | long cfg_size, | 769 | long cfg_size, |
670 | const struct ptrace_bts_config __user *ucfg) | 770 | const struct ptrace_bts_config __user *ucfg) |
671 | { | 771 | { |
772 | struct bts_context *context; | ||
672 | struct ptrace_bts_config cfg; | 773 | struct ptrace_bts_config cfg; |
673 | unsigned int flags = 0; | 774 | unsigned int flags = 0; |
674 | 775 | ||
@@ -678,28 +779,33 @@ static int ptrace_bts_config(struct task_struct *child, | |||
678 | if (copy_from_user(&cfg, ucfg, sizeof(cfg))) | 779 | if (copy_from_user(&cfg, ucfg, sizeof(cfg))) |
679 | return -EFAULT; | 780 | return -EFAULT; |
680 | 781 | ||
681 | if (child->bts) { | 782 | context = child->bts; |
682 | ds_release_bts(child->bts); | 783 | if (!context) |
683 | child->bts = NULL; | 784 | context = alloc_bts_context(child); |
684 | } | 785 | if (!context) |
786 | return -ENOMEM; | ||
685 | 787 | ||
686 | if (cfg.flags & PTRACE_BTS_O_SIGNAL) { | 788 | if (cfg.flags & PTRACE_BTS_O_SIGNAL) { |
687 | if (!cfg.signal) | 789 | if (!cfg.signal) |
688 | return -EINVAL; | 790 | return -EINVAL; |
689 | 791 | ||
690 | child->thread.bts_ovfl_signal = cfg.signal; | ||
691 | return -EOPNOTSUPP; | 792 | return -EOPNOTSUPP; |
793 | context->bts_ovfl_signal = cfg.signal; | ||
692 | } | 794 | } |
693 | 795 | ||
694 | if ((cfg.flags & PTRACE_BTS_O_ALLOC) && | 796 | ds_release_bts(context->tracer); |
695 | (cfg.size != child->bts_size)) { | 797 | context->tracer = NULL; |
696 | int error; | ||
697 | 798 | ||
698 | ptrace_bts_free_buffer(child); | 799 | if ((cfg.flags & PTRACE_BTS_O_ALLOC) && (cfg.size != context->size)) { |
800 | int err; | ||
699 | 801 | ||
700 | error = ptrace_bts_allocate_buffer(child, cfg.size); | 802 | free_bts_buffer(context); |
701 | if (error < 0) | 803 | if (!cfg.size) |
702 | return error; | 804 | return 0; |
805 | |||
806 | err = alloc_bts_buffer(context, cfg.size); | ||
807 | if (err < 0) | ||
808 | return err; | ||
703 | } | 809 | } |
704 | 810 | ||
705 | if (cfg.flags & PTRACE_BTS_O_TRACE) | 811 | if (cfg.flags & PTRACE_BTS_O_TRACE) |
@@ -708,15 +814,14 @@ static int ptrace_bts_config(struct task_struct *child, | |||
708 | if (cfg.flags & PTRACE_BTS_O_SCHED) | 814 | if (cfg.flags & PTRACE_BTS_O_SCHED) |
709 | flags |= BTS_TIMESTAMPS; | 815 | flags |= BTS_TIMESTAMPS; |
710 | 816 | ||
711 | child->bts = ds_request_bts(child, child->bts_buffer, child->bts_size, | 817 | context->tracer = |
712 | /* ovfl = */ NULL, /* th = */ (size_t)-1, | 818 | ds_request_bts_task(child, context->buffer, context->size, |
713 | flags); | 819 | NULL, (size_t)-1, flags); |
714 | if (IS_ERR(child->bts)) { | 820 | if (unlikely(IS_ERR(context->tracer))) { |
715 | int error = PTR_ERR(child->bts); | 821 | int error = PTR_ERR(context->tracer); |
716 | |||
717 | ptrace_bts_free_buffer(child); | ||
718 | child->bts = NULL; | ||
719 | 822 | ||
823 | free_bts_buffer(context); | ||
824 | context->tracer = NULL; | ||
720 | return error; | 825 | return error; |
721 | } | 826 | } |
722 | 827 | ||
@@ -727,20 +832,25 @@ static int ptrace_bts_status(struct task_struct *child, | |||
727 | long cfg_size, | 832 | long cfg_size, |
728 | struct ptrace_bts_config __user *ucfg) | 833 | struct ptrace_bts_config __user *ucfg) |
729 | { | 834 | { |
835 | struct bts_context *context; | ||
730 | const struct bts_trace *trace; | 836 | const struct bts_trace *trace; |
731 | struct ptrace_bts_config cfg; | 837 | struct ptrace_bts_config cfg; |
732 | 838 | ||
839 | context = child->bts; | ||
840 | if (!context) | ||
841 | return -ESRCH; | ||
842 | |||
733 | if (cfg_size < sizeof(cfg)) | 843 | if (cfg_size < sizeof(cfg)) |
734 | return -EIO; | 844 | return -EIO; |
735 | 845 | ||
736 | trace = ds_read_bts(child->bts); | 846 | trace = ds_read_bts(context->tracer); |
737 | if (!trace) | 847 | if (!trace) |
738 | return -EPERM; | 848 | return -ESRCH; |
739 | 849 | ||
740 | memset(&cfg, 0, sizeof(cfg)); | 850 | memset(&cfg, 0, sizeof(cfg)); |
741 | cfg.size = trace->ds.end - trace->ds.begin; | 851 | cfg.size = trace->ds.end - trace->ds.begin; |
742 | cfg.signal = child->thread.bts_ovfl_signal; | 852 | cfg.signal = context->bts_ovfl_signal; |
743 | cfg.bts_size = sizeof(struct bts_struct); | 853 | cfg.bts_size = sizeof(struct bts_struct); |
744 | 854 | ||
745 | if (cfg.signal) | 855 | if (cfg.signal) |
746 | cfg.flags |= PTRACE_BTS_O_SIGNAL; | 856 | cfg.flags |= PTRACE_BTS_O_SIGNAL; |
@@ -759,80 +869,51 @@ static int ptrace_bts_status(struct task_struct *child, | |||
759 | 869 | ||
760 | static int ptrace_bts_clear(struct task_struct *child) | 870 | static int ptrace_bts_clear(struct task_struct *child) |
761 | { | 871 | { |
872 | struct bts_context *context; | ||
762 | const struct bts_trace *trace; | 873 | const struct bts_trace *trace; |
763 | 874 | ||
764 | trace = ds_read_bts(child->bts); | 875 | context = child->bts; |
876 | if (!context) | ||
877 | return -ESRCH; | ||
878 | |||
879 | trace = ds_read_bts(context->tracer); | ||
765 | if (!trace) | 880 | if (!trace) |
766 | return -EPERM; | 881 | return -ESRCH; |
767 | 882 | ||
768 | memset(trace->ds.begin, 0, trace->ds.n * trace->ds.size); | 883 | memset(trace->ds.begin, 0, trace->ds.n * trace->ds.size); |
769 | 884 | ||
770 | return ds_reset_bts(child->bts); | 885 | return ds_reset_bts(context->tracer); |
771 | } | 886 | } |
772 | 887 | ||
773 | static int ptrace_bts_size(struct task_struct *child) | 888 | static int ptrace_bts_size(struct task_struct *child) |
774 | { | 889 | { |
890 | struct bts_context *context; | ||
775 | const struct bts_trace *trace; | 891 | const struct bts_trace *trace; |
776 | 892 | ||
777 | trace = ds_read_bts(child->bts); | 893 | context = child->bts; |
894 | if (!context) | ||
895 | return -ESRCH; | ||
896 | |||
897 | trace = ds_read_bts(context->tracer); | ||
778 | if (!trace) | 898 | if (!trace) |
779 | return -EPERM; | 899 | return -ESRCH; |
780 | 900 | ||
781 | return (trace->ds.top - trace->ds.begin) / trace->ds.size; | 901 | return (trace->ds.top - trace->ds.begin) / trace->ds.size; |
782 | } | 902 | } |
783 | 903 | ||
784 | static void ptrace_bts_fork(struct task_struct *tsk) | 904 | /* |
785 | { | 905 | * Called from __ptrace_unlink() after the child has been moved back |
786 | tsk->bts = NULL; | 906 | * to its original parent. |
787 | tsk->bts_buffer = NULL; | 907 | */ |
788 | tsk->bts_size = 0; | 908 | void ptrace_bts_untrace(struct task_struct *child) |
789 | tsk->thread.bts_ovfl_signal = 0; | ||
790 | } | ||
791 | |||
792 | static void ptrace_bts_untrace(struct task_struct *child) | ||
793 | { | 909 | { |
794 | if (unlikely(child->bts)) { | 910 | if (unlikely(child->bts)) { |
795 | ds_release_bts(child->bts); | 911 | free_bts_context(child->bts); |
796 | child->bts = NULL; | 912 | child->bts = NULL; |
797 | |||
798 | /* We cannot update total_vm and locked_vm since | ||
799 | child's mm is already gone. But we can reclaim the | ||
800 | memory. */ | ||
801 | kfree(child->bts_buffer); | ||
802 | child->bts_buffer = NULL; | ||
803 | child->bts_size = 0; | ||
804 | } | 913 | } |
805 | } | 914 | } |
806 | |||
807 | static void ptrace_bts_detach(struct task_struct *child) | ||
808 | { | ||
809 | /* | ||
810 | * Ptrace_detach() races with ptrace_untrace() in case | ||
811 | * the child dies and is reaped by another thread. | ||
812 | * | ||
813 | * We only do the memory accounting at this point and | ||
814 | * leave the buffer deallocation and the bts tracer | ||
815 | * release to ptrace_bts_untrace() which will be called | ||
816 | * later on with tasklist_lock held. | ||
817 | */ | ||
818 | release_locked_buffer(child->bts_buffer, child->bts_size); | ||
819 | } | ||
820 | #else | ||
821 | static inline void ptrace_bts_fork(struct task_struct *tsk) {} | ||
822 | static inline void ptrace_bts_detach(struct task_struct *child) {} | ||
823 | static inline void ptrace_bts_untrace(struct task_struct *child) {} | ||
824 | #endif /* CONFIG_X86_PTRACE_BTS */ | 915 | #endif /* CONFIG_X86_PTRACE_BTS */ |
825 | 916 | ||
826 | void x86_ptrace_fork(struct task_struct *child, unsigned long clone_flags) | ||
827 | { | ||
828 | ptrace_bts_fork(child); | ||
829 | } | ||
830 | |||
831 | void x86_ptrace_untrace(struct task_struct *child) | ||
832 | { | ||
833 | ptrace_bts_untrace(child); | ||
834 | } | ||
835 | |||
836 | /* | 917 | /* |
837 | * Called by kernel/ptrace.c when detaching.. | 918 | * Called by kernel/ptrace.c when detaching.. |
838 | * | 919 | * |
@@ -844,7 +925,6 @@ void ptrace_disable(struct task_struct *child) | |||
844 | #ifdef TIF_SYSCALL_EMU | 925 | #ifdef TIF_SYSCALL_EMU |
845 | clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); | 926 | clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); |
846 | #endif | 927 | #endif |
847 | ptrace_bts_detach(child); | ||
848 | } | 928 | } |
849 | 929 | ||
850 | #if defined CONFIG_X86_32 || defined CONFIG_IA32_EMULATION | 930 | #if defined CONFIG_X86_32 || defined CONFIG_IA32_EMULATION |
diff --git a/arch/x86/kernel/stacktrace.c b/arch/x86/kernel/stacktrace.c index f7bddc2e37d1..4aaf7e48394f 100644 --- a/arch/x86/kernel/stacktrace.c +++ b/arch/x86/kernel/stacktrace.c | |||
@@ -20,7 +20,7 @@ save_stack_warning_symbol(void *data, char *msg, unsigned long symbol) | |||
20 | 20 | ||
21 | static int save_stack_stack(void *data, char *name) | 21 | static int save_stack_stack(void *data, char *name) |
22 | { | 22 | { |
23 | return -1; | 23 | return 0; |
24 | } | 24 | } |
25 | 25 | ||
26 | static void save_stack_address(void *data, unsigned long addr, int reliable) | 26 | static void save_stack_address(void *data, unsigned long addr, int reliable) |
diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c index 50dc802a1c46..16ccbd77917f 100644 --- a/arch/x86/mm/kmmio.c +++ b/arch/x86/mm/kmmio.c | |||
@@ -32,7 +32,7 @@ struct kmmio_fault_page { | |||
32 | struct list_head list; | 32 | struct list_head list; |
33 | struct kmmio_fault_page *release_next; | 33 | struct kmmio_fault_page *release_next; |
34 | unsigned long page; /* location of the fault page */ | 34 | unsigned long page; /* location of the fault page */ |
35 | bool old_presence; /* page presence prior to arming */ | 35 | pteval_t old_presence; /* page presence prior to arming */ |
36 | bool armed; | 36 | bool armed; |
37 | 37 | ||
38 | /* | 38 | /* |
@@ -97,60 +97,62 @@ static struct kmmio_probe *get_kmmio_probe(unsigned long addr) | |||
97 | static struct kmmio_fault_page *get_kmmio_fault_page(unsigned long page) | 97 | static struct kmmio_fault_page *get_kmmio_fault_page(unsigned long page) |
98 | { | 98 | { |
99 | struct list_head *head; | 99 | struct list_head *head; |
100 | struct kmmio_fault_page *p; | 100 | struct kmmio_fault_page *f; |
101 | 101 | ||
102 | page &= PAGE_MASK; | 102 | page &= PAGE_MASK; |
103 | head = kmmio_page_list(page); | 103 | head = kmmio_page_list(page); |
104 | list_for_each_entry_rcu(p, head, list) { | 104 | list_for_each_entry_rcu(f, head, list) { |
105 | if (p->page == page) | 105 | if (f->page == page) |
106 | return p; | 106 | return f; |
107 | } | 107 | } |
108 | return NULL; | 108 | return NULL; |
109 | } | 109 | } |
110 | 110 | ||
111 | static void set_pmd_presence(pmd_t *pmd, bool present, bool *old) | 111 | static void clear_pmd_presence(pmd_t *pmd, bool clear, pmdval_t *old) |
112 | { | 112 | { |
113 | pmdval_t v = pmd_val(*pmd); | 113 | pmdval_t v = pmd_val(*pmd); |
114 | *old = !!(v & _PAGE_PRESENT); | 114 | if (clear) { |
115 | v &= ~_PAGE_PRESENT; | 115 | *old = v & _PAGE_PRESENT; |
116 | if (present) | 116 | v &= ~_PAGE_PRESENT; |
117 | v |= _PAGE_PRESENT; | 117 | } else /* presume this has been called with clear==true previously */ |
118 | v |= *old; | ||
118 | set_pmd(pmd, __pmd(v)); | 119 | set_pmd(pmd, __pmd(v)); |
119 | } | 120 | } |
120 | 121 | ||
121 | static void set_pte_presence(pte_t *pte, bool present, bool *old) | 122 | static void clear_pte_presence(pte_t *pte, bool clear, pteval_t *old) |
122 | { | 123 | { |
123 | pteval_t v = pte_val(*pte); | 124 | pteval_t v = pte_val(*pte); |
124 | *old = !!(v & _PAGE_PRESENT); | 125 | if (clear) { |
125 | v &= ~_PAGE_PRESENT; | 126 | *old = v & _PAGE_PRESENT; |
126 | if (present) | 127 | v &= ~_PAGE_PRESENT; |
127 | v |= _PAGE_PRESENT; | 128 | } else /* presume this has been called with clear==true previously */ |
129 | v |= *old; | ||
128 | set_pte_atomic(pte, __pte(v)); | 130 | set_pte_atomic(pte, __pte(v)); |
129 | } | 131 | } |
130 | 132 | ||
131 | static int set_page_presence(unsigned long addr, bool present, bool *old) | 133 | static int clear_page_presence(struct kmmio_fault_page *f, bool clear) |
132 | { | 134 | { |
133 | unsigned int level; | 135 | unsigned int level; |
134 | pte_t *pte = lookup_address(addr, &level); | 136 | pte_t *pte = lookup_address(f->page, &level); |
135 | 137 | ||
136 | if (!pte) { | 138 | if (!pte) { |
137 | pr_err("kmmio: no pte for page 0x%08lx\n", addr); | 139 | pr_err("kmmio: no pte for page 0x%08lx\n", f->page); |
138 | return -1; | 140 | return -1; |
139 | } | 141 | } |
140 | 142 | ||
141 | switch (level) { | 143 | switch (level) { |
142 | case PG_LEVEL_2M: | 144 | case PG_LEVEL_2M: |
143 | set_pmd_presence((pmd_t *)pte, present, old); | 145 | clear_pmd_presence((pmd_t *)pte, clear, &f->old_presence); |
144 | break; | 146 | break; |
145 | case PG_LEVEL_4K: | 147 | case PG_LEVEL_4K: |
146 | set_pte_presence(pte, present, old); | 148 | clear_pte_presence(pte, clear, &f->old_presence); |
147 | break; | 149 | break; |
148 | default: | 150 | default: |
149 | pr_err("kmmio: unexpected page level 0x%x.\n", level); | 151 | pr_err("kmmio: unexpected page level 0x%x.\n", level); |
150 | return -1; | 152 | return -1; |
151 | } | 153 | } |
152 | 154 | ||
153 | __flush_tlb_one(addr); | 155 | __flush_tlb_one(f->page); |
154 | return 0; | 156 | return 0; |
155 | } | 157 | } |
156 | 158 | ||
@@ -171,9 +173,9 @@ static int arm_kmmio_fault_page(struct kmmio_fault_page *f) | |||
171 | WARN_ONCE(f->armed, KERN_ERR "kmmio page already armed.\n"); | 173 | WARN_ONCE(f->armed, KERN_ERR "kmmio page already armed.\n"); |
172 | if (f->armed) { | 174 | if (f->armed) { |
173 | pr_warning("kmmio double-arm: page 0x%08lx, ref %d, old %d\n", | 175 | pr_warning("kmmio double-arm: page 0x%08lx, ref %d, old %d\n", |
174 | f->page, f->count, f->old_presence); | 176 | f->page, f->count, !!f->old_presence); |
175 | } | 177 | } |
176 | ret = set_page_presence(f->page, false, &f->old_presence); | 178 | ret = clear_page_presence(f, true); |
177 | WARN_ONCE(ret < 0, KERN_ERR "kmmio arming 0x%08lx failed.\n", f->page); | 179 | WARN_ONCE(ret < 0, KERN_ERR "kmmio arming 0x%08lx failed.\n", f->page); |
178 | f->armed = true; | 180 | f->armed = true; |
179 | return ret; | 181 | return ret; |
@@ -182,8 +184,7 @@ static int arm_kmmio_fault_page(struct kmmio_fault_page *f) | |||
182 | /** Restore the given page to saved presence state. */ | 184 | /** Restore the given page to saved presence state. */ |
183 | static void disarm_kmmio_fault_page(struct kmmio_fault_page *f) | 185 | static void disarm_kmmio_fault_page(struct kmmio_fault_page *f) |
184 | { | 186 | { |
185 | bool tmp; | 187 | int ret = clear_page_presence(f, false); |
186 | int ret = set_page_presence(f->page, f->old_presence, &tmp); | ||
187 | WARN_ONCE(ret < 0, | 188 | WARN_ONCE(ret < 0, |
188 | KERN_ERR "kmmio disarming 0x%08lx failed.\n", f->page); | 189 | KERN_ERR "kmmio disarming 0x%08lx failed.\n", f->page); |
189 | f->armed = false; | 190 | f->armed = false; |
@@ -310,7 +311,12 @@ static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs) | |||
310 | struct kmmio_context *ctx = &get_cpu_var(kmmio_ctx); | 311 | struct kmmio_context *ctx = &get_cpu_var(kmmio_ctx); |
311 | 312 | ||
312 | if (!ctx->active) { | 313 | if (!ctx->active) { |
313 | pr_debug("kmmio: spurious debug trap on CPU %d.\n", | 314 | /* |
315 | * debug traps without an active context are due to either | ||
316 | * something external causing them (f.e. using a debugger while | ||
317 | * mmio tracing enabled), or erroneous behaviour | ||
318 | */ | ||
319 | pr_warning("kmmio: unexpected debug trap on CPU %d.\n", | ||
314 | smp_processor_id()); | 320 | smp_processor_id()); |
315 | goto out; | 321 | goto out; |
316 | } | 322 | } |
@@ -439,12 +445,12 @@ static void rcu_free_kmmio_fault_pages(struct rcu_head *head) | |||
439 | head, | 445 | head, |
440 | struct kmmio_delayed_release, | 446 | struct kmmio_delayed_release, |
441 | rcu); | 447 | rcu); |
442 | struct kmmio_fault_page *p = dr->release_list; | 448 | struct kmmio_fault_page *f = dr->release_list; |
443 | while (p) { | 449 | while (f) { |
444 | struct kmmio_fault_page *next = p->release_next; | 450 | struct kmmio_fault_page *next = f->release_next; |
445 | BUG_ON(p->count); | 451 | BUG_ON(f->count); |
446 | kfree(p); | 452 | kfree(f); |
447 | p = next; | 453 | f = next; |
448 | } | 454 | } |
449 | kfree(dr); | 455 | kfree(dr); |
450 | } | 456 | } |
@@ -453,19 +459,19 @@ static void remove_kmmio_fault_pages(struct rcu_head *head) | |||
453 | { | 459 | { |
454 | struct kmmio_delayed_release *dr = | 460 | struct kmmio_delayed_release *dr = |
455 | container_of(head, struct kmmio_delayed_release, rcu); | 461 | container_of(head, struct kmmio_delayed_release, rcu); |
456 | struct kmmio_fault_page *p = dr->release_list; | 462 | struct kmmio_fault_page *f = dr->release_list; |
457 | struct kmmio_fault_page **prevp = &dr->release_list; | 463 | struct kmmio_fault_page **prevp = &dr->release_list; |
458 | unsigned long flags; | 464 | unsigned long flags; |
459 | 465 | ||
460 | spin_lock_irqsave(&kmmio_lock, flags); | 466 | spin_lock_irqsave(&kmmio_lock, flags); |
461 | while (p) { | 467 | while (f) { |
462 | if (!p->count) { | 468 | if (!f->count) { |
463 | list_del_rcu(&p->list); | 469 | list_del_rcu(&f->list); |
464 | prevp = &p->release_next; | 470 | prevp = &f->release_next; |
465 | } else { | 471 | } else { |
466 | *prevp = p->release_next; | 472 | *prevp = f->release_next; |
467 | } | 473 | } |
468 | p = p->release_next; | 474 | f = f->release_next; |
469 | } | 475 | } |
470 | spin_unlock_irqrestore(&kmmio_lock, flags); | 476 | spin_unlock_irqrestore(&kmmio_lock, flags); |
471 | 477 | ||
@@ -528,8 +534,8 @@ void unregister_kmmio_probe(struct kmmio_probe *p) | |||
528 | } | 534 | } |
529 | EXPORT_SYMBOL(unregister_kmmio_probe); | 535 | EXPORT_SYMBOL(unregister_kmmio_probe); |
530 | 536 | ||
531 | static int kmmio_die_notifier(struct notifier_block *nb, unsigned long val, | 537 | static int |
532 | void *args) | 538 | kmmio_die_notifier(struct notifier_block *nb, unsigned long val, void *args) |
533 | { | 539 | { |
534 | struct die_args *arg = args; | 540 | struct die_args *arg = args; |
535 | 541 | ||
@@ -544,11 +550,23 @@ static struct notifier_block nb_die = { | |||
544 | .notifier_call = kmmio_die_notifier | 550 | .notifier_call = kmmio_die_notifier |
545 | }; | 551 | }; |
546 | 552 | ||
547 | static int __init init_kmmio(void) | 553 | int kmmio_init(void) |
548 | { | 554 | { |
549 | int i; | 555 | int i; |
556 | |||
550 | for (i = 0; i < KMMIO_PAGE_TABLE_SIZE; i++) | 557 | for (i = 0; i < KMMIO_PAGE_TABLE_SIZE; i++) |
551 | INIT_LIST_HEAD(&kmmio_page_table[i]); | 558 | INIT_LIST_HEAD(&kmmio_page_table[i]); |
559 | |||
552 | return register_die_notifier(&nb_die); | 560 | return register_die_notifier(&nb_die); |
553 | } | 561 | } |
554 | fs_initcall(init_kmmio); /* should be before device_initcall() */ | 562 | |
563 | void kmmio_cleanup(void) | ||
564 | { | ||
565 | int i; | ||
566 | |||
567 | unregister_die_notifier(&nb_die); | ||
568 | for (i = 0; i < KMMIO_PAGE_TABLE_SIZE; i++) { | ||
569 | WARN_ONCE(!list_empty(&kmmio_page_table[i]), | ||
570 | KERN_ERR "kmmio_page_table not empty at cleanup, any further tracing will leak memory.\n"); | ||
571 | } | ||
572 | } | ||
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c index c9342ed8b402..132772a8ec57 100644 --- a/arch/x86/mm/mmio-mod.c +++ b/arch/x86/mm/mmio-mod.c | |||
@@ -451,6 +451,7 @@ void enable_mmiotrace(void) | |||
451 | 451 | ||
452 | if (nommiotrace) | 452 | if (nommiotrace) |
453 | pr_info(NAME "MMIO tracing disabled.\n"); | 453 | pr_info(NAME "MMIO tracing disabled.\n"); |
454 | kmmio_init(); | ||
454 | enter_uniprocessor(); | 455 | enter_uniprocessor(); |
455 | spin_lock_irq(&trace_lock); | 456 | spin_lock_irq(&trace_lock); |
456 | atomic_inc(&mmiotrace_enabled); | 457 | atomic_inc(&mmiotrace_enabled); |
@@ -473,6 +474,7 @@ void disable_mmiotrace(void) | |||
473 | 474 | ||
474 | clear_trace_list(); /* guarantees: no more kmmio callbacks */ | 475 | clear_trace_list(); /* guarantees: no more kmmio callbacks */ |
475 | leave_uniprocessor(); | 476 | leave_uniprocessor(); |
477 | kmmio_cleanup(); | ||
476 | pr_info(NAME "disabled.\n"); | 478 | pr_info(NAME "disabled.\n"); |
477 | out: | 479 | out: |
478 | mutex_unlock(&mmiotrace_mutex); | 480 | mutex_unlock(&mmiotrace_mutex); |
diff --git a/block/blk-core.c b/block/blk-core.c index c89883be8737..9475bf99b891 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -28,22 +28,14 @@ | |||
28 | #include <linux/task_io_accounting_ops.h> | 28 | #include <linux/task_io_accounting_ops.h> |
29 | #include <linux/blktrace_api.h> | 29 | #include <linux/blktrace_api.h> |
30 | #include <linux/fault-inject.h> | 30 | #include <linux/fault-inject.h> |
31 | #include <trace/block.h> | 31 | |
32 | #define CREATE_TRACE_POINTS | ||
33 | #include <trace/events/block.h> | ||
32 | 34 | ||
33 | #include "blk.h" | 35 | #include "blk.h" |
34 | 36 | ||
35 | DEFINE_TRACE(block_plug); | ||
36 | DEFINE_TRACE(block_unplug_io); | ||
37 | DEFINE_TRACE(block_unplug_timer); | ||
38 | DEFINE_TRACE(block_getrq); | ||
39 | DEFINE_TRACE(block_sleeprq); | ||
40 | DEFINE_TRACE(block_rq_requeue); | ||
41 | DEFINE_TRACE(block_bio_backmerge); | ||
42 | DEFINE_TRACE(block_bio_frontmerge); | ||
43 | DEFINE_TRACE(block_bio_queue); | ||
44 | DEFINE_TRACE(block_rq_complete); | ||
45 | DEFINE_TRACE(block_remap); /* Also used in drivers/md/dm.c */ | ||
46 | EXPORT_TRACEPOINT_SYMBOL_GPL(block_remap); | 37 | EXPORT_TRACEPOINT_SYMBOL_GPL(block_remap); |
38 | EXPORT_TRACEPOINT_SYMBOL_GPL(block_bio_complete); | ||
47 | 39 | ||
48 | static int __make_request(struct request_queue *q, struct bio *bio); | 40 | static int __make_request(struct request_queue *q, struct bio *bio); |
49 | 41 | ||
@@ -1277,7 +1269,7 @@ static inline void blk_partition_remap(struct bio *bio) | |||
1277 | bio->bi_bdev = bdev->bd_contains; | 1269 | bio->bi_bdev = bdev->bd_contains; |
1278 | 1270 | ||
1279 | trace_block_remap(bdev_get_queue(bio->bi_bdev), bio, | 1271 | trace_block_remap(bdev_get_queue(bio->bi_bdev), bio, |
1280 | bdev->bd_dev, bio->bi_sector, | 1272 | bdev->bd_dev, |
1281 | bio->bi_sector - p->start_sect); | 1273 | bio->bi_sector - p->start_sect); |
1282 | } | 1274 | } |
1283 | } | 1275 | } |
@@ -1446,8 +1438,7 @@ static inline void __generic_make_request(struct bio *bio) | |||
1446 | goto end_io; | 1438 | goto end_io; |
1447 | 1439 | ||
1448 | if (old_sector != -1) | 1440 | if (old_sector != -1) |
1449 | trace_block_remap(q, bio, old_dev, bio->bi_sector, | 1441 | trace_block_remap(q, bio, old_dev, old_sector); |
1450 | old_sector); | ||
1451 | 1442 | ||
1452 | trace_block_bio_queue(q, bio); | 1443 | trace_block_bio_queue(q, bio); |
1453 | 1444 | ||
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index 3ff9bba3379a..26f9ec28f56c 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c | |||
@@ -383,16 +383,21 @@ struct kobj_type blk_queue_ktype = { | |||
383 | int blk_register_queue(struct gendisk *disk) | 383 | int blk_register_queue(struct gendisk *disk) |
384 | { | 384 | { |
385 | int ret; | 385 | int ret; |
386 | struct device *dev = disk_to_dev(disk); | ||
386 | 387 | ||
387 | struct request_queue *q = disk->queue; | 388 | struct request_queue *q = disk->queue; |
388 | 389 | ||
389 | if (WARN_ON(!q)) | 390 | if (WARN_ON(!q)) |
390 | return -ENXIO; | 391 | return -ENXIO; |
391 | 392 | ||
393 | ret = blk_trace_init_sysfs(dev); | ||
394 | if (ret) | ||
395 | return ret; | ||
396 | |||
392 | if (!q->request_fn) | 397 | if (!q->request_fn) |
393 | return 0; | 398 | return 0; |
394 | 399 | ||
395 | ret = kobject_add(&q->kobj, kobject_get(&disk_to_dev(disk)->kobj), | 400 | ret = kobject_add(&q->kobj, kobject_get(&dev->kobj), |
396 | "%s", "queue"); | 401 | "%s", "queue"); |
397 | if (ret < 0) | 402 | if (ret < 0) |
398 | return ret; | 403 | return ret; |
diff --git a/block/compat_ioctl.c b/block/compat_ioctl.c index f87615dea46b..f8c218cd08e1 100644 --- a/block/compat_ioctl.c +++ b/block/compat_ioctl.c | |||
@@ -568,7 +568,7 @@ static int compat_blk_trace_setup(struct block_device *bdev, char __user *arg) | |||
568 | memcpy(&buts.name, &cbuts.name, 32); | 568 | memcpy(&buts.name, &cbuts.name, 32); |
569 | 569 | ||
570 | mutex_lock(&bdev->bd_mutex); | 570 | mutex_lock(&bdev->bd_mutex); |
571 | ret = do_blk_trace_setup(q, b, bdev->bd_dev, &buts); | 571 | ret = do_blk_trace_setup(q, b, bdev->bd_dev, bdev, &buts); |
572 | mutex_unlock(&bdev->bd_mutex); | 572 | mutex_unlock(&bdev->bd_mutex); |
573 | if (ret) | 573 | if (ret) |
574 | return ret; | 574 | return ret; |
diff --git a/block/elevator.c b/block/elevator.c index 7073a9072577..e220f0c543e3 100644 --- a/block/elevator.c +++ b/block/elevator.c | |||
@@ -33,17 +33,16 @@ | |||
33 | #include <linux/compiler.h> | 33 | #include <linux/compiler.h> |
34 | #include <linux/delay.h> | 34 | #include <linux/delay.h> |
35 | #include <linux/blktrace_api.h> | 35 | #include <linux/blktrace_api.h> |
36 | #include <trace/block.h> | ||
37 | #include <linux/hash.h> | 36 | #include <linux/hash.h> |
38 | #include <linux/uaccess.h> | 37 | #include <linux/uaccess.h> |
39 | 38 | ||
39 | #include <trace/events/block.h> | ||
40 | |||
40 | #include "blk.h" | 41 | #include "blk.h" |
41 | 42 | ||
42 | static DEFINE_SPINLOCK(elv_list_lock); | 43 | static DEFINE_SPINLOCK(elv_list_lock); |
43 | static LIST_HEAD(elv_list); | 44 | static LIST_HEAD(elv_list); |
44 | 45 | ||
45 | DEFINE_TRACE(block_rq_abort); | ||
46 | |||
47 | /* | 46 | /* |
48 | * Merge hash stuff. | 47 | * Merge hash stuff. |
49 | */ | 48 | */ |
@@ -55,9 +54,6 @@ static const int elv_hash_shift = 6; | |||
55 | #define rq_hash_key(rq) ((rq)->sector + (rq)->nr_sectors) | 54 | #define rq_hash_key(rq) ((rq)->sector + (rq)->nr_sectors) |
56 | #define ELV_ON_HASH(rq) (!hlist_unhashed(&(rq)->hash)) | 55 | #define ELV_ON_HASH(rq) (!hlist_unhashed(&(rq)->hash)) |
57 | 56 | ||
58 | DEFINE_TRACE(block_rq_insert); | ||
59 | DEFINE_TRACE(block_rq_issue); | ||
60 | |||
61 | /* | 57 | /* |
62 | * Query io scheduler to see if the current process issuing bio may be | 58 | * Query io scheduler to see if the current process issuing bio may be |
63 | * merged with rq. | 59 | * merged with rq. |
diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 424f7b048c30..3fd8b1e65483 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c | |||
@@ -20,7 +20,8 @@ | |||
20 | #include <linux/idr.h> | 20 | #include <linux/idr.h> |
21 | #include <linux/hdreg.h> | 21 | #include <linux/hdreg.h> |
22 | #include <linux/blktrace_api.h> | 22 | #include <linux/blktrace_api.h> |
23 | #include <trace/block.h> | 23 | |
24 | #include <trace/events/block.h> | ||
24 | 25 | ||
25 | #define DM_MSG_PREFIX "core" | 26 | #define DM_MSG_PREFIX "core" |
26 | 27 | ||
@@ -53,8 +54,6 @@ struct dm_target_io { | |||
53 | union map_info info; | 54 | union map_info info; |
54 | }; | 55 | }; |
55 | 56 | ||
56 | DEFINE_TRACE(block_bio_complete); | ||
57 | |||
58 | /* | 57 | /* |
59 | * For request-based dm. | 58 | * For request-based dm. |
60 | * One of these is allocated per request. | 59 | * One of these is allocated per request. |
@@ -656,8 +655,7 @@ static void __map_bio(struct dm_target *ti, struct bio *clone, | |||
656 | /* the bio has been remapped so dispatch it */ | 655 | /* the bio has been remapped so dispatch it */ |
657 | 656 | ||
658 | trace_block_remap(bdev_get_queue(clone->bi_bdev), clone, | 657 | trace_block_remap(bdev_get_queue(clone->bi_bdev), clone, |
659 | tio->io->bio->bi_bdev->bd_dev, | 658 | tio->io->bio->bi_bdev->bd_dev, sector); |
660 | clone->bi_sector, sector); | ||
661 | 659 | ||
662 | generic_make_request(clone); | 660 | generic_make_request(clone); |
663 | } else if (r < 0 || r == DM_MAPIO_REQUEUE) { | 661 | } else if (r < 0 || r == DM_MAPIO_REQUEUE) { |
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index e1716f14cd47..91e316fe6522 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c | |||
@@ -1065,6 +1065,7 @@ sg_ioctl(struct inode *inode, struct file *filp, | |||
1065 | return blk_trace_setup(sdp->device->request_queue, | 1065 | return blk_trace_setup(sdp->device->request_queue, |
1066 | sdp->disk->disk_name, | 1066 | sdp->disk->disk_name, |
1067 | MKDEV(SCSI_GENERIC_MAJOR, sdp->index), | 1067 | MKDEV(SCSI_GENERIC_MAJOR, sdp->index), |
1068 | NULL, | ||
1068 | (char *)arg); | 1069 | (char *)arg); |
1069 | case BLKTRACESTART: | 1070 | case BLKTRACESTART: |
1070 | return blk_trace_startstop(sdp->device->request_queue, 1); | 1071 | return blk_trace_startstop(sdp->device->request_queue, 1); |
@@ -26,10 +26,9 @@ | |||
26 | #include <linux/mempool.h> | 26 | #include <linux/mempool.h> |
27 | #include <linux/workqueue.h> | 27 | #include <linux/workqueue.h> |
28 | #include <linux/blktrace_api.h> | 28 | #include <linux/blktrace_api.h> |
29 | #include <trace/block.h> | ||
30 | #include <scsi/sg.h> /* for struct sg_iovec */ | 29 | #include <scsi/sg.h> /* for struct sg_iovec */ |
31 | 30 | ||
32 | DEFINE_TRACE(block_split); | 31 | #include <trace/events/block.h> |
33 | 32 | ||
34 | /* | 33 | /* |
35 | * Test patch to inline a certain number of bi_io_vec's inside the bio | 34 | * Test patch to inline a certain number of bi_io_vec's inside the bio |
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 89853bcd27a6..f1736ca7922c 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
@@ -63,7 +63,7 @@ | |||
63 | #define BRANCH_PROFILE() | 63 | #define BRANCH_PROFILE() |
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | #ifdef CONFIG_EVENT_TRACER | 66 | #ifdef CONFIG_EVENT_TRACING |
67 | #define FTRACE_EVENTS() VMLINUX_SYMBOL(__start_ftrace_events) = .; \ | 67 | #define FTRACE_EVENTS() VMLINUX_SYMBOL(__start_ftrace_events) = .; \ |
68 | *(_ftrace_events) \ | 68 | *(_ftrace_events) \ |
69 | VMLINUX_SYMBOL(__stop_ftrace_events) = .; | 69 | VMLINUX_SYMBOL(__stop_ftrace_events) = .; |
diff --git a/include/linux/blktrace_api.h b/include/linux/blktrace_api.h index d960889e92ef..7e4350ece0f8 100644 --- a/include/linux/blktrace_api.h +++ b/include/linux/blktrace_api.h | |||
@@ -116,9 +116,9 @@ struct blk_io_trace { | |||
116 | * The remap event | 116 | * The remap event |
117 | */ | 117 | */ |
118 | struct blk_io_trace_remap { | 118 | struct blk_io_trace_remap { |
119 | __be32 device; | ||
120 | __be32 device_from; | 119 | __be32 device_from; |
121 | __be64 sector; | 120 | __be32 device_to; |
121 | __be64 sector_from; | ||
122 | }; | 122 | }; |
123 | 123 | ||
124 | enum { | 124 | enum { |
@@ -165,8 +165,9 @@ struct blk_trace { | |||
165 | 165 | ||
166 | extern int blk_trace_ioctl(struct block_device *, unsigned, char __user *); | 166 | extern int blk_trace_ioctl(struct block_device *, unsigned, char __user *); |
167 | extern void blk_trace_shutdown(struct request_queue *); | 167 | extern void blk_trace_shutdown(struct request_queue *); |
168 | extern int do_blk_trace_setup(struct request_queue *q, | 168 | extern int do_blk_trace_setup(struct request_queue *q, char *name, |
169 | char *name, dev_t dev, struct blk_user_trace_setup *buts); | 169 | dev_t dev, struct block_device *bdev, |
170 | struct blk_user_trace_setup *buts); | ||
170 | extern void __trace_note_message(struct blk_trace *, const char *fmt, ...); | 171 | extern void __trace_note_message(struct blk_trace *, const char *fmt, ...); |
171 | 172 | ||
172 | /** | 173 | /** |
@@ -193,22 +194,42 @@ extern void __trace_note_message(struct blk_trace *, const char *fmt, ...); | |||
193 | extern void blk_add_driver_data(struct request_queue *q, struct request *rq, | 194 | extern void blk_add_driver_data(struct request_queue *q, struct request *rq, |
194 | void *data, size_t len); | 195 | void *data, size_t len); |
195 | extern int blk_trace_setup(struct request_queue *q, char *name, dev_t dev, | 196 | extern int blk_trace_setup(struct request_queue *q, char *name, dev_t dev, |
197 | struct block_device *bdev, | ||
196 | char __user *arg); | 198 | char __user *arg); |
197 | extern int blk_trace_startstop(struct request_queue *q, int start); | 199 | extern int blk_trace_startstop(struct request_queue *q, int start); |
198 | extern int blk_trace_remove(struct request_queue *q); | 200 | extern int blk_trace_remove(struct request_queue *q); |
201 | extern int blk_trace_init_sysfs(struct device *dev); | ||
199 | 202 | ||
200 | extern struct attribute_group blk_trace_attr_group; | 203 | extern struct attribute_group blk_trace_attr_group; |
201 | 204 | ||
202 | #else /* !CONFIG_BLK_DEV_IO_TRACE */ | 205 | #else /* !CONFIG_BLK_DEV_IO_TRACE */ |
203 | #define blk_trace_ioctl(bdev, cmd, arg) (-ENOTTY) | 206 | # define blk_trace_ioctl(bdev, cmd, arg) (-ENOTTY) |
204 | #define blk_trace_shutdown(q) do { } while (0) | 207 | # define blk_trace_shutdown(q) do { } while (0) |
205 | #define do_blk_trace_setup(q, name, dev, buts) (-ENOTTY) | 208 | # define do_blk_trace_setup(q, name, dev, bdev, buts) (-ENOTTY) |
206 | #define blk_add_driver_data(q, rq, data, len) do {} while (0) | 209 | # define blk_add_driver_data(q, rq, data, len) do {} while (0) |
207 | #define blk_trace_setup(q, name, dev, arg) (-ENOTTY) | 210 | # define blk_trace_setup(q, name, dev, bdev, arg) (-ENOTTY) |
208 | #define blk_trace_startstop(q, start) (-ENOTTY) | 211 | # define blk_trace_startstop(q, start) (-ENOTTY) |
209 | #define blk_trace_remove(q) (-ENOTTY) | 212 | # define blk_trace_remove(q) (-ENOTTY) |
210 | #define blk_add_trace_msg(q, fmt, ...) do { } while (0) | 213 | # define blk_add_trace_msg(q, fmt, ...) do { } while (0) |
214 | static inline int blk_trace_init_sysfs(struct device *dev) | ||
215 | { | ||
216 | return 0; | ||
217 | } | ||
211 | 218 | ||
212 | #endif /* CONFIG_BLK_DEV_IO_TRACE */ | 219 | #endif /* CONFIG_BLK_DEV_IO_TRACE */ |
220 | |||
221 | #if defined(CONFIG_EVENT_TRACING) && defined(CONFIG_BLOCK) | ||
222 | |||
223 | static inline int blk_cmd_buf_len(struct request *rq) | ||
224 | { | ||
225 | return blk_pc_request(rq) ? rq->cmd_len * 3 : 1; | ||
226 | } | ||
227 | |||
228 | extern void blk_dump_cmd(char *buf, struct request *rq); | ||
229 | extern void blk_fill_rwbs(char *rwbs, u32 rw, int bytes); | ||
230 | extern void blk_fill_rwbs_rq(char *rwbs, struct request *rq); | ||
231 | |||
232 | #endif /* CONFIG_EVENT_TRACING && CONFIG_BLOCK */ | ||
233 | |||
213 | #endif /* __KERNEL__ */ | 234 | #endif /* __KERNEL__ */ |
214 | #endif | 235 | #endif |
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 8a0c2f221e6b..39b95c56587e 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -233,8 +233,6 @@ extern int ftrace_arch_read_dyn_info(char *buf, int size); | |||
233 | 233 | ||
234 | extern int skip_trace(unsigned long ip); | 234 | extern int skip_trace(unsigned long ip); |
235 | 235 | ||
236 | extern void ftrace_release(void *start, unsigned long size); | ||
237 | |||
238 | extern void ftrace_disable_daemon(void); | 236 | extern void ftrace_disable_daemon(void); |
239 | extern void ftrace_enable_daemon(void); | 237 | extern void ftrace_enable_daemon(void); |
240 | #else | 238 | #else |
@@ -325,13 +323,8 @@ static inline void __ftrace_enabled_restore(int enabled) | |||
325 | 323 | ||
326 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | 324 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD |
327 | extern void ftrace_init(void); | 325 | extern void ftrace_init(void); |
328 | extern void ftrace_init_module(struct module *mod, | ||
329 | unsigned long *start, unsigned long *end); | ||
330 | #else | 326 | #else |
331 | static inline void ftrace_init(void) { } | 327 | static inline void ftrace_init(void) { } |
332 | static inline void | ||
333 | ftrace_init_module(struct module *mod, | ||
334 | unsigned long *start, unsigned long *end) { } | ||
335 | #endif | 328 | #endif |
336 | 329 | ||
337 | /* | 330 | /* |
@@ -368,6 +361,7 @@ struct ftrace_ret_stack { | |||
368 | unsigned long ret; | 361 | unsigned long ret; |
369 | unsigned long func; | 362 | unsigned long func; |
370 | unsigned long long calltime; | 363 | unsigned long long calltime; |
364 | unsigned long long subtime; | ||
371 | }; | 365 | }; |
372 | 366 | ||
373 | /* | 367 | /* |
@@ -379,8 +373,6 @@ extern void return_to_handler(void); | |||
379 | 373 | ||
380 | extern int | 374 | extern int |
381 | ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); | 375 | ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); |
382 | extern void | ||
383 | ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret); | ||
384 | 376 | ||
385 | /* | 377 | /* |
386 | * Sometimes we don't want to trace a function with the function | 378 | * Sometimes we don't want to trace a function with the function |
@@ -496,8 +488,15 @@ static inline int test_tsk_trace_graph(struct task_struct *tsk) | |||
496 | 488 | ||
497 | extern int ftrace_dump_on_oops; | 489 | extern int ftrace_dump_on_oops; |
498 | 490 | ||
491 | #ifdef CONFIG_PREEMPT | ||
492 | #define INIT_TRACE_RECURSION .trace_recursion = 0, | ||
493 | #endif | ||
494 | |||
499 | #endif /* CONFIG_TRACING */ | 495 | #endif /* CONFIG_TRACING */ |
500 | 496 | ||
497 | #ifndef INIT_TRACE_RECURSION | ||
498 | #define INIT_TRACE_RECURSION | ||
499 | #endif | ||
501 | 500 | ||
502 | #ifdef CONFIG_HW_BRANCH_TRACER | 501 | #ifdef CONFIG_HW_BRANCH_TRACER |
503 | 502 | ||
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h new file mode 100644 index 000000000000..5c093ffc655b --- /dev/null +++ b/include/linux/ftrace_event.h | |||
@@ -0,0 +1,172 @@ | |||
1 | #ifndef _LINUX_FTRACE_EVENT_H | ||
2 | #define _LINUX_FTRACE_EVENT_H | ||
3 | |||
4 | #include <linux/trace_seq.h> | ||
5 | #include <linux/ring_buffer.h> | ||
6 | #include <linux/percpu.h> | ||
7 | |||
8 | struct trace_array; | ||
9 | struct tracer; | ||
10 | struct dentry; | ||
11 | |||
12 | DECLARE_PER_CPU(struct trace_seq, ftrace_event_seq); | ||
13 | |||
14 | struct trace_print_flags { | ||
15 | unsigned long mask; | ||
16 | const char *name; | ||
17 | }; | ||
18 | |||
19 | const char *ftrace_print_flags_seq(struct trace_seq *p, const char *delim, | ||
20 | unsigned long flags, | ||
21 | const struct trace_print_flags *flag_array); | ||
22 | |||
23 | const char *ftrace_print_symbols_seq(struct trace_seq *p, unsigned long val, | ||
24 | const struct trace_print_flags *symbol_array); | ||
25 | |||
26 | /* | ||
27 | * The trace entry - the most basic unit of tracing. This is what | ||
28 | * is printed in the end as a single line in the trace output, such as: | ||
29 | * | ||
30 | * bash-15816 [01] 235.197585: idle_cpu <- irq_enter | ||
31 | */ | ||
32 | struct trace_entry { | ||
33 | unsigned short type; | ||
34 | unsigned char flags; | ||
35 | unsigned char preempt_count; | ||
36 | int pid; | ||
37 | int tgid; | ||
38 | }; | ||
39 | |||
40 | #define FTRACE_MAX_EVENT \ | ||
41 | ((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1) | ||
42 | |||
43 | /* | ||
44 | * Trace iterator - used by printout routines who present trace | ||
45 | * results to users and which routines might sleep, etc: | ||
46 | */ | ||
47 | struct trace_iterator { | ||
48 | struct trace_array *tr; | ||
49 | struct tracer *trace; | ||
50 | void *private; | ||
51 | int cpu_file; | ||
52 | struct mutex mutex; | ||
53 | struct ring_buffer_iter *buffer_iter[NR_CPUS]; | ||
54 | unsigned long iter_flags; | ||
55 | |||
56 | /* The below is zeroed out in pipe_read */ | ||
57 | struct trace_seq seq; | ||
58 | struct trace_entry *ent; | ||
59 | int cpu; | ||
60 | u64 ts; | ||
61 | |||
62 | loff_t pos; | ||
63 | long idx; | ||
64 | |||
65 | cpumask_var_t started; | ||
66 | }; | ||
67 | |||
68 | |||
69 | typedef enum print_line_t (*trace_print_func)(struct trace_iterator *iter, | ||
70 | int flags); | ||
71 | struct trace_event { | ||
72 | struct hlist_node node; | ||
73 | struct list_head list; | ||
74 | int type; | ||
75 | trace_print_func trace; | ||
76 | trace_print_func raw; | ||
77 | trace_print_func hex; | ||
78 | trace_print_func binary; | ||
79 | }; | ||
80 | |||
81 | extern int register_ftrace_event(struct trace_event *event); | ||
82 | extern int unregister_ftrace_event(struct trace_event *event); | ||
83 | |||
84 | /* Return values for print_line callback */ | ||
85 | enum print_line_t { | ||
86 | TRACE_TYPE_PARTIAL_LINE = 0, /* Retry after flushing the seq */ | ||
87 | TRACE_TYPE_HANDLED = 1, | ||
88 | TRACE_TYPE_UNHANDLED = 2, /* Relay to other output functions */ | ||
89 | TRACE_TYPE_NO_CONSUME = 3 /* Handled but ask to not consume */ | ||
90 | }; | ||
91 | |||
92 | |||
93 | struct ring_buffer_event * | ||
94 | trace_current_buffer_lock_reserve(int type, unsigned long len, | ||
95 | unsigned long flags, int pc); | ||
96 | void trace_current_buffer_unlock_commit(struct ring_buffer_event *event, | ||
97 | unsigned long flags, int pc); | ||
98 | void trace_nowake_buffer_unlock_commit(struct ring_buffer_event *event, | ||
99 | unsigned long flags, int pc); | ||
100 | void trace_current_buffer_discard_commit(struct ring_buffer_event *event); | ||
101 | |||
102 | void tracing_record_cmdline(struct task_struct *tsk); | ||
103 | |||
104 | struct ftrace_event_call { | ||
105 | struct list_head list; | ||
106 | char *name; | ||
107 | char *system; | ||
108 | struct dentry *dir; | ||
109 | struct trace_event *event; | ||
110 | int enabled; | ||
111 | int (*regfunc)(void); | ||
112 | void (*unregfunc)(void); | ||
113 | int id; | ||
114 | int (*raw_init)(void); | ||
115 | int (*show_format)(struct trace_seq *s); | ||
116 | int (*define_fields)(void); | ||
117 | struct list_head fields; | ||
118 | int filter_active; | ||
119 | void *filter; | ||
120 | void *mod; | ||
121 | |||
122 | #ifdef CONFIG_EVENT_PROFILE | ||
123 | atomic_t profile_count; | ||
124 | int (*profile_enable)(struct ftrace_event_call *); | ||
125 | void (*profile_disable)(struct ftrace_event_call *); | ||
126 | #endif | ||
127 | }; | ||
128 | |||
129 | #define MAX_FILTER_PRED 32 | ||
130 | #define MAX_FILTER_STR_VAL 128 | ||
131 | |||
132 | extern int init_preds(struct ftrace_event_call *call); | ||
133 | extern void destroy_preds(struct ftrace_event_call *call); | ||
134 | extern int filter_match_preds(struct ftrace_event_call *call, void *rec); | ||
135 | extern int filter_current_check_discard(struct ftrace_event_call *call, | ||
136 | void *rec, | ||
137 | struct ring_buffer_event *event); | ||
138 | |||
139 | extern int trace_define_field(struct ftrace_event_call *call, char *type, | ||
140 | char *name, int offset, int size, int is_signed); | ||
141 | |||
142 | #define is_signed_type(type) (((type)(-1)) < 0) | ||
143 | |||
144 | int trace_set_clr_event(const char *system, const char *event, int set); | ||
145 | |||
146 | /* | ||
147 | * The double __builtin_constant_p is because gcc will give us an error | ||
148 | * if we try to allocate the static variable to fmt if it is not a | ||
149 | * constant. Even with the outer if statement optimizing out. | ||
150 | */ | ||
151 | #define event_trace_printk(ip, fmt, args...) \ | ||
152 | do { \ | ||
153 | __trace_printk_check_format(fmt, ##args); \ | ||
154 | tracing_record_cmdline(current); \ | ||
155 | if (__builtin_constant_p(fmt)) { \ | ||
156 | static const char *trace_printk_fmt \ | ||
157 | __attribute__((section("__trace_printk_fmt"))) = \ | ||
158 | __builtin_constant_p(fmt) ? fmt : NULL; \ | ||
159 | \ | ||
160 | __trace_bprintk(ip, trace_printk_fmt, ##args); \ | ||
161 | } else \ | ||
162 | __trace_printk(ip, fmt, ##args); \ | ||
163 | } while (0) | ||
164 | |||
165 | #define __common_field(type, item, is_signed) \ | ||
166 | ret = trace_define_field(event_call, #type, "common_" #item, \ | ||
167 | offsetof(typeof(field.ent), item), \ | ||
168 | sizeof(field.ent.item), is_signed); \ | ||
169 | if (ret) \ | ||
170 | return ret; | ||
171 | |||
172 | #endif /* _LINUX_FTRACE_EVENT_H */ | ||
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index d87247d2641f..889bf99eca6d 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -174,6 +174,7 @@ extern struct cred init_cred; | |||
174 | INIT_TRACE_IRQFLAGS \ | 174 | INIT_TRACE_IRQFLAGS \ |
175 | INIT_LOCKDEP \ | 175 | INIT_LOCKDEP \ |
176 | INIT_FTRACE_GRAPH \ | 176 | INIT_FTRACE_GRAPH \ |
177 | INIT_TRACE_RECURSION \ | ||
177 | } | 178 | } |
178 | 179 | ||
179 | 180 | ||
diff --git a/include/linux/kmemtrace.h b/include/linux/kmemtrace.h new file mode 100644 index 000000000000..b616d3930c3b --- /dev/null +++ b/include/linux/kmemtrace.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2008 Eduard - Gabriel Munteanu | ||
3 | * | ||
4 | * This file is released under GPL version 2. | ||
5 | */ | ||
6 | |||
7 | #ifndef _LINUX_KMEMTRACE_H | ||
8 | #define _LINUX_KMEMTRACE_H | ||
9 | |||
10 | #ifdef __KERNEL__ | ||
11 | |||
12 | #include <trace/events/kmem.h> | ||
13 | |||
14 | #ifdef CONFIG_KMEMTRACE | ||
15 | extern void kmemtrace_init(void); | ||
16 | #else | ||
17 | static inline void kmemtrace_init(void) | ||
18 | { | ||
19 | } | ||
20 | #endif | ||
21 | |||
22 | #endif /* __KERNEL__ */ | ||
23 | |||
24 | #endif /* _LINUX_KMEMTRACE_H */ | ||
25 | |||
diff --git a/include/linux/mm.h b/include/linux/mm.h index 511b09867096..9772d6cbfc82 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -19,6 +19,7 @@ struct anon_vma; | |||
19 | struct file_ra_state; | 19 | struct file_ra_state; |
20 | struct user_struct; | 20 | struct user_struct; |
21 | struct writeback_control; | 21 | struct writeback_control; |
22 | struct rlimit; | ||
22 | 23 | ||
23 | #ifndef CONFIG_DISCONTIGMEM /* Don't use mapnrs, do it properly */ | 24 | #ifndef CONFIG_DISCONTIGMEM /* Don't use mapnrs, do it properly */ |
24 | extern unsigned long max_mapnr; | 25 | extern unsigned long max_mapnr; |
@@ -1317,8 +1318,8 @@ int vmemmap_populate_basepages(struct page *start_page, | |||
1317 | int vmemmap_populate(struct page *start_page, unsigned long pages, int node); | 1318 | int vmemmap_populate(struct page *start_page, unsigned long pages, int node); |
1318 | void vmemmap_populate_print_last(void); | 1319 | void vmemmap_populate_print_last(void); |
1319 | 1320 | ||
1320 | extern void *alloc_locked_buffer(size_t size); | 1321 | extern int account_locked_memory(struct mm_struct *mm, struct rlimit *rlim, |
1321 | extern void free_locked_buffer(void *buffer, size_t size); | 1322 | size_t size); |
1322 | extern void release_locked_buffer(void *buffer, size_t size); | 1323 | extern void refund_locked_memory(struct mm_struct *mm, size_t size); |
1323 | #endif /* __KERNEL__ */ | 1324 | #endif /* __KERNEL__ */ |
1324 | #endif /* _LINUX_MM_H */ | 1325 | #endif /* _LINUX_MM_H */ |
diff --git a/include/linux/mmiotrace.h b/include/linux/mmiotrace.h index 3d1b7bde1283..97491f78b08c 100644 --- a/include/linux/mmiotrace.h +++ b/include/linux/mmiotrace.h | |||
@@ -30,6 +30,8 @@ extern unsigned int kmmio_count; | |||
30 | 30 | ||
31 | extern int register_kmmio_probe(struct kmmio_probe *p); | 31 | extern int register_kmmio_probe(struct kmmio_probe *p); |
32 | extern void unregister_kmmio_probe(struct kmmio_probe *p); | 32 | extern void unregister_kmmio_probe(struct kmmio_probe *p); |
33 | extern int kmmio_init(void); | ||
34 | extern void kmmio_cleanup(void); | ||
33 | 35 | ||
34 | #ifdef CONFIG_MMIOTRACE | 36 | #ifdef CONFIG_MMIOTRACE |
35 | /* kmmio is active by some kmmio_probes? */ | 37 | /* kmmio is active by some kmmio_probes? */ |
diff --git a/include/linux/module.h b/include/linux/module.h index 627ac082e2a6..a8f2c0aa4c32 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -337,6 +337,14 @@ struct module | |||
337 | const char **trace_bprintk_fmt_start; | 337 | const char **trace_bprintk_fmt_start; |
338 | unsigned int num_trace_bprintk_fmt; | 338 | unsigned int num_trace_bprintk_fmt; |
339 | #endif | 339 | #endif |
340 | #ifdef CONFIG_EVENT_TRACING | ||
341 | struct ftrace_event_call *trace_events; | ||
342 | unsigned int num_trace_events; | ||
343 | #endif | ||
344 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | ||
345 | unsigned long *ftrace_callsites; | ||
346 | unsigned int num_ftrace_callsites; | ||
347 | #endif | ||
340 | 348 | ||
341 | #ifdef CONFIG_MODULE_UNLOAD | 349 | #ifdef CONFIG_MODULE_UNLOAD |
342 | /* What modules depend on me? */ | 350 | /* What modules depend on me? */ |
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index 67c15653fc23..59e133d39d50 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h | |||
@@ -95,7 +95,6 @@ extern void __ptrace_link(struct task_struct *child, | |||
95 | struct task_struct *new_parent); | 95 | struct task_struct *new_parent); |
96 | extern void __ptrace_unlink(struct task_struct *child); | 96 | extern void __ptrace_unlink(struct task_struct *child); |
97 | extern void exit_ptrace(struct task_struct *tracer); | 97 | extern void exit_ptrace(struct task_struct *tracer); |
98 | extern void ptrace_fork(struct task_struct *task, unsigned long clone_flags); | ||
99 | #define PTRACE_MODE_READ 1 | 98 | #define PTRACE_MODE_READ 1 |
100 | #define PTRACE_MODE_ATTACH 2 | 99 | #define PTRACE_MODE_ATTACH 2 |
101 | /* Returns 0 on success, -errno on denial. */ | 100 | /* Returns 0 on success, -errno on denial. */ |
@@ -327,15 +326,6 @@ static inline void user_enable_block_step(struct task_struct *task) | |||
327 | #define arch_ptrace_untrace(task) do { } while (0) | 326 | #define arch_ptrace_untrace(task) do { } while (0) |
328 | #endif | 327 | #endif |
329 | 328 | ||
330 | #ifndef arch_ptrace_fork | ||
331 | /* | ||
332 | * Do machine-specific work to initialize a new task. | ||
333 | * | ||
334 | * This is called from copy_process(). | ||
335 | */ | ||
336 | #define arch_ptrace_fork(child, clone_flags) do { } while (0) | ||
337 | #endif | ||
338 | |||
339 | extern int task_current_syscall(struct task_struct *target, long *callno, | 329 | extern int task_current_syscall(struct task_struct *target, long *callno, |
340 | unsigned long args[6], unsigned int maxargs, | 330 | unsigned long args[6], unsigned int maxargs, |
341 | unsigned long *sp, unsigned long *pc); | 331 | unsigned long *sp, unsigned long *pc); |
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h index e1b7b2173885..8670f1575fe1 100644 --- a/include/linux/ring_buffer.h +++ b/include/linux/ring_buffer.h | |||
@@ -11,7 +11,7 @@ struct ring_buffer_iter; | |||
11 | * Don't refer to this struct directly, use functions below. | 11 | * Don't refer to this struct directly, use functions below. |
12 | */ | 12 | */ |
13 | struct ring_buffer_event { | 13 | struct ring_buffer_event { |
14 | u32 type:2, len:3, time_delta:27; | 14 | u32 type_len:5, time_delta:27; |
15 | u32 array[]; | 15 | u32 array[]; |
16 | }; | 16 | }; |
17 | 17 | ||
@@ -24,7 +24,8 @@ struct ring_buffer_event { | |||
24 | * size is variable depending on how much | 24 | * size is variable depending on how much |
25 | * padding is needed | 25 | * padding is needed |
26 | * If time_delta is non zero: | 26 | * If time_delta is non zero: |
27 | * everything else same as RINGBUF_TYPE_DATA | 27 | * array[0] holds the actual length |
28 | * size = 4 + length (bytes) | ||
28 | * | 29 | * |
29 | * @RINGBUF_TYPE_TIME_EXTEND: Extend the time delta | 30 | * @RINGBUF_TYPE_TIME_EXTEND: Extend the time delta |
30 | * array[0] = time delta (28 .. 59) | 31 | * array[0] = time delta (28 .. 59) |
@@ -35,22 +36,23 @@ struct ring_buffer_event { | |||
35 | * array[1..2] = tv_sec | 36 | * array[1..2] = tv_sec |
36 | * size = 16 bytes | 37 | * size = 16 bytes |
37 | * | 38 | * |
38 | * @RINGBUF_TYPE_DATA: Data record | 39 | * <= @RINGBUF_TYPE_DATA_TYPE_LEN_MAX: |
39 | * If len is zero: | 40 | * Data record |
41 | * If type_len is zero: | ||
40 | * array[0] holds the actual length | 42 | * array[0] holds the actual length |
41 | * array[1..(length+3)/4] holds data | 43 | * array[1..(length+3)/4] holds data |
42 | * size = 4 + 4 + length (bytes) | 44 | * size = 4 + length (bytes) |
43 | * else | 45 | * else |
44 | * length = len << 2 | 46 | * length = type_len << 2 |
45 | * array[0..(length+3)/4-1] holds data | 47 | * array[0..(length+3)/4-1] holds data |
46 | * size = 4 + length (bytes) | 48 | * size = 4 + length (bytes) |
47 | */ | 49 | */ |
48 | enum ring_buffer_type { | 50 | enum ring_buffer_type { |
51 | RINGBUF_TYPE_DATA_TYPE_LEN_MAX = 28, | ||
49 | RINGBUF_TYPE_PADDING, | 52 | RINGBUF_TYPE_PADDING, |
50 | RINGBUF_TYPE_TIME_EXTEND, | 53 | RINGBUF_TYPE_TIME_EXTEND, |
51 | /* FIXME: RINGBUF_TYPE_TIME_STAMP not implemented */ | 54 | /* FIXME: RINGBUF_TYPE_TIME_STAMP not implemented */ |
52 | RINGBUF_TYPE_TIME_STAMP, | 55 | RINGBUF_TYPE_TIME_STAMP, |
53 | RINGBUF_TYPE_DATA, | ||
54 | }; | 56 | }; |
55 | 57 | ||
56 | unsigned ring_buffer_event_length(struct ring_buffer_event *event); | 58 | unsigned ring_buffer_event_length(struct ring_buffer_event *event); |
@@ -68,13 +70,54 @@ ring_buffer_event_time_delta(struct ring_buffer_event *event) | |||
68 | return event->time_delta; | 70 | return event->time_delta; |
69 | } | 71 | } |
70 | 72 | ||
73 | /* | ||
74 | * ring_buffer_event_discard can discard any event in the ring buffer. | ||
75 | * it is up to the caller to protect against a reader from | ||
76 | * consuming it or a writer from wrapping and replacing it. | ||
77 | * | ||
78 | * No external protection is needed if this is called before | ||
79 | * the event is commited. But in that case it would be better to | ||
80 | * use ring_buffer_discard_commit. | ||
81 | * | ||
82 | * Note, if an event that has not been committed is discarded | ||
83 | * with ring_buffer_event_discard, it must still be committed. | ||
84 | */ | ||
71 | void ring_buffer_event_discard(struct ring_buffer_event *event); | 85 | void ring_buffer_event_discard(struct ring_buffer_event *event); |
72 | 86 | ||
73 | /* | 87 | /* |
88 | * ring_buffer_discard_commit will remove an event that has not | ||
89 | * ben committed yet. If this is used, then ring_buffer_unlock_commit | ||
90 | * must not be called on the discarded event. This function | ||
91 | * will try to remove the event from the ring buffer completely | ||
92 | * if another event has not been written after it. | ||
93 | * | ||
94 | * Example use: | ||
95 | * | ||
96 | * if (some_condition) | ||
97 | * ring_buffer_discard_commit(buffer, event); | ||
98 | * else | ||
99 | * ring_buffer_unlock_commit(buffer, event); | ||
100 | */ | ||
101 | void ring_buffer_discard_commit(struct ring_buffer *buffer, | ||
102 | struct ring_buffer_event *event); | ||
103 | |||
104 | /* | ||
74 | * size is in bytes for each per CPU buffer. | 105 | * size is in bytes for each per CPU buffer. |
75 | */ | 106 | */ |
76 | struct ring_buffer * | 107 | struct ring_buffer * |
77 | ring_buffer_alloc(unsigned long size, unsigned flags); | 108 | __ring_buffer_alloc(unsigned long size, unsigned flags, struct lock_class_key *key); |
109 | |||
110 | /* | ||
111 | * Because the ring buffer is generic, if other users of the ring buffer get | ||
112 | * traced by ftrace, it can produce lockdep warnings. We need to keep each | ||
113 | * ring buffer's lock class separate. | ||
114 | */ | ||
115 | #define ring_buffer_alloc(size, flags) \ | ||
116 | ({ \ | ||
117 | static struct lock_class_key __key; \ | ||
118 | __ring_buffer_alloc((size), (flags), &__key); \ | ||
119 | }) | ||
120 | |||
78 | void ring_buffer_free(struct ring_buffer *buffer); | 121 | void ring_buffer_free(struct ring_buffer *buffer); |
79 | 122 | ||
80 | int ring_buffer_resize(struct ring_buffer *buffer, unsigned long size); | 123 | int ring_buffer_resize(struct ring_buffer *buffer, unsigned long size); |
@@ -122,6 +165,8 @@ unsigned long ring_buffer_entries(struct ring_buffer *buffer); | |||
122 | unsigned long ring_buffer_overruns(struct ring_buffer *buffer); | 165 | unsigned long ring_buffer_overruns(struct ring_buffer *buffer); |
123 | unsigned long ring_buffer_entries_cpu(struct ring_buffer *buffer, int cpu); | 166 | unsigned long ring_buffer_entries_cpu(struct ring_buffer *buffer, int cpu); |
124 | unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu); | 167 | unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu); |
168 | unsigned long ring_buffer_commit_overrun_cpu(struct ring_buffer *buffer, int cpu); | ||
169 | unsigned long ring_buffer_nmi_dropped_cpu(struct ring_buffer *buffer, int cpu); | ||
125 | 170 | ||
126 | u64 ring_buffer_time_stamp(struct ring_buffer *buffer, int cpu); | 171 | u64 ring_buffer_time_stamp(struct ring_buffer *buffer, int cpu); |
127 | void ring_buffer_normalize_time_stamp(struct ring_buffer *buffer, | 172 | void ring_buffer_normalize_time_stamp(struct ring_buffer *buffer, |
@@ -137,6 +182,11 @@ void ring_buffer_free_read_page(struct ring_buffer *buffer, void *data); | |||
137 | int ring_buffer_read_page(struct ring_buffer *buffer, void **data_page, | 182 | int ring_buffer_read_page(struct ring_buffer *buffer, void **data_page, |
138 | size_t len, int cpu, int full); | 183 | size_t len, int cpu, int full); |
139 | 184 | ||
185 | struct trace_seq; | ||
186 | |||
187 | int ring_buffer_print_entry_header(struct trace_seq *s); | ||
188 | int ring_buffer_print_page_header(struct trace_seq *s); | ||
189 | |||
140 | enum ring_buffer_flags { | 190 | enum ring_buffer_flags { |
141 | RB_FL_OVERWRITE = 1 << 0, | 191 | RB_FL_OVERWRITE = 1 << 0, |
142 | }; | 192 | }; |
diff --git a/include/linux/sched.h b/include/linux/sched.h index d4646ae300f0..d1399660b776 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -97,8 +97,8 @@ struct exec_domain; | |||
97 | struct futex_pi_state; | 97 | struct futex_pi_state; |
98 | struct robust_list_head; | 98 | struct robust_list_head; |
99 | struct bio; | 99 | struct bio; |
100 | struct bts_tracer; | ||
101 | struct fs_struct; | 100 | struct fs_struct; |
101 | struct bts_context; | ||
102 | 102 | ||
103 | /* | 103 | /* |
104 | * List of flags we want to share for kernel threads, | 104 | * List of flags we want to share for kernel threads, |
@@ -1230,18 +1230,11 @@ struct task_struct { | |||
1230 | struct list_head ptraced; | 1230 | struct list_head ptraced; |
1231 | struct list_head ptrace_entry; | 1231 | struct list_head ptrace_entry; |
1232 | 1232 | ||
1233 | #ifdef CONFIG_X86_PTRACE_BTS | ||
1234 | /* | 1233 | /* |
1235 | * This is the tracer handle for the ptrace BTS extension. | 1234 | * This is the tracer handle for the ptrace BTS extension. |
1236 | * This field actually belongs to the ptracer task. | 1235 | * This field actually belongs to the ptracer task. |
1237 | */ | 1236 | */ |
1238 | struct bts_tracer *bts; | 1237 | struct bts_context *bts; |
1239 | /* | ||
1240 | * The buffer to hold the BTS data. | ||
1241 | */ | ||
1242 | void *bts_buffer; | ||
1243 | size_t bts_size; | ||
1244 | #endif /* CONFIG_X86_PTRACE_BTS */ | ||
1245 | 1238 | ||
1246 | /* PID/PID hash table linkage. */ | 1239 | /* PID/PID hash table linkage. */ |
1247 | struct pid_link pids[PIDTYPE_MAX]; | 1240 | struct pid_link pids[PIDTYPE_MAX]; |
@@ -1449,7 +1442,9 @@ struct task_struct { | |||
1449 | #ifdef CONFIG_TRACING | 1442 | #ifdef CONFIG_TRACING |
1450 | /* state flags for use by tracers */ | 1443 | /* state flags for use by tracers */ |
1451 | unsigned long trace; | 1444 | unsigned long trace; |
1452 | #endif | 1445 | /* bitmask of trace recursion */ |
1446 | unsigned long trace_recursion; | ||
1447 | #endif /* CONFIG_TRACING */ | ||
1453 | }; | 1448 | }; |
1454 | 1449 | ||
1455 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ | 1450 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ |
@@ -2022,8 +2017,10 @@ extern void set_task_comm(struct task_struct *tsk, char *from); | |||
2022 | extern char *get_task_comm(char *to, struct task_struct *tsk); | 2017 | extern char *get_task_comm(char *to, struct task_struct *tsk); |
2023 | 2018 | ||
2024 | #ifdef CONFIG_SMP | 2019 | #ifdef CONFIG_SMP |
2020 | extern void wait_task_context_switch(struct task_struct *p); | ||
2025 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); | 2021 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); |
2026 | #else | 2022 | #else |
2023 | static inline void wait_task_context_switch(struct task_struct *p) {} | ||
2027 | static inline unsigned long wait_task_inactive(struct task_struct *p, | 2024 | static inline unsigned long wait_task_inactive(struct task_struct *p, |
2028 | long match_state) | 2025 | long match_state) |
2029 | { | 2026 | { |
diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h index 5ac9b0bcaf9a..713f841ecaa9 100644 --- a/include/linux/slab_def.h +++ b/include/linux/slab_def.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <asm/page.h> /* kmalloc_sizes.h needs PAGE_SIZE */ | 14 | #include <asm/page.h> /* kmalloc_sizes.h needs PAGE_SIZE */ |
15 | #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */ | 15 | #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */ |
16 | #include <linux/compiler.h> | 16 | #include <linux/compiler.h> |
17 | #include <trace/kmemtrace.h> | 17 | #include <linux/kmemtrace.h> |
18 | 18 | ||
19 | /* Size description struct for general caches. */ | 19 | /* Size description struct for general caches. */ |
20 | struct cache_sizes { | 20 | struct cache_sizes { |
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 5046f90c1171..be5d40c43bd2 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/gfp.h> | 10 | #include <linux/gfp.h> |
11 | #include <linux/workqueue.h> | 11 | #include <linux/workqueue.h> |
12 | #include <linux/kobject.h> | 12 | #include <linux/kobject.h> |
13 | #include <trace/kmemtrace.h> | 13 | #include <linux/kmemtrace.h> |
14 | 14 | ||
15 | enum stat_item { | 15 | enum stat_item { |
16 | ALLOC_FASTPATH, /* Allocation from cpu slab */ | 16 | ALLOC_FASTPATH, /* Allocation from cpu slab */ |
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h new file mode 100644 index 000000000000..c68bccba2074 --- /dev/null +++ b/include/linux/trace_seq.h | |||
@@ -0,0 +1,92 @@ | |||
1 | #ifndef _LINUX_TRACE_SEQ_H | ||
2 | #define _LINUX_TRACE_SEQ_H | ||
3 | |||
4 | #include <linux/fs.h> | ||
5 | |||
6 | /* | ||
7 | * Trace sequences are used to allow a function to call several other functions | ||
8 | * to create a string of data to use (up to a max of PAGE_SIZE. | ||
9 | */ | ||
10 | |||
11 | struct trace_seq { | ||
12 | unsigned char buffer[PAGE_SIZE]; | ||
13 | unsigned int len; | ||
14 | unsigned int readpos; | ||
15 | }; | ||
16 | |||
17 | static inline void | ||
18 | trace_seq_init(struct trace_seq *s) | ||
19 | { | ||
20 | s->len = 0; | ||
21 | s->readpos = 0; | ||
22 | } | ||
23 | |||
24 | /* | ||
25 | * Currently only defined when tracing is enabled. | ||
26 | */ | ||
27 | #ifdef CONFIG_TRACING | ||
28 | extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) | ||
29 | __attribute__ ((format (printf, 2, 3))); | ||
30 | extern int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) | ||
31 | __attribute__ ((format (printf, 2, 0))); | ||
32 | extern int | ||
33 | trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary); | ||
34 | extern void trace_print_seq(struct seq_file *m, struct trace_seq *s); | ||
35 | extern ssize_t trace_seq_to_user(struct trace_seq *s, char __user *ubuf, | ||
36 | size_t cnt); | ||
37 | extern int trace_seq_puts(struct trace_seq *s, const char *str); | ||
38 | extern int trace_seq_putc(struct trace_seq *s, unsigned char c); | ||
39 | extern int trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len); | ||
40 | extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, | ||
41 | size_t len); | ||
42 | extern void *trace_seq_reserve(struct trace_seq *s, size_t len); | ||
43 | extern int trace_seq_path(struct trace_seq *s, struct path *path); | ||
44 | |||
45 | #else /* CONFIG_TRACING */ | ||
46 | static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) | ||
47 | { | ||
48 | return 0; | ||
49 | } | ||
50 | static inline int | ||
51 | trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) | ||
52 | { | ||
53 | return 0; | ||
54 | } | ||
55 | |||
56 | static inline void trace_print_seq(struct seq_file *m, struct trace_seq *s) | ||
57 | { | ||
58 | } | ||
59 | static inline ssize_t trace_seq_to_user(struct trace_seq *s, char __user *ubuf, | ||
60 | size_t cnt) | ||
61 | { | ||
62 | return 0; | ||
63 | } | ||
64 | static inline int trace_seq_puts(struct trace_seq *s, const char *str) | ||
65 | { | ||
66 | return 0; | ||
67 | } | ||
68 | static inline int trace_seq_putc(struct trace_seq *s, unsigned char c) | ||
69 | { | ||
70 | return 0; | ||
71 | } | ||
72 | static inline int | ||
73 | trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len) | ||
74 | { | ||
75 | return 0; | ||
76 | } | ||
77 | static inline int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, | ||
78 | size_t len) | ||
79 | { | ||
80 | return 0; | ||
81 | } | ||
82 | static inline void *trace_seq_reserve(struct trace_seq *s, size_t len) | ||
83 | { | ||
84 | return NULL; | ||
85 | } | ||
86 | static inline int trace_seq_path(struct trace_seq *s, struct path *path) | ||
87 | { | ||
88 | return 0; | ||
89 | } | ||
90 | #endif /* CONFIG_TRACING */ | ||
91 | |||
92 | #endif /* _LINUX_TRACE_SEQ_H */ | ||
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index d35a7ee7611f..14df7e635d43 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -31,6 +31,8 @@ struct tracepoint { | |||
31 | * Keep in sync with vmlinux.lds.h. | 31 | * Keep in sync with vmlinux.lds.h. |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #ifndef DECLARE_TRACE | ||
35 | |||
34 | #define TP_PROTO(args...) args | 36 | #define TP_PROTO(args...) args |
35 | #define TP_ARGS(args...) args | 37 | #define TP_ARGS(args...) args |
36 | 38 | ||
@@ -114,6 +116,7 @@ static inline void tracepoint_update_probe_range(struct tracepoint *begin, | |||
114 | struct tracepoint *end) | 116 | struct tracepoint *end) |
115 | { } | 117 | { } |
116 | #endif /* CONFIG_TRACEPOINTS */ | 118 | #endif /* CONFIG_TRACEPOINTS */ |
119 | #endif /* DECLARE_TRACE */ | ||
117 | 120 | ||
118 | /* | 121 | /* |
119 | * Connect a probe to a tracepoint. | 122 | * Connect a probe to a tracepoint. |
@@ -154,10 +157,8 @@ static inline void tracepoint_synchronize_unregister(void) | |||
154 | } | 157 | } |
155 | 158 | ||
156 | #define PARAMS(args...) args | 159 | #define PARAMS(args...) args |
157 | #define TRACE_FORMAT(name, proto, args, fmt) \ | ||
158 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | ||
159 | |||
160 | 160 | ||
161 | #ifndef TRACE_EVENT | ||
161 | /* | 162 | /* |
162 | * For use with the TRACE_EVENT macro: | 163 | * For use with the TRACE_EVENT macro: |
163 | * | 164 | * |
@@ -262,5 +263,6 @@ static inline void tracepoint_synchronize_unregister(void) | |||
262 | 263 | ||
263 | #define TRACE_EVENT(name, proto, args, struct, assign, print) \ | 264 | #define TRACE_EVENT(name, proto, args, struct, assign, print) \ |
264 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | 265 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) |
266 | #endif | ||
265 | 267 | ||
266 | #endif | 268 | #endif |
diff --git a/include/trace/block.h b/include/trace/block.h deleted file mode 100644 index 25b7068b819e..000000000000 --- a/include/trace/block.h +++ /dev/null | |||
@@ -1,76 +0,0 @@ | |||
1 | #ifndef _TRACE_BLOCK_H | ||
2 | #define _TRACE_BLOCK_H | ||
3 | |||
4 | #include <linux/blkdev.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | DECLARE_TRACE(block_rq_abort, | ||
8 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
9 | TP_ARGS(q, rq)); | ||
10 | |||
11 | DECLARE_TRACE(block_rq_insert, | ||
12 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
13 | TP_ARGS(q, rq)); | ||
14 | |||
15 | DECLARE_TRACE(block_rq_issue, | ||
16 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
17 | TP_ARGS(q, rq)); | ||
18 | |||
19 | DECLARE_TRACE(block_rq_requeue, | ||
20 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
21 | TP_ARGS(q, rq)); | ||
22 | |||
23 | DECLARE_TRACE(block_rq_complete, | ||
24 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
25 | TP_ARGS(q, rq)); | ||
26 | |||
27 | DECLARE_TRACE(block_bio_bounce, | ||
28 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
29 | TP_ARGS(q, bio)); | ||
30 | |||
31 | DECLARE_TRACE(block_bio_complete, | ||
32 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
33 | TP_ARGS(q, bio)); | ||
34 | |||
35 | DECLARE_TRACE(block_bio_backmerge, | ||
36 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
37 | TP_ARGS(q, bio)); | ||
38 | |||
39 | DECLARE_TRACE(block_bio_frontmerge, | ||
40 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
41 | TP_ARGS(q, bio)); | ||
42 | |||
43 | DECLARE_TRACE(block_bio_queue, | ||
44 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
45 | TP_ARGS(q, bio)); | ||
46 | |||
47 | DECLARE_TRACE(block_getrq, | ||
48 | TP_PROTO(struct request_queue *q, struct bio *bio, int rw), | ||
49 | TP_ARGS(q, bio, rw)); | ||
50 | |||
51 | DECLARE_TRACE(block_sleeprq, | ||
52 | TP_PROTO(struct request_queue *q, struct bio *bio, int rw), | ||
53 | TP_ARGS(q, bio, rw)); | ||
54 | |||
55 | DECLARE_TRACE(block_plug, | ||
56 | TP_PROTO(struct request_queue *q), | ||
57 | TP_ARGS(q)); | ||
58 | |||
59 | DECLARE_TRACE(block_unplug_timer, | ||
60 | TP_PROTO(struct request_queue *q), | ||
61 | TP_ARGS(q)); | ||
62 | |||
63 | DECLARE_TRACE(block_unplug_io, | ||
64 | TP_PROTO(struct request_queue *q), | ||
65 | TP_ARGS(q)); | ||
66 | |||
67 | DECLARE_TRACE(block_split, | ||
68 | TP_PROTO(struct request_queue *q, struct bio *bio, unsigned int pdu), | ||
69 | TP_ARGS(q, bio, pdu)); | ||
70 | |||
71 | DECLARE_TRACE(block_remap, | ||
72 | TP_PROTO(struct request_queue *q, struct bio *bio, dev_t dev, | ||
73 | sector_t from, sector_t to), | ||
74 | TP_ARGS(q, bio, dev, from, to)); | ||
75 | |||
76 | #endif | ||
diff --git a/include/trace/define_trace.h b/include/trace/define_trace.h new file mode 100644 index 000000000000..f7a7ae1e8f90 --- /dev/null +++ b/include/trace/define_trace.h | |||
@@ -0,0 +1,75 @@ | |||
1 | /* | ||
2 | * Trace files that want to automate creationg of all tracepoints defined | ||
3 | * in their file should include this file. The following are macros that the | ||
4 | * trace file may define: | ||
5 | * | ||
6 | * TRACE_SYSTEM defines the system the tracepoint is for | ||
7 | * | ||
8 | * TRACE_INCLUDE_FILE if the file name is something other than TRACE_SYSTEM.h | ||
9 | * This macro may be defined to tell define_trace.h what file to include. | ||
10 | * Note, leave off the ".h". | ||
11 | * | ||
12 | * TRACE_INCLUDE_PATH if the path is something other than core kernel include/trace | ||
13 | * then this macro can define the path to use. Note, the path is relative to | ||
14 | * define_trace.h, not the file including it. Full path names for out of tree | ||
15 | * modules must be used. | ||
16 | */ | ||
17 | |||
18 | #ifdef CREATE_TRACE_POINTS | ||
19 | |||
20 | /* Prevent recursion */ | ||
21 | #undef CREATE_TRACE_POINTS | ||
22 | |||
23 | #include <linux/stringify.h> | ||
24 | |||
25 | #undef TRACE_EVENT | ||
26 | #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ | ||
27 | DEFINE_TRACE(name) | ||
28 | |||
29 | #undef DECLARE_TRACE | ||
30 | #define DECLARE_TRACE(name, proto, args) \ | ||
31 | DEFINE_TRACE(name) | ||
32 | |||
33 | #undef TRACE_INCLUDE | ||
34 | #undef __TRACE_INCLUDE | ||
35 | |||
36 | #ifndef TRACE_INCLUDE_FILE | ||
37 | # define TRACE_INCLUDE_FILE TRACE_SYSTEM | ||
38 | # define UNDEF_TRACE_INCLUDE_FILE | ||
39 | #endif | ||
40 | |||
41 | #ifndef TRACE_INCLUDE_PATH | ||
42 | # define __TRACE_INCLUDE(system) <trace/events/system.h> | ||
43 | # define UNDEF_TRACE_INCLUDE_PATH | ||
44 | #else | ||
45 | # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) | ||
46 | #endif | ||
47 | |||
48 | # define TRACE_INCLUDE(system) __TRACE_INCLUDE(system) | ||
49 | |||
50 | /* Let the trace headers be reread */ | ||
51 | #define TRACE_HEADER_MULTI_READ | ||
52 | |||
53 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
54 | |||
55 | #ifdef CONFIG_EVENT_TRACING | ||
56 | #include <trace/ftrace.h> | ||
57 | #endif | ||
58 | |||
59 | #undef TRACE_HEADER_MULTI_READ | ||
60 | |||
61 | /* Only undef what we defined in this file */ | ||
62 | #ifdef UNDEF_TRACE_INCLUDE_FILE | ||
63 | # undef TRACE_INCLUDE_FILE | ||
64 | # undef UNDEF_TRACE_INCLUDE_FILE | ||
65 | #endif | ||
66 | |||
67 | #ifdef UNDEF_TRACE_INCLUDE_PATH | ||
68 | # undef TRACE_INCLUDE_PATH | ||
69 | # undef UNDEF_TRACE_INCLUDE_PATH | ||
70 | #endif | ||
71 | |||
72 | /* We may be processing more files */ | ||
73 | #define CREATE_TRACE_POINTS | ||
74 | |||
75 | #endif /* CREATE_TRACE_POINTS */ | ||
diff --git a/include/trace/events/block.h b/include/trace/events/block.h new file mode 100644 index 000000000000..53effd496a50 --- /dev/null +++ b/include/trace/events/block.h | |||
@@ -0,0 +1,498 @@ | |||
1 | #if !defined(_TRACE_BLOCK_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_BLOCK_H | ||
3 | |||
4 | #include <linux/blktrace_api.h> | ||
5 | #include <linux/blkdev.h> | ||
6 | #include <linux/tracepoint.h> | ||
7 | |||
8 | #undef TRACE_SYSTEM | ||
9 | #define TRACE_SYSTEM block | ||
10 | |||
11 | TRACE_EVENT(block_rq_abort, | ||
12 | |||
13 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
14 | |||
15 | TP_ARGS(q, rq), | ||
16 | |||
17 | TP_STRUCT__entry( | ||
18 | __field( dev_t, dev ) | ||
19 | __field( sector_t, sector ) | ||
20 | __field( unsigned int, nr_sector ) | ||
21 | __field( int, errors ) | ||
22 | __array( char, rwbs, 6 ) | ||
23 | __dynamic_array( char, cmd, blk_cmd_buf_len(rq) ) | ||
24 | ), | ||
25 | |||
26 | TP_fast_assign( | ||
27 | __entry->dev = rq->rq_disk ? disk_devt(rq->rq_disk) : 0; | ||
28 | __entry->sector = blk_pc_request(rq) ? 0 : rq->hard_sector; | ||
29 | __entry->nr_sector = blk_pc_request(rq) ? | ||
30 | 0 : rq->hard_nr_sectors; | ||
31 | __entry->errors = rq->errors; | ||
32 | |||
33 | blk_fill_rwbs_rq(__entry->rwbs, rq); | ||
34 | blk_dump_cmd(__get_str(cmd), rq); | ||
35 | ), | ||
36 | |||
37 | TP_printk("%d,%d %s (%s) %llu + %u [%d]", | ||
38 | MAJOR(__entry->dev), MINOR(__entry->dev), | ||
39 | __entry->rwbs, __get_str(cmd), | ||
40 | (unsigned long long)__entry->sector, | ||
41 | __entry->nr_sector, __entry->errors) | ||
42 | ); | ||
43 | |||
44 | TRACE_EVENT(block_rq_insert, | ||
45 | |||
46 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
47 | |||
48 | TP_ARGS(q, rq), | ||
49 | |||
50 | TP_STRUCT__entry( | ||
51 | __field( dev_t, dev ) | ||
52 | __field( sector_t, sector ) | ||
53 | __field( unsigned int, nr_sector ) | ||
54 | __field( unsigned int, bytes ) | ||
55 | __array( char, rwbs, 6 ) | ||
56 | __array( char, comm, TASK_COMM_LEN ) | ||
57 | __dynamic_array( char, cmd, blk_cmd_buf_len(rq) ) | ||
58 | ), | ||
59 | |||
60 | TP_fast_assign( | ||
61 | __entry->dev = rq->rq_disk ? disk_devt(rq->rq_disk) : 0; | ||
62 | __entry->sector = blk_pc_request(rq) ? 0 : rq->hard_sector; | ||
63 | __entry->nr_sector = blk_pc_request(rq) ? | ||
64 | 0 : rq->hard_nr_sectors; | ||
65 | __entry->bytes = blk_pc_request(rq) ? rq->data_len : 0; | ||
66 | |||
67 | blk_fill_rwbs_rq(__entry->rwbs, rq); | ||
68 | blk_dump_cmd(__get_str(cmd), rq); | ||
69 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
70 | ), | ||
71 | |||
72 | TP_printk("%d,%d %s %u (%s) %llu + %u [%s]", | ||
73 | MAJOR(__entry->dev), MINOR(__entry->dev), | ||
74 | __entry->rwbs, __entry->bytes, __get_str(cmd), | ||
75 | (unsigned long long)__entry->sector, | ||
76 | __entry->nr_sector, __entry->comm) | ||
77 | ); | ||
78 | |||
79 | TRACE_EVENT(block_rq_issue, | ||
80 | |||
81 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
82 | |||
83 | TP_ARGS(q, rq), | ||
84 | |||
85 | TP_STRUCT__entry( | ||
86 | __field( dev_t, dev ) | ||
87 | __field( sector_t, sector ) | ||
88 | __field( unsigned int, nr_sector ) | ||
89 | __field( unsigned int, bytes ) | ||
90 | __array( char, rwbs, 6 ) | ||
91 | __array( char, comm, TASK_COMM_LEN ) | ||
92 | __dynamic_array( char, cmd, blk_cmd_buf_len(rq) ) | ||
93 | ), | ||
94 | |||
95 | TP_fast_assign( | ||
96 | __entry->dev = rq->rq_disk ? disk_devt(rq->rq_disk) : 0; | ||
97 | __entry->sector = blk_pc_request(rq) ? 0 : rq->hard_sector; | ||
98 | __entry->nr_sector = blk_pc_request(rq) ? | ||
99 | 0 : rq->hard_nr_sectors; | ||
100 | __entry->bytes = blk_pc_request(rq) ? rq->data_len : 0; | ||
101 | |||
102 | blk_fill_rwbs_rq(__entry->rwbs, rq); | ||
103 | blk_dump_cmd(__get_str(cmd), rq); | ||
104 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
105 | ), | ||
106 | |||
107 | TP_printk("%d,%d %s %u (%s) %llu + %u [%s]", | ||
108 | MAJOR(__entry->dev), MINOR(__entry->dev), | ||
109 | __entry->rwbs, __entry->bytes, __get_str(cmd), | ||
110 | (unsigned long long)__entry->sector, | ||
111 | __entry->nr_sector, __entry->comm) | ||
112 | ); | ||
113 | |||
114 | TRACE_EVENT(block_rq_requeue, | ||
115 | |||
116 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
117 | |||
118 | TP_ARGS(q, rq), | ||
119 | |||
120 | TP_STRUCT__entry( | ||
121 | __field( dev_t, dev ) | ||
122 | __field( sector_t, sector ) | ||
123 | __field( unsigned int, nr_sector ) | ||
124 | __field( int, errors ) | ||
125 | __array( char, rwbs, 6 ) | ||
126 | __dynamic_array( char, cmd, blk_cmd_buf_len(rq) ) | ||
127 | ), | ||
128 | |||
129 | TP_fast_assign( | ||
130 | __entry->dev = rq->rq_disk ? disk_devt(rq->rq_disk) : 0; | ||
131 | __entry->sector = blk_pc_request(rq) ? 0 : rq->hard_sector; | ||
132 | __entry->nr_sector = blk_pc_request(rq) ? | ||
133 | 0 : rq->hard_nr_sectors; | ||
134 | __entry->errors = rq->errors; | ||
135 | |||
136 | blk_fill_rwbs_rq(__entry->rwbs, rq); | ||
137 | blk_dump_cmd(__get_str(cmd), rq); | ||
138 | ), | ||
139 | |||
140 | TP_printk("%d,%d %s (%s) %llu + %u [%d]", | ||
141 | MAJOR(__entry->dev), MINOR(__entry->dev), | ||
142 | __entry->rwbs, __get_str(cmd), | ||
143 | (unsigned long long)__entry->sector, | ||
144 | __entry->nr_sector, __entry->errors) | ||
145 | ); | ||
146 | |||
147 | TRACE_EVENT(block_rq_complete, | ||
148 | |||
149 | TP_PROTO(struct request_queue *q, struct request *rq), | ||
150 | |||
151 | TP_ARGS(q, rq), | ||
152 | |||
153 | TP_STRUCT__entry( | ||
154 | __field( dev_t, dev ) | ||
155 | __field( sector_t, sector ) | ||
156 | __field( unsigned int, nr_sector ) | ||
157 | __field( int, errors ) | ||
158 | __array( char, rwbs, 6 ) | ||
159 | __dynamic_array( char, cmd, blk_cmd_buf_len(rq) ) | ||
160 | ), | ||
161 | |||
162 | TP_fast_assign( | ||
163 | __entry->dev = rq->rq_disk ? disk_devt(rq->rq_disk) : 0; | ||
164 | __entry->sector = blk_pc_request(rq) ? 0 : rq->hard_sector; | ||
165 | __entry->nr_sector = blk_pc_request(rq) ? | ||
166 | 0 : rq->hard_nr_sectors; | ||
167 | __entry->errors = rq->errors; | ||
168 | |||
169 | blk_fill_rwbs_rq(__entry->rwbs, rq); | ||
170 | blk_dump_cmd(__get_str(cmd), rq); | ||
171 | ), | ||
172 | |||
173 | TP_printk("%d,%d %s (%s) %llu + %u [%d]", | ||
174 | MAJOR(__entry->dev), MINOR(__entry->dev), | ||
175 | __entry->rwbs, __get_str(cmd), | ||
176 | (unsigned long long)__entry->sector, | ||
177 | __entry->nr_sector, __entry->errors) | ||
178 | ); | ||
179 | TRACE_EVENT(block_bio_bounce, | ||
180 | |||
181 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
182 | |||
183 | TP_ARGS(q, bio), | ||
184 | |||
185 | TP_STRUCT__entry( | ||
186 | __field( dev_t, dev ) | ||
187 | __field( sector_t, sector ) | ||
188 | __field( unsigned int, nr_sector ) | ||
189 | __array( char, rwbs, 6 ) | ||
190 | __array( char, comm, TASK_COMM_LEN ) | ||
191 | ), | ||
192 | |||
193 | TP_fast_assign( | ||
194 | __entry->dev = bio->bi_bdev->bd_dev; | ||
195 | __entry->sector = bio->bi_sector; | ||
196 | __entry->nr_sector = bio->bi_size >> 9; | ||
197 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
198 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
199 | ), | ||
200 | |||
201 | TP_printk("%d,%d %s %llu + %u [%s]", | ||
202 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
203 | (unsigned long long)__entry->sector, | ||
204 | __entry->nr_sector, __entry->comm) | ||
205 | ); | ||
206 | |||
207 | TRACE_EVENT(block_bio_complete, | ||
208 | |||
209 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
210 | |||
211 | TP_ARGS(q, bio), | ||
212 | |||
213 | TP_STRUCT__entry( | ||
214 | __field( dev_t, dev ) | ||
215 | __field( sector_t, sector ) | ||
216 | __field( unsigned, nr_sector ) | ||
217 | __field( int, error ) | ||
218 | __array( char, rwbs, 6 ) | ||
219 | ), | ||
220 | |||
221 | TP_fast_assign( | ||
222 | __entry->dev = bio->bi_bdev->bd_dev; | ||
223 | __entry->sector = bio->bi_sector; | ||
224 | __entry->nr_sector = bio->bi_size >> 9; | ||
225 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
226 | ), | ||
227 | |||
228 | TP_printk("%d,%d %s %llu + %u [%d]", | ||
229 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
230 | (unsigned long long)__entry->sector, | ||
231 | __entry->nr_sector, __entry->error) | ||
232 | ); | ||
233 | |||
234 | TRACE_EVENT(block_bio_backmerge, | ||
235 | |||
236 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
237 | |||
238 | TP_ARGS(q, bio), | ||
239 | |||
240 | TP_STRUCT__entry( | ||
241 | __field( dev_t, dev ) | ||
242 | __field( sector_t, sector ) | ||
243 | __field( unsigned int, nr_sector ) | ||
244 | __array( char, rwbs, 6 ) | ||
245 | __array( char, comm, TASK_COMM_LEN ) | ||
246 | ), | ||
247 | |||
248 | TP_fast_assign( | ||
249 | __entry->dev = bio->bi_bdev->bd_dev; | ||
250 | __entry->sector = bio->bi_sector; | ||
251 | __entry->nr_sector = bio->bi_size >> 9; | ||
252 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
253 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
254 | ), | ||
255 | |||
256 | TP_printk("%d,%d %s %llu + %u [%s]", | ||
257 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
258 | (unsigned long long)__entry->sector, | ||
259 | __entry->nr_sector, __entry->comm) | ||
260 | ); | ||
261 | |||
262 | TRACE_EVENT(block_bio_frontmerge, | ||
263 | |||
264 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
265 | |||
266 | TP_ARGS(q, bio), | ||
267 | |||
268 | TP_STRUCT__entry( | ||
269 | __field( dev_t, dev ) | ||
270 | __field( sector_t, sector ) | ||
271 | __field( unsigned, nr_sector ) | ||
272 | __array( char, rwbs, 6 ) | ||
273 | __array( char, comm, TASK_COMM_LEN ) | ||
274 | ), | ||
275 | |||
276 | TP_fast_assign( | ||
277 | __entry->dev = bio->bi_bdev->bd_dev; | ||
278 | __entry->sector = bio->bi_sector; | ||
279 | __entry->nr_sector = bio->bi_size >> 9; | ||
280 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
281 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
282 | ), | ||
283 | |||
284 | TP_printk("%d,%d %s %llu + %u [%s]", | ||
285 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
286 | (unsigned long long)__entry->sector, | ||
287 | __entry->nr_sector, __entry->comm) | ||
288 | ); | ||
289 | |||
290 | TRACE_EVENT(block_bio_queue, | ||
291 | |||
292 | TP_PROTO(struct request_queue *q, struct bio *bio), | ||
293 | |||
294 | TP_ARGS(q, bio), | ||
295 | |||
296 | TP_STRUCT__entry( | ||
297 | __field( dev_t, dev ) | ||
298 | __field( sector_t, sector ) | ||
299 | __field( unsigned int, nr_sector ) | ||
300 | __array( char, rwbs, 6 ) | ||
301 | __array( char, comm, TASK_COMM_LEN ) | ||
302 | ), | ||
303 | |||
304 | TP_fast_assign( | ||
305 | __entry->dev = bio->bi_bdev->bd_dev; | ||
306 | __entry->sector = bio->bi_sector; | ||
307 | __entry->nr_sector = bio->bi_size >> 9; | ||
308 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
309 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
310 | ), | ||
311 | |||
312 | TP_printk("%d,%d %s %llu + %u [%s]", | ||
313 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
314 | (unsigned long long)__entry->sector, | ||
315 | __entry->nr_sector, __entry->comm) | ||
316 | ); | ||
317 | |||
318 | TRACE_EVENT(block_getrq, | ||
319 | |||
320 | TP_PROTO(struct request_queue *q, struct bio *bio, int rw), | ||
321 | |||
322 | TP_ARGS(q, bio, rw), | ||
323 | |||
324 | TP_STRUCT__entry( | ||
325 | __field( dev_t, dev ) | ||
326 | __field( sector_t, sector ) | ||
327 | __field( unsigned int, nr_sector ) | ||
328 | __array( char, rwbs, 6 ) | ||
329 | __array( char, comm, TASK_COMM_LEN ) | ||
330 | ), | ||
331 | |||
332 | TP_fast_assign( | ||
333 | __entry->dev = bio ? bio->bi_bdev->bd_dev : 0; | ||
334 | __entry->sector = bio ? bio->bi_sector : 0; | ||
335 | __entry->nr_sector = bio ? bio->bi_size >> 9 : 0; | ||
336 | blk_fill_rwbs(__entry->rwbs, | ||
337 | bio ? bio->bi_rw : 0, __entry->nr_sector); | ||
338 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
339 | ), | ||
340 | |||
341 | TP_printk("%d,%d %s %llu + %u [%s]", | ||
342 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
343 | (unsigned long long)__entry->sector, | ||
344 | __entry->nr_sector, __entry->comm) | ||
345 | ); | ||
346 | |||
347 | TRACE_EVENT(block_sleeprq, | ||
348 | |||
349 | TP_PROTO(struct request_queue *q, struct bio *bio, int rw), | ||
350 | |||
351 | TP_ARGS(q, bio, rw), | ||
352 | |||
353 | TP_STRUCT__entry( | ||
354 | __field( dev_t, dev ) | ||
355 | __field( sector_t, sector ) | ||
356 | __field( unsigned int, nr_sector ) | ||
357 | __array( char, rwbs, 6 ) | ||
358 | __array( char, comm, TASK_COMM_LEN ) | ||
359 | ), | ||
360 | |||
361 | TP_fast_assign( | ||
362 | __entry->dev = bio ? bio->bi_bdev->bd_dev : 0; | ||
363 | __entry->sector = bio ? bio->bi_sector : 0; | ||
364 | __entry->nr_sector = bio ? bio->bi_size >> 9 : 0; | ||
365 | blk_fill_rwbs(__entry->rwbs, | ||
366 | bio ? bio->bi_rw : 0, __entry->nr_sector); | ||
367 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
368 | ), | ||
369 | |||
370 | TP_printk("%d,%d %s %llu + %u [%s]", | ||
371 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
372 | (unsigned long long)__entry->sector, | ||
373 | __entry->nr_sector, __entry->comm) | ||
374 | ); | ||
375 | |||
376 | TRACE_EVENT(block_plug, | ||
377 | |||
378 | TP_PROTO(struct request_queue *q), | ||
379 | |||
380 | TP_ARGS(q), | ||
381 | |||
382 | TP_STRUCT__entry( | ||
383 | __array( char, comm, TASK_COMM_LEN ) | ||
384 | ), | ||
385 | |||
386 | TP_fast_assign( | ||
387 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
388 | ), | ||
389 | |||
390 | TP_printk("[%s]", __entry->comm) | ||
391 | ); | ||
392 | |||
393 | TRACE_EVENT(block_unplug_timer, | ||
394 | |||
395 | TP_PROTO(struct request_queue *q), | ||
396 | |||
397 | TP_ARGS(q), | ||
398 | |||
399 | TP_STRUCT__entry( | ||
400 | __field( int, nr_rq ) | ||
401 | __array( char, comm, TASK_COMM_LEN ) | ||
402 | ), | ||
403 | |||
404 | TP_fast_assign( | ||
405 | __entry->nr_rq = q->rq.count[READ] + q->rq.count[WRITE]; | ||
406 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
407 | ), | ||
408 | |||
409 | TP_printk("[%s] %d", __entry->comm, __entry->nr_rq) | ||
410 | ); | ||
411 | |||
412 | TRACE_EVENT(block_unplug_io, | ||
413 | |||
414 | TP_PROTO(struct request_queue *q), | ||
415 | |||
416 | TP_ARGS(q), | ||
417 | |||
418 | TP_STRUCT__entry( | ||
419 | __field( int, nr_rq ) | ||
420 | __array( char, comm, TASK_COMM_LEN ) | ||
421 | ), | ||
422 | |||
423 | TP_fast_assign( | ||
424 | __entry->nr_rq = q->rq.count[READ] + q->rq.count[WRITE]; | ||
425 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
426 | ), | ||
427 | |||
428 | TP_printk("[%s] %d", __entry->comm, __entry->nr_rq) | ||
429 | ); | ||
430 | |||
431 | TRACE_EVENT(block_split, | ||
432 | |||
433 | TP_PROTO(struct request_queue *q, struct bio *bio, | ||
434 | unsigned int new_sector), | ||
435 | |||
436 | TP_ARGS(q, bio, new_sector), | ||
437 | |||
438 | TP_STRUCT__entry( | ||
439 | __field( dev_t, dev ) | ||
440 | __field( sector_t, sector ) | ||
441 | __field( sector_t, new_sector ) | ||
442 | __array( char, rwbs, 6 ) | ||
443 | __array( char, comm, TASK_COMM_LEN ) | ||
444 | ), | ||
445 | |||
446 | TP_fast_assign( | ||
447 | __entry->dev = bio->bi_bdev->bd_dev; | ||
448 | __entry->sector = bio->bi_sector; | ||
449 | __entry->new_sector = new_sector; | ||
450 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
451 | memcpy(__entry->comm, current->comm, TASK_COMM_LEN); | ||
452 | ), | ||
453 | |||
454 | TP_printk("%d,%d %s %llu / %llu [%s]", | ||
455 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
456 | (unsigned long long)__entry->sector, | ||
457 | (unsigned long long)__entry->new_sector, | ||
458 | __entry->comm) | ||
459 | ); | ||
460 | |||
461 | TRACE_EVENT(block_remap, | ||
462 | |||
463 | TP_PROTO(struct request_queue *q, struct bio *bio, dev_t dev, | ||
464 | sector_t from), | ||
465 | |||
466 | TP_ARGS(q, bio, dev, from), | ||
467 | |||
468 | TP_STRUCT__entry( | ||
469 | __field( dev_t, dev ) | ||
470 | __field( sector_t, sector ) | ||
471 | __field( unsigned int, nr_sector ) | ||
472 | __field( dev_t, old_dev ) | ||
473 | __field( sector_t, old_sector ) | ||
474 | __array( char, rwbs, 6 ) | ||
475 | ), | ||
476 | |||
477 | TP_fast_assign( | ||
478 | __entry->dev = bio->bi_bdev->bd_dev; | ||
479 | __entry->sector = bio->bi_sector; | ||
480 | __entry->nr_sector = bio->bi_size >> 9; | ||
481 | __entry->old_dev = dev; | ||
482 | __entry->old_sector = from; | ||
483 | blk_fill_rwbs(__entry->rwbs, bio->bi_rw, bio->bi_size); | ||
484 | ), | ||
485 | |||
486 | TP_printk("%d,%d %s %llu + %u <- (%d,%d) %llu", | ||
487 | MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs, | ||
488 | (unsigned long long)__entry->sector, | ||
489 | __entry->nr_sector, | ||
490 | MAJOR(__entry->old_dev), MINOR(__entry->old_dev), | ||
491 | (unsigned long long)__entry->old_sector) | ||
492 | ); | ||
493 | |||
494 | #endif /* _TRACE_BLOCK_H */ | ||
495 | |||
496 | /* This part must be outside protection */ | ||
497 | #include <trace/define_trace.h> | ||
498 | |||
diff --git a/include/trace/events/irq.h b/include/trace/events/irq.h new file mode 100644 index 000000000000..b0c7ede55eb1 --- /dev/null +++ b/include/trace/events/irq.h | |||
@@ -0,0 +1,145 @@ | |||
1 | #if !defined(_TRACE_IRQ_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_IRQ_H | ||
3 | |||
4 | #include <linux/tracepoint.h> | ||
5 | #include <linux/interrupt.h> | ||
6 | |||
7 | #undef TRACE_SYSTEM | ||
8 | #define TRACE_SYSTEM irq | ||
9 | |||
10 | #define softirq_name(sirq) { sirq##_SOFTIRQ, #sirq } | ||
11 | #define show_softirq_name(val) \ | ||
12 | __print_symbolic(val, \ | ||
13 | softirq_name(HI), \ | ||
14 | softirq_name(TIMER), \ | ||
15 | softirq_name(NET_TX), \ | ||
16 | softirq_name(NET_RX), \ | ||
17 | softirq_name(BLOCK), \ | ||
18 | softirq_name(TASKLET), \ | ||
19 | softirq_name(SCHED), \ | ||
20 | softirq_name(HRTIMER), \ | ||
21 | softirq_name(RCU)) | ||
22 | |||
23 | /** | ||
24 | * irq_handler_entry - called immediately before the irq action handler | ||
25 | * @irq: irq number | ||
26 | * @action: pointer to struct irqaction | ||
27 | * | ||
28 | * The struct irqaction pointed to by @action contains various | ||
29 | * information about the handler, including the device name, | ||
30 | * @action->name, and the device id, @action->dev_id. When used in | ||
31 | * conjunction with the irq_handler_exit tracepoint, we can figure | ||
32 | * out irq handler latencies. | ||
33 | */ | ||
34 | TRACE_EVENT(irq_handler_entry, | ||
35 | |||
36 | TP_PROTO(int irq, struct irqaction *action), | ||
37 | |||
38 | TP_ARGS(irq, action), | ||
39 | |||
40 | TP_STRUCT__entry( | ||
41 | __field( int, irq ) | ||
42 | __string( name, action->name ) | ||
43 | ), | ||
44 | |||
45 | TP_fast_assign( | ||
46 | __entry->irq = irq; | ||
47 | __assign_str(name, action->name); | ||
48 | ), | ||
49 | |||
50 | TP_printk("irq=%d handler=%s", __entry->irq, __get_str(name)) | ||
51 | ); | ||
52 | |||
53 | /** | ||
54 | * irq_handler_exit - called immediately after the irq action handler returns | ||
55 | * @irq: irq number | ||
56 | * @action: pointer to struct irqaction | ||
57 | * @ret: return value | ||
58 | * | ||
59 | * If the @ret value is set to IRQ_HANDLED, then we know that the corresponding | ||
60 | * @action->handler scuccessully handled this irq. Otherwise, the irq might be | ||
61 | * a shared irq line, or the irq was not handled successfully. Can be used in | ||
62 | * conjunction with the irq_handler_entry to understand irq handler latencies. | ||
63 | */ | ||
64 | TRACE_EVENT(irq_handler_exit, | ||
65 | |||
66 | TP_PROTO(int irq, struct irqaction *action, int ret), | ||
67 | |||
68 | TP_ARGS(irq, action, ret), | ||
69 | |||
70 | TP_STRUCT__entry( | ||
71 | __field( int, irq ) | ||
72 | __field( int, ret ) | ||
73 | ), | ||
74 | |||
75 | TP_fast_assign( | ||
76 | __entry->irq = irq; | ||
77 | __entry->ret = ret; | ||
78 | ), | ||
79 | |||
80 | TP_printk("irq=%d return=%s", | ||
81 | __entry->irq, __entry->ret ? "handled" : "unhandled") | ||
82 | ); | ||
83 | |||
84 | /** | ||
85 | * softirq_entry - called immediately before the softirq handler | ||
86 | * @h: pointer to struct softirq_action | ||
87 | * @vec: pointer to first struct softirq_action in softirq_vec array | ||
88 | * | ||
89 | * The @h parameter, contains a pointer to the struct softirq_action | ||
90 | * which has a pointer to the action handler that is called. By subtracting | ||
91 | * the @vec pointer from the @h pointer, we can determine the softirq | ||
92 | * number. Also, when used in combination with the softirq_exit tracepoint | ||
93 | * we can determine the softirq latency. | ||
94 | */ | ||
95 | TRACE_EVENT(softirq_entry, | ||
96 | |||
97 | TP_PROTO(struct softirq_action *h, struct softirq_action *vec), | ||
98 | |||
99 | TP_ARGS(h, vec), | ||
100 | |||
101 | TP_STRUCT__entry( | ||
102 | __field( int, vec ) | ||
103 | ), | ||
104 | |||
105 | TP_fast_assign( | ||
106 | __entry->vec = (int)(h - vec); | ||
107 | ), | ||
108 | |||
109 | TP_printk("softirq=%d action=%s", __entry->vec, | ||
110 | show_softirq_name(__entry->vec)) | ||
111 | ); | ||
112 | |||
113 | /** | ||
114 | * softirq_exit - called immediately after the softirq handler returns | ||
115 | * @h: pointer to struct softirq_action | ||
116 | * @vec: pointer to first struct softirq_action in softirq_vec array | ||
117 | * | ||
118 | * The @h parameter contains a pointer to the struct softirq_action | ||
119 | * that has handled the softirq. By subtracting the @vec pointer from | ||
120 | * the @h pointer, we can determine the softirq number. Also, when used in | ||
121 | * combination with the softirq_entry tracepoint we can determine the softirq | ||
122 | * latency. | ||
123 | */ | ||
124 | TRACE_EVENT(softirq_exit, | ||
125 | |||
126 | TP_PROTO(struct softirq_action *h, struct softirq_action *vec), | ||
127 | |||
128 | TP_ARGS(h, vec), | ||
129 | |||
130 | TP_STRUCT__entry( | ||
131 | __field( int, vec ) | ||
132 | ), | ||
133 | |||
134 | TP_fast_assign( | ||
135 | __entry->vec = (int)(h - vec); | ||
136 | ), | ||
137 | |||
138 | TP_printk("softirq=%d action=%s", __entry->vec, | ||
139 | show_softirq_name(__entry->vec)) | ||
140 | ); | ||
141 | |||
142 | #endif /* _TRACE_IRQ_H */ | ||
143 | |||
144 | /* This part must be outside protection */ | ||
145 | #include <trace/define_trace.h> | ||
diff --git a/include/trace/events/kmem.h b/include/trace/events/kmem.h new file mode 100644 index 000000000000..9baba50d6512 --- /dev/null +++ b/include/trace/events/kmem.h | |||
@@ -0,0 +1,231 @@ | |||
1 | #if !defined(_TRACE_KMEM_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_KMEM_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | #undef TRACE_SYSTEM | ||
8 | #define TRACE_SYSTEM kmem | ||
9 | |||
10 | /* | ||
11 | * The order of these masks is important. Matching masks will be seen | ||
12 | * first and the left over flags will end up showing by themselves. | ||
13 | * | ||
14 | * For example, if we have GFP_KERNEL before GFP_USER we wil get: | ||
15 | * | ||
16 | * GFP_KERNEL|GFP_HARDWALL | ||
17 | * | ||
18 | * Thus most bits set go first. | ||
19 | */ | ||
20 | #define show_gfp_flags(flags) \ | ||
21 | (flags) ? __print_flags(flags, "|", \ | ||
22 | {(unsigned long)GFP_HIGHUSER_MOVABLE, "GFP_HIGHUSER_MOVABLE"}, \ | ||
23 | {(unsigned long)GFP_HIGHUSER, "GFP_HIGHUSER"}, \ | ||
24 | {(unsigned long)GFP_USER, "GFP_USER"}, \ | ||
25 | {(unsigned long)GFP_TEMPORARY, "GFP_TEMPORARY"}, \ | ||
26 | {(unsigned long)GFP_KERNEL, "GFP_KERNEL"}, \ | ||
27 | {(unsigned long)GFP_NOFS, "GFP_NOFS"}, \ | ||
28 | {(unsigned long)GFP_ATOMIC, "GFP_ATOMIC"}, \ | ||
29 | {(unsigned long)GFP_NOIO, "GFP_NOIO"}, \ | ||
30 | {(unsigned long)__GFP_HIGH, "GFP_HIGH"}, \ | ||
31 | {(unsigned long)__GFP_WAIT, "GFP_WAIT"}, \ | ||
32 | {(unsigned long)__GFP_IO, "GFP_IO"}, \ | ||
33 | {(unsigned long)__GFP_COLD, "GFP_COLD"}, \ | ||
34 | {(unsigned long)__GFP_NOWARN, "GFP_NOWARN"}, \ | ||
35 | {(unsigned long)__GFP_REPEAT, "GFP_REPEAT"}, \ | ||
36 | {(unsigned long)__GFP_NOFAIL, "GFP_NOFAIL"}, \ | ||
37 | {(unsigned long)__GFP_NORETRY, "GFP_NORETRY"}, \ | ||
38 | {(unsigned long)__GFP_COMP, "GFP_COMP"}, \ | ||
39 | {(unsigned long)__GFP_ZERO, "GFP_ZERO"}, \ | ||
40 | {(unsigned long)__GFP_NOMEMALLOC, "GFP_NOMEMALLOC"}, \ | ||
41 | {(unsigned long)__GFP_HARDWALL, "GFP_HARDWALL"}, \ | ||
42 | {(unsigned long)__GFP_THISNODE, "GFP_THISNODE"}, \ | ||
43 | {(unsigned long)__GFP_RECLAIMABLE, "GFP_RECLAIMABLE"}, \ | ||
44 | {(unsigned long)__GFP_MOVABLE, "GFP_MOVABLE"} \ | ||
45 | ) : "GFP_NOWAIT" | ||
46 | |||
47 | TRACE_EVENT(kmalloc, | ||
48 | |||
49 | TP_PROTO(unsigned long call_site, | ||
50 | const void *ptr, | ||
51 | size_t bytes_req, | ||
52 | size_t bytes_alloc, | ||
53 | gfp_t gfp_flags), | ||
54 | |||
55 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), | ||
56 | |||
57 | TP_STRUCT__entry( | ||
58 | __field( unsigned long, call_site ) | ||
59 | __field( const void *, ptr ) | ||
60 | __field( size_t, bytes_req ) | ||
61 | __field( size_t, bytes_alloc ) | ||
62 | __field( gfp_t, gfp_flags ) | ||
63 | ), | ||
64 | |||
65 | TP_fast_assign( | ||
66 | __entry->call_site = call_site; | ||
67 | __entry->ptr = ptr; | ||
68 | __entry->bytes_req = bytes_req; | ||
69 | __entry->bytes_alloc = bytes_alloc; | ||
70 | __entry->gfp_flags = gfp_flags; | ||
71 | ), | ||
72 | |||
73 | TP_printk("call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s", | ||
74 | __entry->call_site, | ||
75 | __entry->ptr, | ||
76 | __entry->bytes_req, | ||
77 | __entry->bytes_alloc, | ||
78 | show_gfp_flags(__entry->gfp_flags)) | ||
79 | ); | ||
80 | |||
81 | TRACE_EVENT(kmem_cache_alloc, | ||
82 | |||
83 | TP_PROTO(unsigned long call_site, | ||
84 | const void *ptr, | ||
85 | size_t bytes_req, | ||
86 | size_t bytes_alloc, | ||
87 | gfp_t gfp_flags), | ||
88 | |||
89 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), | ||
90 | |||
91 | TP_STRUCT__entry( | ||
92 | __field( unsigned long, call_site ) | ||
93 | __field( const void *, ptr ) | ||
94 | __field( size_t, bytes_req ) | ||
95 | __field( size_t, bytes_alloc ) | ||
96 | __field( gfp_t, gfp_flags ) | ||
97 | ), | ||
98 | |||
99 | TP_fast_assign( | ||
100 | __entry->call_site = call_site; | ||
101 | __entry->ptr = ptr; | ||
102 | __entry->bytes_req = bytes_req; | ||
103 | __entry->bytes_alloc = bytes_alloc; | ||
104 | __entry->gfp_flags = gfp_flags; | ||
105 | ), | ||
106 | |||
107 | TP_printk("call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s", | ||
108 | __entry->call_site, | ||
109 | __entry->ptr, | ||
110 | __entry->bytes_req, | ||
111 | __entry->bytes_alloc, | ||
112 | show_gfp_flags(__entry->gfp_flags)) | ||
113 | ); | ||
114 | |||
115 | TRACE_EVENT(kmalloc_node, | ||
116 | |||
117 | TP_PROTO(unsigned long call_site, | ||
118 | const void *ptr, | ||
119 | size_t bytes_req, | ||
120 | size_t bytes_alloc, | ||
121 | gfp_t gfp_flags, | ||
122 | int node), | ||
123 | |||
124 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), | ||
125 | |||
126 | TP_STRUCT__entry( | ||
127 | __field( unsigned long, call_site ) | ||
128 | __field( const void *, ptr ) | ||
129 | __field( size_t, bytes_req ) | ||
130 | __field( size_t, bytes_alloc ) | ||
131 | __field( gfp_t, gfp_flags ) | ||
132 | __field( int, node ) | ||
133 | ), | ||
134 | |||
135 | TP_fast_assign( | ||
136 | __entry->call_site = call_site; | ||
137 | __entry->ptr = ptr; | ||
138 | __entry->bytes_req = bytes_req; | ||
139 | __entry->bytes_alloc = bytes_alloc; | ||
140 | __entry->gfp_flags = gfp_flags; | ||
141 | __entry->node = node; | ||
142 | ), | ||
143 | |||
144 | TP_printk("call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d", | ||
145 | __entry->call_site, | ||
146 | __entry->ptr, | ||
147 | __entry->bytes_req, | ||
148 | __entry->bytes_alloc, | ||
149 | show_gfp_flags(__entry->gfp_flags), | ||
150 | __entry->node) | ||
151 | ); | ||
152 | |||
153 | TRACE_EVENT(kmem_cache_alloc_node, | ||
154 | |||
155 | TP_PROTO(unsigned long call_site, | ||
156 | const void *ptr, | ||
157 | size_t bytes_req, | ||
158 | size_t bytes_alloc, | ||
159 | gfp_t gfp_flags, | ||
160 | int node), | ||
161 | |||
162 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), | ||
163 | |||
164 | TP_STRUCT__entry( | ||
165 | __field( unsigned long, call_site ) | ||
166 | __field( const void *, ptr ) | ||
167 | __field( size_t, bytes_req ) | ||
168 | __field( size_t, bytes_alloc ) | ||
169 | __field( gfp_t, gfp_flags ) | ||
170 | __field( int, node ) | ||
171 | ), | ||
172 | |||
173 | TP_fast_assign( | ||
174 | __entry->call_site = call_site; | ||
175 | __entry->ptr = ptr; | ||
176 | __entry->bytes_req = bytes_req; | ||
177 | __entry->bytes_alloc = bytes_alloc; | ||
178 | __entry->gfp_flags = gfp_flags; | ||
179 | __entry->node = node; | ||
180 | ), | ||
181 | |||
182 | TP_printk("call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d", | ||
183 | __entry->call_site, | ||
184 | __entry->ptr, | ||
185 | __entry->bytes_req, | ||
186 | __entry->bytes_alloc, | ||
187 | show_gfp_flags(__entry->gfp_flags), | ||
188 | __entry->node) | ||
189 | ); | ||
190 | |||
191 | TRACE_EVENT(kfree, | ||
192 | |||
193 | TP_PROTO(unsigned long call_site, const void *ptr), | ||
194 | |||
195 | TP_ARGS(call_site, ptr), | ||
196 | |||
197 | TP_STRUCT__entry( | ||
198 | __field( unsigned long, call_site ) | ||
199 | __field( const void *, ptr ) | ||
200 | ), | ||
201 | |||
202 | TP_fast_assign( | ||
203 | __entry->call_site = call_site; | ||
204 | __entry->ptr = ptr; | ||
205 | ), | ||
206 | |||
207 | TP_printk("call_site=%lx ptr=%p", __entry->call_site, __entry->ptr) | ||
208 | ); | ||
209 | |||
210 | TRACE_EVENT(kmem_cache_free, | ||
211 | |||
212 | TP_PROTO(unsigned long call_site, const void *ptr), | ||
213 | |||
214 | TP_ARGS(call_site, ptr), | ||
215 | |||
216 | TP_STRUCT__entry( | ||
217 | __field( unsigned long, call_site ) | ||
218 | __field( const void *, ptr ) | ||
219 | ), | ||
220 | |||
221 | TP_fast_assign( | ||
222 | __entry->call_site = call_site; | ||
223 | __entry->ptr = ptr; | ||
224 | ), | ||
225 | |||
226 | TP_printk("call_site=%lx ptr=%p", __entry->call_site, __entry->ptr) | ||
227 | ); | ||
228 | #endif /* _TRACE_KMEM_H */ | ||
229 | |||
230 | /* This part must be outside protection */ | ||
231 | #include <trace/define_trace.h> | ||
diff --git a/include/trace/events/lockdep.h b/include/trace/events/lockdep.h new file mode 100644 index 000000000000..0e956c9dfd7e --- /dev/null +++ b/include/trace/events/lockdep.h | |||
@@ -0,0 +1,96 @@ | |||
1 | #if !defined(_TRACE_LOCKDEP_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_LOCKDEP_H | ||
3 | |||
4 | #include <linux/lockdep.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | #undef TRACE_SYSTEM | ||
8 | #define TRACE_SYSTEM lockdep | ||
9 | |||
10 | #ifdef CONFIG_LOCKDEP | ||
11 | |||
12 | TRACE_EVENT(lock_acquire, | ||
13 | |||
14 | TP_PROTO(struct lockdep_map *lock, unsigned int subclass, | ||
15 | int trylock, int read, int check, | ||
16 | struct lockdep_map *next_lock, unsigned long ip), | ||
17 | |||
18 | TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip), | ||
19 | |||
20 | TP_STRUCT__entry( | ||
21 | __field(unsigned int, flags) | ||
22 | __string(name, lock->name) | ||
23 | ), | ||
24 | |||
25 | TP_fast_assign( | ||
26 | __entry->flags = (trylock ? 1 : 0) | (read ? 2 : 0); | ||
27 | __assign_str(name, lock->name); | ||
28 | ), | ||
29 | |||
30 | TP_printk("%s%s%s", (__entry->flags & 1) ? "try " : "", | ||
31 | (__entry->flags & 2) ? "read " : "", | ||
32 | __get_str(name)) | ||
33 | ); | ||
34 | |||
35 | TRACE_EVENT(lock_release, | ||
36 | |||
37 | TP_PROTO(struct lockdep_map *lock, int nested, unsigned long ip), | ||
38 | |||
39 | TP_ARGS(lock, nested, ip), | ||
40 | |||
41 | TP_STRUCT__entry( | ||
42 | __string(name, lock->name) | ||
43 | ), | ||
44 | |||
45 | TP_fast_assign( | ||
46 | __assign_str(name, lock->name); | ||
47 | ), | ||
48 | |||
49 | TP_printk("%s", __get_str(name)) | ||
50 | ); | ||
51 | |||
52 | #ifdef CONFIG_LOCK_STAT | ||
53 | |||
54 | TRACE_EVENT(lock_contended, | ||
55 | |||
56 | TP_PROTO(struct lockdep_map *lock, unsigned long ip), | ||
57 | |||
58 | TP_ARGS(lock, ip), | ||
59 | |||
60 | TP_STRUCT__entry( | ||
61 | __string(name, lock->name) | ||
62 | ), | ||
63 | |||
64 | TP_fast_assign( | ||
65 | __assign_str(name, lock->name); | ||
66 | ), | ||
67 | |||
68 | TP_printk("%s", __get_str(name)) | ||
69 | ); | ||
70 | |||
71 | TRACE_EVENT(lock_acquired, | ||
72 | TP_PROTO(struct lockdep_map *lock, unsigned long ip, s64 waittime), | ||
73 | |||
74 | TP_ARGS(lock, ip, waittime), | ||
75 | |||
76 | TP_STRUCT__entry( | ||
77 | __string(name, lock->name) | ||
78 | __field(unsigned long, wait_usec) | ||
79 | __field(unsigned long, wait_nsec_rem) | ||
80 | ), | ||
81 | TP_fast_assign( | ||
82 | __assign_str(name, lock->name); | ||
83 | __entry->wait_nsec_rem = do_div(waittime, NSEC_PER_USEC); | ||
84 | __entry->wait_usec = (unsigned long) waittime; | ||
85 | ), | ||
86 | TP_printk("%s (%lu.%03lu us)", __get_str(name), __entry->wait_usec, | ||
87 | __entry->wait_nsec_rem) | ||
88 | ); | ||
89 | |||
90 | #endif | ||
91 | #endif | ||
92 | |||
93 | #endif /* _TRACE_LOCKDEP_H */ | ||
94 | |||
95 | /* This part must be outside protection */ | ||
96 | #include <trace/define_trace.h> | ||
diff --git a/include/trace/sched_event_types.h b/include/trace/events/sched.h index 63547dc1125f..24ab5bcff7b2 100644 --- a/include/trace/sched_event_types.h +++ b/include/trace/events/sched.h | |||
@@ -1,9 +1,8 @@ | |||
1 | #if !defined(_TRACE_SCHED_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_SCHED_H | ||
1 | 3 | ||
2 | /* use <trace/sched.h> instead */ | 4 | #include <linux/sched.h> |
3 | #ifndef TRACE_EVENT | 5 | #include <linux/tracepoint.h> |
4 | # error Do not include this file directly. | ||
5 | # error Unless you know what you are doing. | ||
6 | #endif | ||
7 | 6 | ||
8 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
9 | #define TRACE_SYSTEM sched | 8 | #define TRACE_SYSTEM sched |
@@ -157,6 +156,7 @@ TRACE_EVENT(sched_switch, | |||
157 | __array( char, prev_comm, TASK_COMM_LEN ) | 156 | __array( char, prev_comm, TASK_COMM_LEN ) |
158 | __field( pid_t, prev_pid ) | 157 | __field( pid_t, prev_pid ) |
159 | __field( int, prev_prio ) | 158 | __field( int, prev_prio ) |
159 | __field( long, prev_state ) | ||
160 | __array( char, next_comm, TASK_COMM_LEN ) | 160 | __array( char, next_comm, TASK_COMM_LEN ) |
161 | __field( pid_t, next_pid ) | 161 | __field( pid_t, next_pid ) |
162 | __field( int, next_prio ) | 162 | __field( int, next_prio ) |
@@ -166,13 +166,19 @@ TRACE_EVENT(sched_switch, | |||
166 | memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN); | 166 | memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN); |
167 | __entry->prev_pid = prev->pid; | 167 | __entry->prev_pid = prev->pid; |
168 | __entry->prev_prio = prev->prio; | 168 | __entry->prev_prio = prev->prio; |
169 | __entry->prev_state = prev->state; | ||
169 | memcpy(__entry->prev_comm, prev->comm, TASK_COMM_LEN); | 170 | memcpy(__entry->prev_comm, prev->comm, TASK_COMM_LEN); |
170 | __entry->next_pid = next->pid; | 171 | __entry->next_pid = next->pid; |
171 | __entry->next_prio = next->prio; | 172 | __entry->next_prio = next->prio; |
172 | ), | 173 | ), |
173 | 174 | ||
174 | TP_printk("task %s:%d [%d] ==> %s:%d [%d]", | 175 | TP_printk("task %s:%d [%d] (%s) ==> %s:%d [%d]", |
175 | __entry->prev_comm, __entry->prev_pid, __entry->prev_prio, | 176 | __entry->prev_comm, __entry->prev_pid, __entry->prev_prio, |
177 | __entry->prev_state ? | ||
178 | __print_flags(__entry->prev_state, "|", | ||
179 | { 1, "S"} , { 2, "D" }, { 4, "T" }, { 8, "t" }, | ||
180 | { 16, "Z" }, { 32, "X" }, { 64, "x" }, | ||
181 | { 128, "W" }) : "R", | ||
176 | __entry->next_comm, __entry->next_pid, __entry->next_prio) | 182 | __entry->next_comm, __entry->next_pid, __entry->next_prio) |
177 | ); | 183 | ); |
178 | 184 | ||
@@ -181,9 +187,9 @@ TRACE_EVENT(sched_switch, | |||
181 | */ | 187 | */ |
182 | TRACE_EVENT(sched_migrate_task, | 188 | TRACE_EVENT(sched_migrate_task, |
183 | 189 | ||
184 | TP_PROTO(struct task_struct *p, int orig_cpu, int dest_cpu), | 190 | TP_PROTO(struct task_struct *p, int dest_cpu), |
185 | 191 | ||
186 | TP_ARGS(p, orig_cpu, dest_cpu), | 192 | TP_ARGS(p, dest_cpu), |
187 | 193 | ||
188 | TP_STRUCT__entry( | 194 | TP_STRUCT__entry( |
189 | __array( char, comm, TASK_COMM_LEN ) | 195 | __array( char, comm, TASK_COMM_LEN ) |
@@ -197,7 +203,7 @@ TRACE_EVENT(sched_migrate_task, | |||
197 | memcpy(__entry->comm, p->comm, TASK_COMM_LEN); | 203 | memcpy(__entry->comm, p->comm, TASK_COMM_LEN); |
198 | __entry->pid = p->pid; | 204 | __entry->pid = p->pid; |
199 | __entry->prio = p->prio; | 205 | __entry->prio = p->prio; |
200 | __entry->orig_cpu = orig_cpu; | 206 | __entry->orig_cpu = task_cpu(p); |
201 | __entry->dest_cpu = dest_cpu; | 207 | __entry->dest_cpu = dest_cpu; |
202 | ), | 208 | ), |
203 | 209 | ||
@@ -334,4 +340,7 @@ TRACE_EVENT(sched_signal_send, | |||
334 | __entry->sig, __entry->comm, __entry->pid) | 340 | __entry->sig, __entry->comm, __entry->pid) |
335 | ); | 341 | ); |
336 | 342 | ||
337 | #undef TRACE_SYSTEM | 343 | #endif /* _TRACE_SCHED_H */ |
344 | |||
345 | /* This part must be outside protection */ | ||
346 | #include <trace/define_trace.h> | ||
diff --git a/include/trace/events/skb.h b/include/trace/events/skb.h new file mode 100644 index 000000000000..1e8fabb57c06 --- /dev/null +++ b/include/trace/events/skb.h | |||
@@ -0,0 +1,40 @@ | |||
1 | #if !defined(_TRACE_SKB_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_SKB_H | ||
3 | |||
4 | #include <linux/skbuff.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | #undef TRACE_SYSTEM | ||
8 | #define TRACE_SYSTEM skb | ||
9 | |||
10 | /* | ||
11 | * Tracepoint for free an sk_buff: | ||
12 | */ | ||
13 | TRACE_EVENT(kfree_skb, | ||
14 | |||
15 | TP_PROTO(struct sk_buff *skb, void *location), | ||
16 | |||
17 | TP_ARGS(skb, location), | ||
18 | |||
19 | TP_STRUCT__entry( | ||
20 | __field( void *, skbaddr ) | ||
21 | __field( unsigned short, protocol ) | ||
22 | __field( void *, location ) | ||
23 | ), | ||
24 | |||
25 | TP_fast_assign( | ||
26 | __entry->skbaddr = skb; | ||
27 | if (skb) { | ||
28 | __entry->protocol = ntohs(skb->protocol); | ||
29 | } | ||
30 | __entry->location = location; | ||
31 | ), | ||
32 | |||
33 | TP_printk("skbaddr=%p protocol=%u location=%p", | ||
34 | __entry->skbaddr, __entry->protocol, __entry->location) | ||
35 | ); | ||
36 | |||
37 | #endif /* _TRACE_SKB_H */ | ||
38 | |||
39 | /* This part must be outside protection */ | ||
40 | #include <trace/define_trace.h> | ||
diff --git a/include/trace/events/workqueue.h b/include/trace/events/workqueue.h new file mode 100644 index 000000000000..035f1bff288e --- /dev/null +++ b/include/trace/events/workqueue.h | |||
@@ -0,0 +1,100 @@ | |||
1 | #if !defined(_TRACE_WORKQUEUE_H) || defined(TRACE_HEADER_MULTI_READ) | ||
2 | #define _TRACE_WORKQUEUE_H | ||
3 | |||
4 | #include <linux/workqueue.h> | ||
5 | #include <linux/sched.h> | ||
6 | #include <linux/tracepoint.h> | ||
7 | |||
8 | #undef TRACE_SYSTEM | ||
9 | #define TRACE_SYSTEM workqueue | ||
10 | |||
11 | TRACE_EVENT(workqueue_insertion, | ||
12 | |||
13 | TP_PROTO(struct task_struct *wq_thread, struct work_struct *work), | ||
14 | |||
15 | TP_ARGS(wq_thread, work), | ||
16 | |||
17 | TP_STRUCT__entry( | ||
18 | __array(char, thread_comm, TASK_COMM_LEN) | ||
19 | __field(pid_t, thread_pid) | ||
20 | __field(work_func_t, func) | ||
21 | ), | ||
22 | |||
23 | TP_fast_assign( | ||
24 | memcpy(__entry->thread_comm, wq_thread->comm, TASK_COMM_LEN); | ||
25 | __entry->thread_pid = wq_thread->pid; | ||
26 | __entry->func = work->func; | ||
27 | ), | ||
28 | |||
29 | TP_printk("thread=%s:%d func=%pF", __entry->thread_comm, | ||
30 | __entry->thread_pid, __entry->func) | ||
31 | ); | ||
32 | |||
33 | TRACE_EVENT(workqueue_execution, | ||
34 | |||
35 | TP_PROTO(struct task_struct *wq_thread, struct work_struct *work), | ||
36 | |||
37 | TP_ARGS(wq_thread, work), | ||
38 | |||
39 | TP_STRUCT__entry( | ||
40 | __array(char, thread_comm, TASK_COMM_LEN) | ||
41 | __field(pid_t, thread_pid) | ||
42 | __field(work_func_t, func) | ||
43 | ), | ||
44 | |||
45 | TP_fast_assign( | ||
46 | memcpy(__entry->thread_comm, wq_thread->comm, TASK_COMM_LEN); | ||
47 | __entry->thread_pid = wq_thread->pid; | ||
48 | __entry->func = work->func; | ||
49 | ), | ||
50 | |||
51 | TP_printk("thread=%s:%d func=%pF", __entry->thread_comm, | ||
52 | __entry->thread_pid, __entry->func) | ||
53 | ); | ||
54 | |||
55 | /* Trace the creation of one workqueue thread on a cpu */ | ||
56 | TRACE_EVENT(workqueue_creation, | ||
57 | |||
58 | TP_PROTO(struct task_struct *wq_thread, int cpu), | ||
59 | |||
60 | TP_ARGS(wq_thread, cpu), | ||
61 | |||
62 | TP_STRUCT__entry( | ||
63 | __array(char, thread_comm, TASK_COMM_LEN) | ||
64 | __field(pid_t, thread_pid) | ||
65 | __field(int, cpu) | ||
66 | ), | ||
67 | |||
68 | TP_fast_assign( | ||
69 | memcpy(__entry->thread_comm, wq_thread->comm, TASK_COMM_LEN); | ||
70 | __entry->thread_pid = wq_thread->pid; | ||
71 | __entry->cpu = cpu; | ||
72 | ), | ||
73 | |||
74 | TP_printk("thread=%s:%d cpu=%d", __entry->thread_comm, | ||
75 | __entry->thread_pid, __entry->cpu) | ||
76 | ); | ||
77 | |||
78 | TRACE_EVENT(workqueue_destruction, | ||
79 | |||
80 | TP_PROTO(struct task_struct *wq_thread), | ||
81 | |||
82 | TP_ARGS(wq_thread), | ||
83 | |||
84 | TP_STRUCT__entry( | ||
85 | __array(char, thread_comm, TASK_COMM_LEN) | ||
86 | __field(pid_t, thread_pid) | ||
87 | ), | ||
88 | |||
89 | TP_fast_assign( | ||
90 | memcpy(__entry->thread_comm, wq_thread->comm, TASK_COMM_LEN); | ||
91 | __entry->thread_pid = wq_thread->pid; | ||
92 | ), | ||
93 | |||
94 | TP_printk("thread=%s:%d", __entry->thread_comm, __entry->thread_pid) | ||
95 | ); | ||
96 | |||
97 | #endif /* _TRACE_WORKQUEUE_H */ | ||
98 | |||
99 | /* This part must be outside protection */ | ||
100 | #include <trace/define_trace.h> | ||
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h new file mode 100644 index 000000000000..1867553c61e5 --- /dev/null +++ b/include/trace/ftrace.h | |||
@@ -0,0 +1,591 @@ | |||
1 | /* | ||
2 | * Stage 1 of the trace events. | ||
3 | * | ||
4 | * Override the macros in <trace/trace_events.h> to include the following: | ||
5 | * | ||
6 | * struct ftrace_raw_<call> { | ||
7 | * struct trace_entry ent; | ||
8 | * <type> <item>; | ||
9 | * <type2> <item2>[<len>]; | ||
10 | * [...] | ||
11 | * }; | ||
12 | * | ||
13 | * The <type> <item> is created by the __field(type, item) macro or | ||
14 | * the __array(type2, item2, len) macro. | ||
15 | * We simply do "type item;", and that will create the fields | ||
16 | * in the structure. | ||
17 | */ | ||
18 | |||
19 | #include <linux/ftrace_event.h> | ||
20 | |||
21 | #undef __field | ||
22 | #define __field(type, item) type item; | ||
23 | |||
24 | #undef __array | ||
25 | #define __array(type, item, len) type item[len]; | ||
26 | |||
27 | #undef __dynamic_array | ||
28 | #define __dynamic_array(type, item, len) unsigned short __data_loc_##item; | ||
29 | |||
30 | #undef __string | ||
31 | #define __string(item, src) __dynamic_array(char, item, -1) | ||
32 | |||
33 | #undef TP_STRUCT__entry | ||
34 | #define TP_STRUCT__entry(args...) args | ||
35 | |||
36 | #undef TRACE_EVENT | ||
37 | #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ | ||
38 | struct ftrace_raw_##name { \ | ||
39 | struct trace_entry ent; \ | ||
40 | tstruct \ | ||
41 | char __data[0]; \ | ||
42 | }; \ | ||
43 | static struct ftrace_event_call event_##name | ||
44 | |||
45 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
46 | |||
47 | |||
48 | /* | ||
49 | * Stage 2 of the trace events. | ||
50 | * | ||
51 | * Include the following: | ||
52 | * | ||
53 | * struct ftrace_data_offsets_<call> { | ||
54 | * int <item1>; | ||
55 | * int <item2>; | ||
56 | * [...] | ||
57 | * }; | ||
58 | * | ||
59 | * The __dynamic_array() macro will create each int <item>, this is | ||
60 | * to keep the offset of each array from the beginning of the event. | ||
61 | */ | ||
62 | |||
63 | #undef __field | ||
64 | #define __field(type, item); | ||
65 | |||
66 | #undef __array | ||
67 | #define __array(type, item, len) | ||
68 | |||
69 | #undef __dynamic_array | ||
70 | #define __dynamic_array(type, item, len) int item; | ||
71 | |||
72 | #undef __string | ||
73 | #define __string(item, src) __dynamic_array(char, item, -1) | ||
74 | |||
75 | #undef TRACE_EVENT | ||
76 | #define TRACE_EVENT(call, proto, args, tstruct, assign, print) \ | ||
77 | struct ftrace_data_offsets_##call { \ | ||
78 | tstruct; \ | ||
79 | }; | ||
80 | |||
81 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
82 | |||
83 | /* | ||
84 | * Setup the showing format of trace point. | ||
85 | * | ||
86 | * int | ||
87 | * ftrace_format_##call(struct trace_seq *s) | ||
88 | * { | ||
89 | * struct ftrace_raw_##call field; | ||
90 | * int ret; | ||
91 | * | ||
92 | * ret = trace_seq_printf(s, #type " " #item ";" | ||
93 | * " offset:%u; size:%u;\n", | ||
94 | * offsetof(struct ftrace_raw_##call, item), | ||
95 | * sizeof(field.type)); | ||
96 | * | ||
97 | * } | ||
98 | */ | ||
99 | |||
100 | #undef TP_STRUCT__entry | ||
101 | #define TP_STRUCT__entry(args...) args | ||
102 | |||
103 | #undef __field | ||
104 | #define __field(type, item) \ | ||
105 | ret = trace_seq_printf(s, "\tfield:" #type " " #item ";\t" \ | ||
106 | "offset:%u;\tsize:%u;\n", \ | ||
107 | (unsigned int)offsetof(typeof(field), item), \ | ||
108 | (unsigned int)sizeof(field.item)); \ | ||
109 | if (!ret) \ | ||
110 | return 0; | ||
111 | |||
112 | #undef __array | ||
113 | #define __array(type, item, len) \ | ||
114 | ret = trace_seq_printf(s, "\tfield:" #type " " #item "[" #len "];\t" \ | ||
115 | "offset:%u;\tsize:%u;\n", \ | ||
116 | (unsigned int)offsetof(typeof(field), item), \ | ||
117 | (unsigned int)sizeof(field.item)); \ | ||
118 | if (!ret) \ | ||
119 | return 0; | ||
120 | |||
121 | #undef __dynamic_array | ||
122 | #define __dynamic_array(type, item, len) \ | ||
123 | ret = trace_seq_printf(s, "\tfield:__data_loc " #item ";\t" \ | ||
124 | "offset:%u;\tsize:%u;\n", \ | ||
125 | (unsigned int)offsetof(typeof(field), \ | ||
126 | __data_loc_##item), \ | ||
127 | (unsigned int)sizeof(field.__data_loc_##item)); \ | ||
128 | if (!ret) \ | ||
129 | return 0; | ||
130 | |||
131 | #undef __string | ||
132 | #define __string(item, src) __dynamic_array(char, item, -1) | ||
133 | |||
134 | #undef __entry | ||
135 | #define __entry REC | ||
136 | |||
137 | #undef __print_symbolic | ||
138 | #undef __get_dynamic_array | ||
139 | #undef __get_str | ||
140 | |||
141 | #undef TP_printk | ||
142 | #define TP_printk(fmt, args...) "%s, %s\n", #fmt, __stringify(args) | ||
143 | |||
144 | #undef TP_fast_assign | ||
145 | #define TP_fast_assign(args...) args | ||
146 | |||
147 | #undef TRACE_EVENT | ||
148 | #define TRACE_EVENT(call, proto, args, tstruct, func, print) \ | ||
149 | static int \ | ||
150 | ftrace_format_##call(struct trace_seq *s) \ | ||
151 | { \ | ||
152 | struct ftrace_raw_##call field __attribute__((unused)); \ | ||
153 | int ret = 0; \ | ||
154 | \ | ||
155 | tstruct; \ | ||
156 | \ | ||
157 | trace_seq_printf(s, "\nprint fmt: " print); \ | ||
158 | \ | ||
159 | return ret; \ | ||
160 | } | ||
161 | |||
162 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
163 | |||
164 | /* | ||
165 | * Stage 3 of the trace events. | ||
166 | * | ||
167 | * Override the macros in <trace/trace_events.h> to include the following: | ||
168 | * | ||
169 | * enum print_line_t | ||
170 | * ftrace_raw_output_<call>(struct trace_iterator *iter, int flags) | ||
171 | * { | ||
172 | * struct trace_seq *s = &iter->seq; | ||
173 | * struct ftrace_raw_<call> *field; <-- defined in stage 1 | ||
174 | * struct trace_entry *entry; | ||
175 | * struct trace_seq *p; | ||
176 | * int ret; | ||
177 | * | ||
178 | * entry = iter->ent; | ||
179 | * | ||
180 | * if (entry->type != event_<call>.id) { | ||
181 | * WARN_ON_ONCE(1); | ||
182 | * return TRACE_TYPE_UNHANDLED; | ||
183 | * } | ||
184 | * | ||
185 | * field = (typeof(field))entry; | ||
186 | * | ||
187 | * p = get_cpu_var(ftrace_event_seq); | ||
188 | * trace_seq_init(p); | ||
189 | * ret = trace_seq_printf(s, <TP_printk> "\n"); | ||
190 | * put_cpu(); | ||
191 | * if (!ret) | ||
192 | * return TRACE_TYPE_PARTIAL_LINE; | ||
193 | * | ||
194 | * return TRACE_TYPE_HANDLED; | ||
195 | * } | ||
196 | * | ||
197 | * This is the method used to print the raw event to the trace | ||
198 | * output format. Note, this is not needed if the data is read | ||
199 | * in binary. | ||
200 | */ | ||
201 | |||
202 | #undef __entry | ||
203 | #define __entry field | ||
204 | |||
205 | #undef TP_printk | ||
206 | #define TP_printk(fmt, args...) fmt "\n", args | ||
207 | |||
208 | #undef __get_dynamic_array | ||
209 | #define __get_dynamic_array(field) \ | ||
210 | ((void *)__entry + __entry->__data_loc_##field) | ||
211 | |||
212 | #undef __get_str | ||
213 | #define __get_str(field) (char *)__get_dynamic_array(field) | ||
214 | |||
215 | #undef __print_flags | ||
216 | #define __print_flags(flag, delim, flag_array...) \ | ||
217 | ({ \ | ||
218 | static const struct trace_print_flags flags[] = \ | ||
219 | { flag_array, { -1, NULL }}; \ | ||
220 | ftrace_print_flags_seq(p, delim, flag, flags); \ | ||
221 | }) | ||
222 | |||
223 | #undef __print_symbolic | ||
224 | #define __print_symbolic(value, symbol_array...) \ | ||
225 | ({ \ | ||
226 | static const struct trace_print_flags symbols[] = \ | ||
227 | { symbol_array, { -1, NULL }}; \ | ||
228 | ftrace_print_symbols_seq(p, value, symbols); \ | ||
229 | }) | ||
230 | |||
231 | #undef TRACE_EVENT | ||
232 | #define TRACE_EVENT(call, proto, args, tstruct, assign, print) \ | ||
233 | enum print_line_t \ | ||
234 | ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \ | ||
235 | { \ | ||
236 | struct trace_seq *s = &iter->seq; \ | ||
237 | struct ftrace_raw_##call *field; \ | ||
238 | struct trace_entry *entry; \ | ||
239 | struct trace_seq *p; \ | ||
240 | int ret; \ | ||
241 | \ | ||
242 | entry = iter->ent; \ | ||
243 | \ | ||
244 | if (entry->type != event_##call.id) { \ | ||
245 | WARN_ON_ONCE(1); \ | ||
246 | return TRACE_TYPE_UNHANDLED; \ | ||
247 | } \ | ||
248 | \ | ||
249 | field = (typeof(field))entry; \ | ||
250 | \ | ||
251 | p = &get_cpu_var(ftrace_event_seq); \ | ||
252 | trace_seq_init(p); \ | ||
253 | ret = trace_seq_printf(s, #call ": " print); \ | ||
254 | put_cpu(); \ | ||
255 | if (!ret) \ | ||
256 | return TRACE_TYPE_PARTIAL_LINE; \ | ||
257 | \ | ||
258 | return TRACE_TYPE_HANDLED; \ | ||
259 | } | ||
260 | |||
261 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
262 | |||
263 | #undef __field | ||
264 | #define __field(type, item) \ | ||
265 | ret = trace_define_field(event_call, #type, #item, \ | ||
266 | offsetof(typeof(field), item), \ | ||
267 | sizeof(field.item), is_signed_type(type)); \ | ||
268 | if (ret) \ | ||
269 | return ret; | ||
270 | |||
271 | #undef __array | ||
272 | #define __array(type, item, len) \ | ||
273 | BUILD_BUG_ON(len > MAX_FILTER_STR_VAL); \ | ||
274 | ret = trace_define_field(event_call, #type "[" #len "]", #item, \ | ||
275 | offsetof(typeof(field), item), \ | ||
276 | sizeof(field.item), 0); \ | ||
277 | if (ret) \ | ||
278 | return ret; | ||
279 | |||
280 | #undef __dynamic_array | ||
281 | #define __dynamic_array(type, item, len) \ | ||
282 | ret = trace_define_field(event_call, "__data_loc" "[" #type "]", #item,\ | ||
283 | offsetof(typeof(field), __data_loc_##item), \ | ||
284 | sizeof(field.__data_loc_##item), 0); | ||
285 | |||
286 | #undef __string | ||
287 | #define __string(item, src) __dynamic_array(char, item, -1) | ||
288 | |||
289 | #undef TRACE_EVENT | ||
290 | #define TRACE_EVENT(call, proto, args, tstruct, func, print) \ | ||
291 | int \ | ||
292 | ftrace_define_fields_##call(void) \ | ||
293 | { \ | ||
294 | struct ftrace_raw_##call field; \ | ||
295 | struct ftrace_event_call *event_call = &event_##call; \ | ||
296 | int ret; \ | ||
297 | \ | ||
298 | __common_field(int, type, 1); \ | ||
299 | __common_field(unsigned char, flags, 0); \ | ||
300 | __common_field(unsigned char, preempt_count, 0); \ | ||
301 | __common_field(int, pid, 1); \ | ||
302 | __common_field(int, tgid, 1); \ | ||
303 | \ | ||
304 | tstruct; \ | ||
305 | \ | ||
306 | return ret; \ | ||
307 | } | ||
308 | |||
309 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
310 | |||
311 | /* | ||
312 | * remember the offset of each array from the beginning of the event. | ||
313 | */ | ||
314 | |||
315 | #undef __entry | ||
316 | #define __entry entry | ||
317 | |||
318 | #undef __field | ||
319 | #define __field(type, item) | ||
320 | |||
321 | #undef __array | ||
322 | #define __array(type, item, len) | ||
323 | |||
324 | #undef __dynamic_array | ||
325 | #define __dynamic_array(type, item, len) \ | ||
326 | __data_offsets->item = __data_size + \ | ||
327 | offsetof(typeof(*entry), __data); \ | ||
328 | __data_size += (len) * sizeof(type); | ||
329 | |||
330 | #undef __string | ||
331 | #define __string(item, src) __dynamic_array(char, item, strlen(src) + 1) \ | ||
332 | |||
333 | #undef TRACE_EVENT | ||
334 | #define TRACE_EVENT(call, proto, args, tstruct, assign, print) \ | ||
335 | static inline int ftrace_get_offsets_##call( \ | ||
336 | struct ftrace_data_offsets_##call *__data_offsets, proto) \ | ||
337 | { \ | ||
338 | int __data_size = 0; \ | ||
339 | struct ftrace_raw_##call __maybe_unused *entry; \ | ||
340 | \ | ||
341 | tstruct; \ | ||
342 | \ | ||
343 | return __data_size; \ | ||
344 | } | ||
345 | |||
346 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
347 | |||
348 | /* | ||
349 | * Stage 4 of the trace events. | ||
350 | * | ||
351 | * Override the macros in <trace/trace_events.h> to include the following: | ||
352 | * | ||
353 | * static void ftrace_event_<call>(proto) | ||
354 | * { | ||
355 | * event_trace_printk(_RET_IP_, "<call>: " <fmt>); | ||
356 | * } | ||
357 | * | ||
358 | * static int ftrace_reg_event_<call>(void) | ||
359 | * { | ||
360 | * int ret; | ||
361 | * | ||
362 | * ret = register_trace_<call>(ftrace_event_<call>); | ||
363 | * if (!ret) | ||
364 | * pr_info("event trace: Could not activate trace point " | ||
365 | * "probe to <call>"); | ||
366 | * return ret; | ||
367 | * } | ||
368 | * | ||
369 | * static void ftrace_unreg_event_<call>(void) | ||
370 | * { | ||
371 | * unregister_trace_<call>(ftrace_event_<call>); | ||
372 | * } | ||
373 | * | ||
374 | * | ||
375 | * For those macros defined with TRACE_EVENT: | ||
376 | * | ||
377 | * static struct ftrace_event_call event_<call>; | ||
378 | * | ||
379 | * static void ftrace_raw_event_<call>(proto) | ||
380 | * { | ||
381 | * struct ring_buffer_event *event; | ||
382 | * struct ftrace_raw_<call> *entry; <-- defined in stage 1 | ||
383 | * unsigned long irq_flags; | ||
384 | * int pc; | ||
385 | * | ||
386 | * local_save_flags(irq_flags); | ||
387 | * pc = preempt_count(); | ||
388 | * | ||
389 | * event = trace_current_buffer_lock_reserve(event_<call>.id, | ||
390 | * sizeof(struct ftrace_raw_<call>), | ||
391 | * irq_flags, pc); | ||
392 | * if (!event) | ||
393 | * return; | ||
394 | * entry = ring_buffer_event_data(event); | ||
395 | * | ||
396 | * <assign>; <-- Here we assign the entries by the __field and | ||
397 | * __array macros. | ||
398 | * | ||
399 | * trace_current_buffer_unlock_commit(event, irq_flags, pc); | ||
400 | * } | ||
401 | * | ||
402 | * static int ftrace_raw_reg_event_<call>(void) | ||
403 | * { | ||
404 | * int ret; | ||
405 | * | ||
406 | * ret = register_trace_<call>(ftrace_raw_event_<call>); | ||
407 | * if (!ret) | ||
408 | * pr_info("event trace: Could not activate trace point " | ||
409 | * "probe to <call>"); | ||
410 | * return ret; | ||
411 | * } | ||
412 | * | ||
413 | * static void ftrace_unreg_event_<call>(void) | ||
414 | * { | ||
415 | * unregister_trace_<call>(ftrace_raw_event_<call>); | ||
416 | * } | ||
417 | * | ||
418 | * static struct trace_event ftrace_event_type_<call> = { | ||
419 | * .trace = ftrace_raw_output_<call>, <-- stage 2 | ||
420 | * }; | ||
421 | * | ||
422 | * static int ftrace_raw_init_event_<call>(void) | ||
423 | * { | ||
424 | * int id; | ||
425 | * | ||
426 | * id = register_ftrace_event(&ftrace_event_type_<call>); | ||
427 | * if (!id) | ||
428 | * return -ENODEV; | ||
429 | * event_<call>.id = id; | ||
430 | * return 0; | ||
431 | * } | ||
432 | * | ||
433 | * static struct ftrace_event_call __used | ||
434 | * __attribute__((__aligned__(4))) | ||
435 | * __attribute__((section("_ftrace_events"))) event_<call> = { | ||
436 | * .name = "<call>", | ||
437 | * .system = "<system>", | ||
438 | * .raw_init = ftrace_raw_init_event_<call>, | ||
439 | * .regfunc = ftrace_reg_event_<call>, | ||
440 | * .unregfunc = ftrace_unreg_event_<call>, | ||
441 | * .show_format = ftrace_format_<call>, | ||
442 | * } | ||
443 | * | ||
444 | */ | ||
445 | |||
446 | #undef TP_FMT | ||
447 | #define TP_FMT(fmt, args...) fmt "\n", ##args | ||
448 | |||
449 | #ifdef CONFIG_EVENT_PROFILE | ||
450 | #define _TRACE_PROFILE(call, proto, args) \ | ||
451 | static void ftrace_profile_##call(proto) \ | ||
452 | { \ | ||
453 | extern void perf_tpcounter_event(int); \ | ||
454 | perf_tpcounter_event(event_##call.id); \ | ||
455 | } \ | ||
456 | \ | ||
457 | static int ftrace_profile_enable_##call(struct ftrace_event_call *event_call) \ | ||
458 | { \ | ||
459 | int ret = 0; \ | ||
460 | \ | ||
461 | if (!atomic_inc_return(&event_call->profile_count)) \ | ||
462 | ret = register_trace_##call(ftrace_profile_##call); \ | ||
463 | \ | ||
464 | return ret; \ | ||
465 | } \ | ||
466 | \ | ||
467 | static void ftrace_profile_disable_##call(struct ftrace_event_call *event_call)\ | ||
468 | { \ | ||
469 | if (atomic_add_negative(-1, &event_call->profile_count)) \ | ||
470 | unregister_trace_##call(ftrace_profile_##call); \ | ||
471 | } | ||
472 | |||
473 | #define _TRACE_PROFILE_INIT(call) \ | ||
474 | .profile_count = ATOMIC_INIT(-1), \ | ||
475 | .profile_enable = ftrace_profile_enable_##call, \ | ||
476 | .profile_disable = ftrace_profile_disable_##call, | ||
477 | |||
478 | #else | ||
479 | #define _TRACE_PROFILE(call, proto, args) | ||
480 | #define _TRACE_PROFILE_INIT(call) | ||
481 | #endif | ||
482 | |||
483 | #undef __entry | ||
484 | #define __entry entry | ||
485 | |||
486 | #undef __field | ||
487 | #define __field(type, item) | ||
488 | |||
489 | #undef __array | ||
490 | #define __array(type, item, len) | ||
491 | |||
492 | #undef __dynamic_array | ||
493 | #define __dynamic_array(type, item, len) \ | ||
494 | __entry->__data_loc_##item = __data_offsets.item; | ||
495 | |||
496 | #undef __string | ||
497 | #define __string(item, src) __dynamic_array(char, item, -1) \ | ||
498 | |||
499 | #undef __assign_str | ||
500 | #define __assign_str(dst, src) \ | ||
501 | strcpy(__get_str(dst), src); | ||
502 | |||
503 | #undef TRACE_EVENT | ||
504 | #define TRACE_EVENT(call, proto, args, tstruct, assign, print) \ | ||
505 | _TRACE_PROFILE(call, PARAMS(proto), PARAMS(args)) \ | ||
506 | \ | ||
507 | static struct ftrace_event_call event_##call; \ | ||
508 | \ | ||
509 | static void ftrace_raw_event_##call(proto) \ | ||
510 | { \ | ||
511 | struct ftrace_data_offsets_##call __maybe_unused __data_offsets;\ | ||
512 | struct ftrace_event_call *event_call = &event_##call; \ | ||
513 | struct ring_buffer_event *event; \ | ||
514 | struct ftrace_raw_##call *entry; \ | ||
515 | unsigned long irq_flags; \ | ||
516 | int __data_size; \ | ||
517 | int pc; \ | ||
518 | \ | ||
519 | local_save_flags(irq_flags); \ | ||
520 | pc = preempt_count(); \ | ||
521 | \ | ||
522 | __data_size = ftrace_get_offsets_##call(&__data_offsets, args); \ | ||
523 | \ | ||
524 | event = trace_current_buffer_lock_reserve(event_##call.id, \ | ||
525 | sizeof(*entry) + __data_size, \ | ||
526 | irq_flags, pc); \ | ||
527 | if (!event) \ | ||
528 | return; \ | ||
529 | entry = ring_buffer_event_data(event); \ | ||
530 | \ | ||
531 | \ | ||
532 | tstruct \ | ||
533 | \ | ||
534 | { assign; } \ | ||
535 | \ | ||
536 | if (!filter_current_check_discard(event_call, entry, event)) \ | ||
537 | trace_nowake_buffer_unlock_commit(event, irq_flags, pc); \ | ||
538 | } \ | ||
539 | \ | ||
540 | static int ftrace_raw_reg_event_##call(void) \ | ||
541 | { \ | ||
542 | int ret; \ | ||
543 | \ | ||
544 | ret = register_trace_##call(ftrace_raw_event_##call); \ | ||
545 | if (ret) \ | ||
546 | pr_info("event trace: Could not activate trace point " \ | ||
547 | "probe to " #call "\n"); \ | ||
548 | return ret; \ | ||
549 | } \ | ||
550 | \ | ||
551 | static void ftrace_raw_unreg_event_##call(void) \ | ||
552 | { \ | ||
553 | unregister_trace_##call(ftrace_raw_event_##call); \ | ||
554 | } \ | ||
555 | \ | ||
556 | static struct trace_event ftrace_event_type_##call = { \ | ||
557 | .trace = ftrace_raw_output_##call, \ | ||
558 | }; \ | ||
559 | \ | ||
560 | static int ftrace_raw_init_event_##call(void) \ | ||
561 | { \ | ||
562 | int id; \ | ||
563 | \ | ||
564 | id = register_ftrace_event(&ftrace_event_type_##call); \ | ||
565 | if (!id) \ | ||
566 | return -ENODEV; \ | ||
567 | event_##call.id = id; \ | ||
568 | INIT_LIST_HEAD(&event_##call.fields); \ | ||
569 | init_preds(&event_##call); \ | ||
570 | return 0; \ | ||
571 | } \ | ||
572 | \ | ||
573 | static struct ftrace_event_call __used \ | ||
574 | __attribute__((__aligned__(4))) \ | ||
575 | __attribute__((section("_ftrace_events"))) event_##call = { \ | ||
576 | .name = #call, \ | ||
577 | .system = __stringify(TRACE_SYSTEM), \ | ||
578 | .event = &ftrace_event_type_##call, \ | ||
579 | .raw_init = ftrace_raw_init_event_##call, \ | ||
580 | .regfunc = ftrace_raw_reg_event_##call, \ | ||
581 | .unregfunc = ftrace_raw_unreg_event_##call, \ | ||
582 | .show_format = ftrace_format_##call, \ | ||
583 | .define_fields = ftrace_define_fields_##call, \ | ||
584 | _TRACE_PROFILE_INIT(call) \ | ||
585 | } | ||
586 | |||
587 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ||
588 | |||
589 | #undef _TRACE_PROFILE | ||
590 | #undef _TRACE_PROFILE_INIT | ||
591 | |||
diff --git a/include/trace/irq.h b/include/trace/irq.h deleted file mode 100644 index ff5d4495dc37..000000000000 --- a/include/trace/irq.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #ifndef _TRACE_IRQ_H | ||
2 | #define _TRACE_IRQ_H | ||
3 | |||
4 | #include <linux/interrupt.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | #include <trace/irq_event_types.h> | ||
8 | |||
9 | #endif | ||
diff --git a/include/trace/irq_event_types.h b/include/trace/irq_event_types.h deleted file mode 100644 index 85964ebd47ec..000000000000 --- a/include/trace/irq_event_types.h +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | |||
2 | /* use <trace/irq.h> instead */ | ||
3 | #ifndef TRACE_FORMAT | ||
4 | # error Do not include this file directly. | ||
5 | # error Unless you know what you are doing. | ||
6 | #endif | ||
7 | |||
8 | #undef TRACE_SYSTEM | ||
9 | #define TRACE_SYSTEM irq | ||
10 | |||
11 | /* | ||
12 | * Tracepoint for entry of interrupt handler: | ||
13 | */ | ||
14 | TRACE_FORMAT(irq_handler_entry, | ||
15 | TP_PROTO(int irq, struct irqaction *action), | ||
16 | TP_ARGS(irq, action), | ||
17 | TP_FMT("irq=%d handler=%s", irq, action->name) | ||
18 | ); | ||
19 | |||
20 | /* | ||
21 | * Tracepoint for return of an interrupt handler: | ||
22 | */ | ||
23 | TRACE_EVENT(irq_handler_exit, | ||
24 | |||
25 | TP_PROTO(int irq, struct irqaction *action, int ret), | ||
26 | |||
27 | TP_ARGS(irq, action, ret), | ||
28 | |||
29 | TP_STRUCT__entry( | ||
30 | __field( int, irq ) | ||
31 | __field( int, ret ) | ||
32 | ), | ||
33 | |||
34 | TP_fast_assign( | ||
35 | __entry->irq = irq; | ||
36 | __entry->ret = ret; | ||
37 | ), | ||
38 | |||
39 | TP_printk("irq=%d return=%s", | ||
40 | __entry->irq, __entry->ret ? "handled" : "unhandled") | ||
41 | ); | ||
42 | |||
43 | TRACE_FORMAT(softirq_entry, | ||
44 | TP_PROTO(struct softirq_action *h, struct softirq_action *vec), | ||
45 | TP_ARGS(h, vec), | ||
46 | TP_FMT("softirq=%d action=%s", (int)(h - vec), softirq_to_name[h-vec]) | ||
47 | ); | ||
48 | |||
49 | TRACE_FORMAT(softirq_exit, | ||
50 | TP_PROTO(struct softirq_action *h, struct softirq_action *vec), | ||
51 | TP_ARGS(h, vec), | ||
52 | TP_FMT("softirq=%d action=%s", (int)(h - vec), softirq_to_name[h-vec]) | ||
53 | ); | ||
54 | |||
55 | #undef TRACE_SYSTEM | ||
diff --git a/include/trace/kmemtrace.h b/include/trace/kmemtrace.h deleted file mode 100644 index 28ee69f9cd46..000000000000 --- a/include/trace/kmemtrace.h +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2008 Eduard - Gabriel Munteanu | ||
3 | * | ||
4 | * This file is released under GPL version 2. | ||
5 | */ | ||
6 | |||
7 | #ifndef _LINUX_KMEMTRACE_H | ||
8 | #define _LINUX_KMEMTRACE_H | ||
9 | |||
10 | #ifdef __KERNEL__ | ||
11 | |||
12 | #include <linux/tracepoint.h> | ||
13 | #include <linux/types.h> | ||
14 | |||
15 | #ifdef CONFIG_KMEMTRACE | ||
16 | extern void kmemtrace_init(void); | ||
17 | #else | ||
18 | static inline void kmemtrace_init(void) | ||
19 | { | ||
20 | } | ||
21 | #endif | ||
22 | |||
23 | DECLARE_TRACE(kmalloc, | ||
24 | TP_PROTO(unsigned long call_site, | ||
25 | const void *ptr, | ||
26 | size_t bytes_req, | ||
27 | size_t bytes_alloc, | ||
28 | gfp_t gfp_flags), | ||
29 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)); | ||
30 | DECLARE_TRACE(kmem_cache_alloc, | ||
31 | TP_PROTO(unsigned long call_site, | ||
32 | const void *ptr, | ||
33 | size_t bytes_req, | ||
34 | size_t bytes_alloc, | ||
35 | gfp_t gfp_flags), | ||
36 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)); | ||
37 | DECLARE_TRACE(kmalloc_node, | ||
38 | TP_PROTO(unsigned long call_site, | ||
39 | const void *ptr, | ||
40 | size_t bytes_req, | ||
41 | size_t bytes_alloc, | ||
42 | gfp_t gfp_flags, | ||
43 | int node), | ||
44 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)); | ||
45 | DECLARE_TRACE(kmem_cache_alloc_node, | ||
46 | TP_PROTO(unsigned long call_site, | ||
47 | const void *ptr, | ||
48 | size_t bytes_req, | ||
49 | size_t bytes_alloc, | ||
50 | gfp_t gfp_flags, | ||
51 | int node), | ||
52 | TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)); | ||
53 | DECLARE_TRACE(kfree, | ||
54 | TP_PROTO(unsigned long call_site, const void *ptr), | ||
55 | TP_ARGS(call_site, ptr)); | ||
56 | DECLARE_TRACE(kmem_cache_free, | ||
57 | TP_PROTO(unsigned long call_site, const void *ptr), | ||
58 | TP_ARGS(call_site, ptr)); | ||
59 | |||
60 | #endif /* __KERNEL__ */ | ||
61 | |||
62 | #endif /* _LINUX_KMEMTRACE_H */ | ||
63 | |||
diff --git a/include/trace/lockdep.h b/include/trace/lockdep.h deleted file mode 100644 index 5ca67df87f2a..000000000000 --- a/include/trace/lockdep.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #ifndef _TRACE_LOCKDEP_H | ||
2 | #define _TRACE_LOCKDEP_H | ||
3 | |||
4 | #include <linux/lockdep.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | #include <trace/lockdep_event_types.h> | ||
8 | |||
9 | #endif | ||
diff --git a/include/trace/lockdep_event_types.h b/include/trace/lockdep_event_types.h deleted file mode 100644 index adccfcd2ec8f..000000000000 --- a/include/trace/lockdep_event_types.h +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | |||
2 | #ifndef TRACE_FORMAT | ||
3 | # error Do not include this file directly. | ||
4 | # error Unless you know what you are doing. | ||
5 | #endif | ||
6 | |||
7 | #undef TRACE_SYSTEM | ||
8 | #define TRACE_SYSTEM lock | ||
9 | |||
10 | #ifdef CONFIG_LOCKDEP | ||
11 | |||
12 | TRACE_FORMAT(lock_acquire, | ||
13 | TP_PROTO(struct lockdep_map *lock, unsigned int subclass, | ||
14 | int trylock, int read, int check, | ||
15 | struct lockdep_map *next_lock, unsigned long ip), | ||
16 | TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip), | ||
17 | TP_FMT("%s%s%s", trylock ? "try " : "", | ||
18 | read ? "read " : "", lock->name) | ||
19 | ); | ||
20 | |||
21 | TRACE_FORMAT(lock_release, | ||
22 | TP_PROTO(struct lockdep_map *lock, int nested, unsigned long ip), | ||
23 | TP_ARGS(lock, nested, ip), | ||
24 | TP_FMT("%s", lock->name) | ||
25 | ); | ||
26 | |||
27 | #ifdef CONFIG_LOCK_STAT | ||
28 | |||
29 | TRACE_FORMAT(lock_contended, | ||
30 | TP_PROTO(struct lockdep_map *lock, unsigned long ip), | ||
31 | TP_ARGS(lock, ip), | ||
32 | TP_FMT("%s", lock->name) | ||
33 | ); | ||
34 | |||
35 | TRACE_FORMAT(lock_acquired, | ||
36 | TP_PROTO(struct lockdep_map *lock, unsigned long ip), | ||
37 | TP_ARGS(lock, ip), | ||
38 | TP_FMT("%s", lock->name) | ||
39 | ); | ||
40 | |||
41 | #endif | ||
42 | #endif | ||
43 | |||
44 | #undef TRACE_SYSTEM | ||
diff --git a/include/trace/sched.h b/include/trace/sched.h deleted file mode 100644 index 4e372a1a29bf..000000000000 --- a/include/trace/sched.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #ifndef _TRACE_SCHED_H | ||
2 | #define _TRACE_SCHED_H | ||
3 | |||
4 | #include <linux/sched.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | #include <trace/sched_event_types.h> | ||
8 | |||
9 | #endif | ||
diff --git a/include/trace/skb.h b/include/trace/skb.h deleted file mode 100644 index b66206d9be72..000000000000 --- a/include/trace/skb.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #ifndef _TRACE_SKB_H_ | ||
2 | #define _TRACE_SKB_H_ | ||
3 | |||
4 | #include <linux/skbuff.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | DECLARE_TRACE(kfree_skb, | ||
8 | TP_PROTO(struct sk_buff *skb, void *location), | ||
9 | TP_ARGS(skb, location)); | ||
10 | |||
11 | #endif | ||
diff --git a/include/trace/trace_event_types.h b/include/trace/trace_event_types.h deleted file mode 100644 index df56f5694be6..000000000000 --- a/include/trace/trace_event_types.h +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | /* trace/<type>_event_types.h here */ | ||
2 | |||
3 | #include <trace/sched_event_types.h> | ||
4 | #include <trace/irq_event_types.h> | ||
5 | #include <trace/lockdep_event_types.h> | ||
diff --git a/include/trace/trace_events.h b/include/trace/trace_events.h deleted file mode 100644 index fd13750ca4ba..000000000000 --- a/include/trace/trace_events.h +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | /* trace/<type>.h here */ | ||
2 | |||
3 | #include <trace/sched.h> | ||
4 | #include <trace/irq.h> | ||
5 | #include <trace/lockdep.h> | ||
diff --git a/include/trace/workqueue.h b/include/trace/workqueue.h deleted file mode 100644 index 7626523deeba..000000000000 --- a/include/trace/workqueue.h +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | #ifndef __TRACE_WORKQUEUE_H | ||
2 | #define __TRACE_WORKQUEUE_H | ||
3 | |||
4 | #include <linux/tracepoint.h> | ||
5 | #include <linux/workqueue.h> | ||
6 | #include <linux/sched.h> | ||
7 | |||
8 | DECLARE_TRACE(workqueue_insertion, | ||
9 | TP_PROTO(struct task_struct *wq_thread, struct work_struct *work), | ||
10 | TP_ARGS(wq_thread, work)); | ||
11 | |||
12 | DECLARE_TRACE(workqueue_execution, | ||
13 | TP_PROTO(struct task_struct *wq_thread, struct work_struct *work), | ||
14 | TP_ARGS(wq_thread, work)); | ||
15 | |||
16 | /* Trace the creation of one workqueue thread on a cpu */ | ||
17 | DECLARE_TRACE(workqueue_creation, | ||
18 | TP_PROTO(struct task_struct *wq_thread, int cpu), | ||
19 | TP_ARGS(wq_thread, cpu)); | ||
20 | |||
21 | DECLARE_TRACE(workqueue_destruction, | ||
22 | TP_PROTO(struct task_struct *wq_thread), | ||
23 | TP_ARGS(wq_thread)); | ||
24 | |||
25 | #endif /* __TRACE_WORKQUEUE_H */ | ||
diff --git a/init/main.c b/init/main.c index d721dad05dd7..bb7dc57eee36 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -64,6 +64,7 @@ | |||
64 | #include <linux/idr.h> | 64 | #include <linux/idr.h> |
65 | #include <linux/ftrace.h> | 65 | #include <linux/ftrace.h> |
66 | #include <linux/async.h> | 66 | #include <linux/async.h> |
67 | #include <linux/kmemtrace.h> | ||
67 | #include <trace/boot.h> | 68 | #include <trace/boot.h> |
68 | 69 | ||
69 | #include <asm/io.h> | 70 | #include <asm/io.h> |
@@ -71,7 +72,6 @@ | |||
71 | #include <asm/setup.h> | 72 | #include <asm/setup.h> |
72 | #include <asm/sections.h> | 73 | #include <asm/sections.h> |
73 | #include <asm/cacheflush.h> | 74 | #include <asm/cacheflush.h> |
74 | #include <trace/kmemtrace.h> | ||
75 | 75 | ||
76 | #ifdef CONFIG_X86_LOCAL_APIC | 76 | #ifdef CONFIG_X86_LOCAL_APIC |
77 | #include <asm/smp.h> | 77 | #include <asm/smp.h> |
diff --git a/kernel/Makefile b/kernel/Makefile index 42423665660a..a35eee3436de 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -93,6 +93,7 @@ obj-$(CONFIG_LATENCYTOP) += latencytop.o | |||
93 | obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o | 93 | obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o |
94 | obj-$(CONFIG_FUNCTION_TRACER) += trace/ | 94 | obj-$(CONFIG_FUNCTION_TRACER) += trace/ |
95 | obj-$(CONFIG_TRACING) += trace/ | 95 | obj-$(CONFIG_TRACING) += trace/ |
96 | obj-$(CONFIG_X86_DS) += trace/ | ||
96 | obj-$(CONFIG_SMP) += sched_cpupri.o | 97 | obj-$(CONFIG_SMP) += sched_cpupri.o |
97 | obj-$(CONFIG_SLOW_WORK) += slow-work.o | 98 | obj-$(CONFIG_SLOW_WORK) += slow-work.o |
98 | 99 | ||
diff --git a/kernel/exit.c b/kernel/exit.c index abf9cf3b95c6..cab535c427b8 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include <linux/tracehook.h> | 48 | #include <linux/tracehook.h> |
49 | #include <linux/fs_struct.h> | 49 | #include <linux/fs_struct.h> |
50 | #include <linux/init_task.h> | 50 | #include <linux/init_task.h> |
51 | #include <trace/sched.h> | 51 | #include <trace/events/sched.h> |
52 | 52 | ||
53 | #include <asm/uaccess.h> | 53 | #include <asm/uaccess.h> |
54 | #include <asm/unistd.h> | 54 | #include <asm/unistd.h> |
@@ -56,10 +56,6 @@ | |||
56 | #include <asm/mmu_context.h> | 56 | #include <asm/mmu_context.h> |
57 | #include "cred-internals.h" | 57 | #include "cred-internals.h" |
58 | 58 | ||
59 | DEFINE_TRACE(sched_process_free); | ||
60 | DEFINE_TRACE(sched_process_exit); | ||
61 | DEFINE_TRACE(sched_process_wait); | ||
62 | |||
63 | static void exit_mm(struct task_struct * tsk); | 59 | static void exit_mm(struct task_struct * tsk); |
64 | 60 | ||
65 | static void __unhash_process(struct task_struct *p) | 61 | static void __unhash_process(struct task_struct *p) |
diff --git a/kernel/fork.c b/kernel/fork.c index 875ffbdd96d0..5449efbc6427 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -61,7 +61,6 @@ | |||
61 | #include <linux/proc_fs.h> | 61 | #include <linux/proc_fs.h> |
62 | #include <linux/blkdev.h> | 62 | #include <linux/blkdev.h> |
63 | #include <linux/fs_struct.h> | 63 | #include <linux/fs_struct.h> |
64 | #include <trace/sched.h> | ||
65 | #include <linux/magic.h> | 64 | #include <linux/magic.h> |
66 | 65 | ||
67 | #include <asm/pgtable.h> | 66 | #include <asm/pgtable.h> |
@@ -71,6 +70,8 @@ | |||
71 | #include <asm/cacheflush.h> | 70 | #include <asm/cacheflush.h> |
72 | #include <asm/tlbflush.h> | 71 | #include <asm/tlbflush.h> |
73 | 72 | ||
73 | #include <trace/events/sched.h> | ||
74 | |||
74 | /* | 75 | /* |
75 | * Protected counters by write_lock_irq(&tasklist_lock) | 76 | * Protected counters by write_lock_irq(&tasklist_lock) |
76 | */ | 77 | */ |
@@ -83,8 +84,6 @@ DEFINE_PER_CPU(unsigned long, process_counts) = 0; | |||
83 | 84 | ||
84 | __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */ | 85 | __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */ |
85 | 86 | ||
86 | DEFINE_TRACE(sched_process_fork); | ||
87 | |||
88 | int nr_processes(void) | 87 | int nr_processes(void) |
89 | { | 88 | { |
90 | int cpu; | 89 | int cpu; |
@@ -1089,8 +1088,8 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
1089 | #ifdef CONFIG_DEBUG_MUTEXES | 1088 | #ifdef CONFIG_DEBUG_MUTEXES |
1090 | p->blocked_on = NULL; /* not blocked yet */ | 1089 | p->blocked_on = NULL; /* not blocked yet */ |
1091 | #endif | 1090 | #endif |
1092 | if (unlikely(current->ptrace)) | 1091 | |
1093 | ptrace_fork(p, clone_flags); | 1092 | p->bts = NULL; |
1094 | 1093 | ||
1095 | /* Perform scheduler related setup. Assign this task to a CPU. */ | 1094 | /* Perform scheduler related setup. Assign this task to a CPU. */ |
1096 | sched_fork(p, clone_flags); | 1095 | sched_fork(p, clone_flags); |
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 18041a254d32..a60018402f42 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
@@ -18,8 +18,8 @@ | |||
18 | #include <linux/kernel_stat.h> | 18 | #include <linux/kernel_stat.h> |
19 | #include <linux/rculist.h> | 19 | #include <linux/rculist.h> |
20 | #include <linux/hash.h> | 20 | #include <linux/hash.h> |
21 | #include <trace/irq.h> | ||
22 | #include <linux/bootmem.h> | 21 | #include <linux/bootmem.h> |
22 | #include <trace/events/irq.h> | ||
23 | 23 | ||
24 | #include "internals.h" | 24 | #include "internals.h" |
25 | 25 | ||
@@ -355,9 +355,6 @@ static void warn_no_thread(unsigned int irq, struct irqaction *action) | |||
355 | "but no thread function available.", irq, action->name); | 355 | "but no thread function available.", irq, action->name); |
356 | } | 356 | } |
357 | 357 | ||
358 | DEFINE_TRACE(irq_handler_entry); | ||
359 | DEFINE_TRACE(irq_handler_exit); | ||
360 | |||
361 | /** | 358 | /** |
362 | * handle_IRQ_event - irq action chain handler | 359 | * handle_IRQ_event - irq action chain handler |
363 | * @irq: the interrupt number | 360 | * @irq: the interrupt number |
diff --git a/kernel/kthread.c b/kernel/kthread.c index 4ebaf8519abf..41c88fe40500 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/file.h> | 13 | #include <linux/file.h> |
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/mutex.h> | 15 | #include <linux/mutex.h> |
16 | #include <trace/sched.h> | 16 | #include <trace/events/sched.h> |
17 | 17 | ||
18 | #define KTHREAD_NICE_LEVEL (-5) | 18 | #define KTHREAD_NICE_LEVEL (-5) |
19 | 19 | ||
@@ -21,9 +21,6 @@ static DEFINE_SPINLOCK(kthread_create_lock); | |||
21 | static LIST_HEAD(kthread_create_list); | 21 | static LIST_HEAD(kthread_create_list); |
22 | struct task_struct *kthreadd_task; | 22 | struct task_struct *kthreadd_task; |
23 | 23 | ||
24 | DEFINE_TRACE(sched_kthread_stop); | ||
25 | DEFINE_TRACE(sched_kthread_stop_ret); | ||
26 | |||
27 | struct kthread_create_info | 24 | struct kthread_create_info |
28 | { | 25 | { |
29 | /* Information passed to kthread() from kthreadd. */ | 26 | /* Information passed to kthread() from kthreadd. */ |
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index accb40cdb12a..8bbeef996c76 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
@@ -42,12 +42,14 @@ | |||
42 | #include <linux/hash.h> | 42 | #include <linux/hash.h> |
43 | #include <linux/ftrace.h> | 43 | #include <linux/ftrace.h> |
44 | #include <linux/stringify.h> | 44 | #include <linux/stringify.h> |
45 | #include <trace/lockdep.h> | ||
46 | 45 | ||
47 | #include <asm/sections.h> | 46 | #include <asm/sections.h> |
48 | 47 | ||
49 | #include "lockdep_internals.h" | 48 | #include "lockdep_internals.h" |
50 | 49 | ||
50 | #define CREATE_TRACE_POINTS | ||
51 | #include <trace/events/lockdep.h> | ||
52 | |||
51 | #ifdef CONFIG_PROVE_LOCKING | 53 | #ifdef CONFIG_PROVE_LOCKING |
52 | int prove_locking = 1; | 54 | int prove_locking = 1; |
53 | module_param(prove_locking, int, 0644); | 55 | module_param(prove_locking, int, 0644); |
@@ -2935,8 +2937,6 @@ void lock_set_class(struct lockdep_map *lock, const char *name, | |||
2935 | } | 2937 | } |
2936 | EXPORT_SYMBOL_GPL(lock_set_class); | 2938 | EXPORT_SYMBOL_GPL(lock_set_class); |
2937 | 2939 | ||
2938 | DEFINE_TRACE(lock_acquire); | ||
2939 | |||
2940 | /* | 2940 | /* |
2941 | * We are not always called with irqs disabled - do that here, | 2941 | * We are not always called with irqs disabled - do that here, |
2942 | * and also avoid lockdep recursion: | 2942 | * and also avoid lockdep recursion: |
@@ -2963,8 +2963,6 @@ void lock_acquire(struct lockdep_map *lock, unsigned int subclass, | |||
2963 | } | 2963 | } |
2964 | EXPORT_SYMBOL_GPL(lock_acquire); | 2964 | EXPORT_SYMBOL_GPL(lock_acquire); |
2965 | 2965 | ||
2966 | DEFINE_TRACE(lock_release); | ||
2967 | |||
2968 | void lock_release(struct lockdep_map *lock, int nested, | 2966 | void lock_release(struct lockdep_map *lock, int nested, |
2969 | unsigned long ip) | 2967 | unsigned long ip) |
2970 | { | 2968 | { |
@@ -3105,6 +3103,8 @@ found_it: | |||
3105 | hlock->holdtime_stamp = now; | 3103 | hlock->holdtime_stamp = now; |
3106 | } | 3104 | } |
3107 | 3105 | ||
3106 | trace_lock_acquired(lock, ip, waittime); | ||
3107 | |||
3108 | stats = get_lock_stats(hlock_class(hlock)); | 3108 | stats = get_lock_stats(hlock_class(hlock)); |
3109 | if (waittime) { | 3109 | if (waittime) { |
3110 | if (hlock->read) | 3110 | if (hlock->read) |
@@ -3120,8 +3120,6 @@ found_it: | |||
3120 | lock->ip = ip; | 3120 | lock->ip = ip; |
3121 | } | 3121 | } |
3122 | 3122 | ||
3123 | DEFINE_TRACE(lock_contended); | ||
3124 | |||
3125 | void lock_contended(struct lockdep_map *lock, unsigned long ip) | 3123 | void lock_contended(struct lockdep_map *lock, unsigned long ip) |
3126 | { | 3124 | { |
3127 | unsigned long flags; | 3125 | unsigned long flags; |
@@ -3143,14 +3141,10 @@ void lock_contended(struct lockdep_map *lock, unsigned long ip) | |||
3143 | } | 3141 | } |
3144 | EXPORT_SYMBOL_GPL(lock_contended); | 3142 | EXPORT_SYMBOL_GPL(lock_contended); |
3145 | 3143 | ||
3146 | DEFINE_TRACE(lock_acquired); | ||
3147 | |||
3148 | void lock_acquired(struct lockdep_map *lock, unsigned long ip) | 3144 | void lock_acquired(struct lockdep_map *lock, unsigned long ip) |
3149 | { | 3145 | { |
3150 | unsigned long flags; | 3146 | unsigned long flags; |
3151 | 3147 | ||
3152 | trace_lock_acquired(lock, ip); | ||
3153 | |||
3154 | if (unlikely(!lock_stat)) | 3148 | if (unlikely(!lock_stat)) |
3155 | return; | 3149 | return; |
3156 | 3150 | ||
diff --git a/kernel/module.c b/kernel/module.c index e797812a4d95..2383e60fcf3f 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -18,6 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/moduleloader.h> | 20 | #include <linux/moduleloader.h> |
21 | #include <linux/ftrace_event.h> | ||
21 | #include <linux/init.h> | 22 | #include <linux/init.h> |
22 | #include <linux/kallsyms.h> | 23 | #include <linux/kallsyms.h> |
23 | #include <linux/fs.h> | 24 | #include <linux/fs.h> |
@@ -1489,9 +1490,6 @@ static void free_module(struct module *mod) | |||
1489 | /* Free any allocated parameters. */ | 1490 | /* Free any allocated parameters. */ |
1490 | destroy_params(mod->kp, mod->num_kp); | 1491 | destroy_params(mod->kp, mod->num_kp); |
1491 | 1492 | ||
1492 | /* release any pointers to mcount in this module */ | ||
1493 | ftrace_release(mod->module_core, mod->core_size); | ||
1494 | |||
1495 | /* This may be NULL, but that's OK */ | 1493 | /* This may be NULL, but that's OK */ |
1496 | module_free(mod, mod->module_init); | 1494 | module_free(mod, mod->module_init); |
1497 | kfree(mod->args); | 1495 | kfree(mod->args); |
@@ -1892,11 +1890,9 @@ static noinline struct module *load_module(void __user *umod, | |||
1892 | unsigned int symindex = 0; | 1890 | unsigned int symindex = 0; |
1893 | unsigned int strindex = 0; | 1891 | unsigned int strindex = 0; |
1894 | unsigned int modindex, versindex, infoindex, pcpuindex; | 1892 | unsigned int modindex, versindex, infoindex, pcpuindex; |
1895 | unsigned int num_mcount; | ||
1896 | struct module *mod; | 1893 | struct module *mod; |
1897 | long err = 0; | 1894 | long err = 0; |
1898 | void *percpu = NULL, *ptr = NULL; /* Stops spurious gcc warning */ | 1895 | void *percpu = NULL, *ptr = NULL; /* Stops spurious gcc warning */ |
1899 | unsigned long *mseg; | ||
1900 | mm_segment_t old_fs; | 1896 | mm_segment_t old_fs; |
1901 | 1897 | ||
1902 | DEBUGP("load_module: umod=%p, len=%lu, uargs=%p\n", | 1898 | DEBUGP("load_module: umod=%p, len=%lu, uargs=%p\n", |
@@ -2172,7 +2168,19 @@ static noinline struct module *load_module(void __user *umod, | |||
2172 | sizeof(*mod->tracepoints), | 2168 | sizeof(*mod->tracepoints), |
2173 | &mod->num_tracepoints); | 2169 | &mod->num_tracepoints); |
2174 | #endif | 2170 | #endif |
2175 | 2171 | #ifdef CONFIG_EVENT_TRACING | |
2172 | mod->trace_events = section_objs(hdr, sechdrs, secstrings, | ||
2173 | "_ftrace_events", | ||
2174 | sizeof(*mod->trace_events), | ||
2175 | &mod->num_trace_events); | ||
2176 | #endif | ||
2177 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | ||
2178 | /* sechdrs[0].sh_size is always zero */ | ||
2179 | mod->ftrace_callsites = section_objs(hdr, sechdrs, secstrings, | ||
2180 | "__mcount_loc", | ||
2181 | sizeof(*mod->ftrace_callsites), | ||
2182 | &mod->num_ftrace_callsites); | ||
2183 | #endif | ||
2176 | #ifdef CONFIG_MODVERSIONS | 2184 | #ifdef CONFIG_MODVERSIONS |
2177 | if ((mod->num_syms && !mod->crcs) | 2185 | if ((mod->num_syms && !mod->crcs) |
2178 | || (mod->num_gpl_syms && !mod->gpl_crcs) | 2186 | || (mod->num_gpl_syms && !mod->gpl_crcs) |
@@ -2237,11 +2245,6 @@ static noinline struct module *load_module(void __user *umod, | |||
2237 | dynamic_debug_setup(debug, num_debug); | 2245 | dynamic_debug_setup(debug, num_debug); |
2238 | } | 2246 | } |
2239 | 2247 | ||
2240 | /* sechdrs[0].sh_size is always zero */ | ||
2241 | mseg = section_objs(hdr, sechdrs, secstrings, "__mcount_loc", | ||
2242 | sizeof(*mseg), &num_mcount); | ||
2243 | ftrace_init_module(mod, mseg, mseg + num_mcount); | ||
2244 | |||
2245 | err = module_finalize(hdr, sechdrs, mod); | 2248 | err = module_finalize(hdr, sechdrs, mod); |
2246 | if (err < 0) | 2249 | if (err < 0) |
2247 | goto cleanup; | 2250 | goto cleanup; |
@@ -2302,7 +2305,6 @@ static noinline struct module *load_module(void __user *umod, | |||
2302 | cleanup: | 2305 | cleanup: |
2303 | kobject_del(&mod->mkobj.kobj); | 2306 | kobject_del(&mod->mkobj.kobj); |
2304 | kobject_put(&mod->mkobj.kobj); | 2307 | kobject_put(&mod->mkobj.kobj); |
2305 | ftrace_release(mod->module_core, mod->core_size); | ||
2306 | free_unload: | 2308 | free_unload: |
2307 | module_unload_free(mod); | 2309 | module_unload_free(mod); |
2308 | #if defined(CONFIG_MODULE_UNLOAD) && defined(CONFIG_SMP) | 2310 | #if defined(CONFIG_MODULE_UNLOAD) && defined(CONFIG_SMP) |
diff --git a/kernel/ptrace.c b/kernel/ptrace.c index 42c317874cfa..2442d140bd9a 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c | |||
@@ -25,16 +25,6 @@ | |||
25 | 25 | ||
26 | 26 | ||
27 | /* | 27 | /* |
28 | * Initialize a new task whose father had been ptraced. | ||
29 | * | ||
30 | * Called from copy_process(). | ||
31 | */ | ||
32 | void ptrace_fork(struct task_struct *child, unsigned long clone_flags) | ||
33 | { | ||
34 | arch_ptrace_fork(child, clone_flags); | ||
35 | } | ||
36 | |||
37 | /* | ||
38 | * ptrace a task: make the debugger its new parent and | 28 | * ptrace a task: make the debugger its new parent and |
39 | * move it to the ptrace list. | 29 | * move it to the ptrace list. |
40 | * | 30 | * |
diff --git a/kernel/sched.c b/kernel/sched.c index 076e403b9c88..14c447ae5d53 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -72,13 +72,15 @@ | |||
72 | #include <linux/debugfs.h> | 72 | #include <linux/debugfs.h> |
73 | #include <linux/ctype.h> | 73 | #include <linux/ctype.h> |
74 | #include <linux/ftrace.h> | 74 | #include <linux/ftrace.h> |
75 | #include <trace/sched.h> | ||
76 | 75 | ||
77 | #include <asm/tlb.h> | 76 | #include <asm/tlb.h> |
78 | #include <asm/irq_regs.h> | 77 | #include <asm/irq_regs.h> |
79 | 78 | ||
80 | #include "sched_cpupri.h" | 79 | #include "sched_cpupri.h" |
81 | 80 | ||
81 | #define CREATE_TRACE_POINTS | ||
82 | #include <trace/events/sched.h> | ||
83 | |||
82 | /* | 84 | /* |
83 | * Convert user-nice values [ -20 ... 0 ... 19 ] | 85 | * Convert user-nice values [ -20 ... 0 ... 19 ] |
84 | * to static priority [ MAX_RT_PRIO..MAX_PRIO-1 ], | 86 | * to static priority [ MAX_RT_PRIO..MAX_PRIO-1 ], |
@@ -118,12 +120,6 @@ | |||
118 | */ | 120 | */ |
119 | #define RUNTIME_INF ((u64)~0ULL) | 121 | #define RUNTIME_INF ((u64)~0ULL) |
120 | 122 | ||
121 | DEFINE_TRACE(sched_wait_task); | ||
122 | DEFINE_TRACE(sched_wakeup); | ||
123 | DEFINE_TRACE(sched_wakeup_new); | ||
124 | DEFINE_TRACE(sched_switch); | ||
125 | DEFINE_TRACE(sched_migrate_task); | ||
126 | |||
127 | #ifdef CONFIG_SMP | 123 | #ifdef CONFIG_SMP |
128 | 124 | ||
129 | static void double_rq_lock(struct rq *rq1, struct rq *rq2); | 125 | static void double_rq_lock(struct rq *rq1, struct rq *rq2); |
@@ -1964,7 +1960,7 @@ void set_task_cpu(struct task_struct *p, unsigned int new_cpu) | |||
1964 | 1960 | ||
1965 | clock_offset = old_rq->clock - new_rq->clock; | 1961 | clock_offset = old_rq->clock - new_rq->clock; |
1966 | 1962 | ||
1967 | trace_sched_migrate_task(p, task_cpu(p), new_cpu); | 1963 | trace_sched_migrate_task(p, new_cpu); |
1968 | 1964 | ||
1969 | #ifdef CONFIG_SCHEDSTATS | 1965 | #ifdef CONFIG_SCHEDSTATS |
1970 | if (p->se.wait_start) | 1966 | if (p->se.wait_start) |
@@ -2021,6 +2017,49 @@ migrate_task(struct task_struct *p, int dest_cpu, struct migration_req *req) | |||
2021 | } | 2017 | } |
2022 | 2018 | ||
2023 | /* | 2019 | /* |
2020 | * wait_task_context_switch - wait for a thread to complete at least one | ||
2021 | * context switch. | ||
2022 | * | ||
2023 | * @p must not be current. | ||
2024 | */ | ||
2025 | void wait_task_context_switch(struct task_struct *p) | ||
2026 | { | ||
2027 | unsigned long nvcsw, nivcsw, flags; | ||
2028 | int running; | ||
2029 | struct rq *rq; | ||
2030 | |||
2031 | nvcsw = p->nvcsw; | ||
2032 | nivcsw = p->nivcsw; | ||
2033 | for (;;) { | ||
2034 | /* | ||
2035 | * The runqueue is assigned before the actual context | ||
2036 | * switch. We need to take the runqueue lock. | ||
2037 | * | ||
2038 | * We could check initially without the lock but it is | ||
2039 | * very likely that we need to take the lock in every | ||
2040 | * iteration. | ||
2041 | */ | ||
2042 | rq = task_rq_lock(p, &flags); | ||
2043 | running = task_running(rq, p); | ||
2044 | task_rq_unlock(rq, &flags); | ||
2045 | |||
2046 | if (likely(!running)) | ||
2047 | break; | ||
2048 | /* | ||
2049 | * The switch count is incremented before the actual | ||
2050 | * context switch. We thus wait for two switches to be | ||
2051 | * sure at least one completed. | ||
2052 | */ | ||
2053 | if ((p->nvcsw - nvcsw) > 1) | ||
2054 | break; | ||
2055 | if ((p->nivcsw - nivcsw) > 1) | ||
2056 | break; | ||
2057 | |||
2058 | cpu_relax(); | ||
2059 | } | ||
2060 | } | ||
2061 | |||
2062 | /* | ||
2024 | * wait_task_inactive - wait for a thread to unschedule. | 2063 | * wait_task_inactive - wait for a thread to unschedule. |
2025 | * | 2064 | * |
2026 | * If @match_state is nonzero, it's the @p->state value just checked and | 2065 | * If @match_state is nonzero, it's the @p->state value just checked and |
diff --git a/kernel/signal.c b/kernel/signal.c index f79b3b9f8375..dba6ae99978a 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <linux/freezer.h> | 27 | #include <linux/freezer.h> |
28 | #include <linux/pid_namespace.h> | 28 | #include <linux/pid_namespace.h> |
29 | #include <linux/nsproxy.h> | 29 | #include <linux/nsproxy.h> |
30 | #include <trace/sched.h> | 30 | #include <trace/events/sched.h> |
31 | 31 | ||
32 | #include <asm/param.h> | 32 | #include <asm/param.h> |
33 | #include <asm/uaccess.h> | 33 | #include <asm/uaccess.h> |
@@ -41,8 +41,6 @@ | |||
41 | 41 | ||
42 | static struct kmem_cache *sigqueue_cachep; | 42 | static struct kmem_cache *sigqueue_cachep; |
43 | 43 | ||
44 | DEFINE_TRACE(sched_signal_send); | ||
45 | |||
46 | static void __user *sig_handler(struct task_struct *t, int sig) | 44 | static void __user *sig_handler(struct task_struct *t, int sig) |
47 | { | 45 | { |
48 | return t->sighand->action[sig - 1].sa.sa_handler; | 46 | return t->sighand->action[sig - 1].sa.sa_handler; |
diff --git a/kernel/softirq.c b/kernel/softirq.c index f674f332a024..258885a543db 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -24,7 +24,9 @@ | |||
24 | #include <linux/ftrace.h> | 24 | #include <linux/ftrace.h> |
25 | #include <linux/smp.h> | 25 | #include <linux/smp.h> |
26 | #include <linux/tick.h> | 26 | #include <linux/tick.h> |
27 | #include <trace/irq.h> | 27 | |
28 | #define CREATE_TRACE_POINTS | ||
29 | #include <trace/events/irq.h> | ||
28 | 30 | ||
29 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
30 | /* | 32 | /* |
@@ -186,9 +188,6 @@ EXPORT_SYMBOL(local_bh_enable_ip); | |||
186 | */ | 188 | */ |
187 | #define MAX_SOFTIRQ_RESTART 10 | 189 | #define MAX_SOFTIRQ_RESTART 10 |
188 | 190 | ||
189 | DEFINE_TRACE(softirq_entry); | ||
190 | DEFINE_TRACE(softirq_exit); | ||
191 | |||
192 | asmlinkage void __do_softirq(void) | 191 | asmlinkage void __do_softirq(void) |
193 | { | 192 | { |
194 | struct softirq_action *h; | 193 | struct softirq_action *h; |
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 417d1985e299..4a13e5a01ce3 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -48,6 +48,21 @@ config FTRACE_NMI_ENTER | |||
48 | depends on HAVE_FTRACE_NMI_ENTER | 48 | depends on HAVE_FTRACE_NMI_ENTER |
49 | default y | 49 | default y |
50 | 50 | ||
51 | config EVENT_TRACING | ||
52 | select CONTEXT_SWITCH_TRACER | ||
53 | bool | ||
54 | |||
55 | config CONTEXT_SWITCH_TRACER | ||
56 | select MARKERS | ||
57 | bool | ||
58 | |||
59 | # All tracer options should select GENERIC_TRACER. For those options that are | ||
60 | # enabled by all tracers (context switch and event tracer) they select TRACING. | ||
61 | # This allows those options to appear when no other tracer is selected. But the | ||
62 | # options do not appear when something else selects it. We need the two options | ||
63 | # GENERIC_TRACER and TRACING to avoid circular dependencies to accomplish the | ||
64 | # hidding of the automatic options options. | ||
65 | |||
51 | config TRACING | 66 | config TRACING |
52 | bool | 67 | bool |
53 | select DEBUG_FS | 68 | select DEBUG_FS |
@@ -56,6 +71,11 @@ config TRACING | |||
56 | select TRACEPOINTS | 71 | select TRACEPOINTS |
57 | select NOP_TRACER | 72 | select NOP_TRACER |
58 | select BINARY_PRINTF | 73 | select BINARY_PRINTF |
74 | select EVENT_TRACING | ||
75 | |||
76 | config GENERIC_TRACER | ||
77 | bool | ||
78 | select TRACING | ||
59 | 79 | ||
60 | # | 80 | # |
61 | # Minimum requirements an architecture has to meet for us to | 81 | # Minimum requirements an architecture has to meet for us to |
@@ -73,14 +93,20 @@ config TRACING_SUPPORT | |||
73 | 93 | ||
74 | if TRACING_SUPPORT | 94 | if TRACING_SUPPORT |
75 | 95 | ||
76 | menu "Tracers" | 96 | menuconfig FTRACE |
97 | bool "Tracers" | ||
98 | default y if DEBUG_KERNEL | ||
99 | help | ||
100 | Enable the kernel tracing infrastructure. | ||
101 | |||
102 | if FTRACE | ||
77 | 103 | ||
78 | config FUNCTION_TRACER | 104 | config FUNCTION_TRACER |
79 | bool "Kernel Function Tracer" | 105 | bool "Kernel Function Tracer" |
80 | depends on HAVE_FUNCTION_TRACER | 106 | depends on HAVE_FUNCTION_TRACER |
81 | select FRAME_POINTER | 107 | select FRAME_POINTER |
82 | select KALLSYMS | 108 | select KALLSYMS |
83 | select TRACING | 109 | select GENERIC_TRACER |
84 | select CONTEXT_SWITCH_TRACER | 110 | select CONTEXT_SWITCH_TRACER |
85 | help | 111 | help |
86 | Enable the kernel to trace every kernel function. This is done | 112 | Enable the kernel to trace every kernel function. This is done |
@@ -104,13 +130,14 @@ config FUNCTION_GRAPH_TRACER | |||
104 | the return value. This is done by setting the current return | 130 | the return value. This is done by setting the current return |
105 | address on the current task structure into a stack of calls. | 131 | address on the current task structure into a stack of calls. |
106 | 132 | ||
133 | |||
107 | config IRQSOFF_TRACER | 134 | config IRQSOFF_TRACER |
108 | bool "Interrupts-off Latency Tracer" | 135 | bool "Interrupts-off Latency Tracer" |
109 | default n | 136 | default n |
110 | depends on TRACE_IRQFLAGS_SUPPORT | 137 | depends on TRACE_IRQFLAGS_SUPPORT |
111 | depends on GENERIC_TIME | 138 | depends on GENERIC_TIME |
112 | select TRACE_IRQFLAGS | 139 | select TRACE_IRQFLAGS |
113 | select TRACING | 140 | select GENERIC_TRACER |
114 | select TRACER_MAX_TRACE | 141 | select TRACER_MAX_TRACE |
115 | help | 142 | help |
116 | This option measures the time spent in irqs-off critical | 143 | This option measures the time spent in irqs-off critical |
@@ -131,7 +158,7 @@ config PREEMPT_TRACER | |||
131 | default n | 158 | default n |
132 | depends on GENERIC_TIME | 159 | depends on GENERIC_TIME |
133 | depends on PREEMPT | 160 | depends on PREEMPT |
134 | select TRACING | 161 | select GENERIC_TRACER |
135 | select TRACER_MAX_TRACE | 162 | select TRACER_MAX_TRACE |
136 | help | 163 | help |
137 | This option measures the time spent in preemption off critical | 164 | This option measures the time spent in preemption off critical |
@@ -150,7 +177,7 @@ config PREEMPT_TRACER | |||
150 | config SYSPROF_TRACER | 177 | config SYSPROF_TRACER |
151 | bool "Sysprof Tracer" | 178 | bool "Sysprof Tracer" |
152 | depends on X86 | 179 | depends on X86 |
153 | select TRACING | 180 | select GENERIC_TRACER |
154 | select CONTEXT_SWITCH_TRACER | 181 | select CONTEXT_SWITCH_TRACER |
155 | help | 182 | help |
156 | This tracer provides the trace needed by the 'Sysprof' userspace | 183 | This tracer provides the trace needed by the 'Sysprof' userspace |
@@ -158,40 +185,33 @@ config SYSPROF_TRACER | |||
158 | 185 | ||
159 | config SCHED_TRACER | 186 | config SCHED_TRACER |
160 | bool "Scheduling Latency Tracer" | 187 | bool "Scheduling Latency Tracer" |
161 | select TRACING | 188 | select GENERIC_TRACER |
162 | select CONTEXT_SWITCH_TRACER | 189 | select CONTEXT_SWITCH_TRACER |
163 | select TRACER_MAX_TRACE | 190 | select TRACER_MAX_TRACE |
164 | help | 191 | help |
165 | This tracer tracks the latency of the highest priority task | 192 | This tracer tracks the latency of the highest priority task |
166 | to be scheduled in, starting from the point it has woken up. | 193 | to be scheduled in, starting from the point it has woken up. |
167 | 194 | ||
168 | config CONTEXT_SWITCH_TRACER | 195 | config ENABLE_DEFAULT_TRACERS |
169 | bool "Trace process context switches" | 196 | bool "Trace process context switches and events" |
170 | select TRACING | 197 | depends on !GENERIC_TRACER |
171 | select MARKERS | ||
172 | help | ||
173 | This tracer gets called from the context switch and records | ||
174 | all switching of tasks. | ||
175 | |||
176 | config EVENT_TRACER | ||
177 | bool "Trace various events in the kernel" | ||
178 | select TRACING | 198 | select TRACING |
179 | help | 199 | help |
180 | This tracer hooks to various trace points in the kernel | 200 | This tracer hooks to various trace points in the kernel |
181 | allowing the user to pick and choose which trace point they | 201 | allowing the user to pick and choose which trace point they |
182 | want to trace. | 202 | want to trace. It also includes the sched_switch tracer plugin. |
183 | 203 | ||
184 | config FTRACE_SYSCALLS | 204 | config FTRACE_SYSCALLS |
185 | bool "Trace syscalls" | 205 | bool "Trace syscalls" |
186 | depends on HAVE_FTRACE_SYSCALLS | 206 | depends on HAVE_FTRACE_SYSCALLS |
187 | select TRACING | 207 | select GENERIC_TRACER |
188 | select KALLSYMS | 208 | select KALLSYMS |
189 | help | 209 | help |
190 | Basic tracer to catch the syscall entry and exit events. | 210 | Basic tracer to catch the syscall entry and exit events. |
191 | 211 | ||
192 | config BOOT_TRACER | 212 | config BOOT_TRACER |
193 | bool "Trace boot initcalls" | 213 | bool "Trace boot initcalls" |
194 | select TRACING | 214 | select GENERIC_TRACER |
195 | select CONTEXT_SWITCH_TRACER | 215 | select CONTEXT_SWITCH_TRACER |
196 | help | 216 | help |
197 | This tracer helps developers to optimize boot times: it records | 217 | This tracer helps developers to optimize boot times: it records |
@@ -207,8 +227,36 @@ config BOOT_TRACER | |||
207 | to enable this on bootup. | 227 | to enable this on bootup. |
208 | 228 | ||
209 | config TRACE_BRANCH_PROFILING | 229 | config TRACE_BRANCH_PROFILING |
230 | bool | ||
231 | select GENERIC_TRACER | ||
232 | |||
233 | choice | ||
234 | prompt "Branch Profiling" | ||
235 | default BRANCH_PROFILE_NONE | ||
236 | help | ||
237 | The branch profiling is a software profiler. It will add hooks | ||
238 | into the C conditionals to test which path a branch takes. | ||
239 | |||
240 | The likely/unlikely profiler only looks at the conditions that | ||
241 | are annotated with a likely or unlikely macro. | ||
242 | |||
243 | The "all branch" profiler will profile every if statement in the | ||
244 | kernel. This profiler will also enable the likely/unlikely | ||
245 | profiler as well. | ||
246 | |||
247 | Either of the above profilers add a bit of overhead to the system. | ||
248 | If unsure choose "No branch profiling". | ||
249 | |||
250 | config BRANCH_PROFILE_NONE | ||
251 | bool "No branch profiling" | ||
252 | help | ||
253 | No branch profiling. Branch profiling adds a bit of overhead. | ||
254 | Only enable it if you want to analyse the branching behavior. | ||
255 | Otherwise keep it disabled. | ||
256 | |||
257 | config PROFILE_ANNOTATED_BRANCHES | ||
210 | bool "Trace likely/unlikely profiler" | 258 | bool "Trace likely/unlikely profiler" |
211 | select TRACING | 259 | select TRACE_BRANCH_PROFILING |
212 | help | 260 | help |
213 | This tracer profiles all the the likely and unlikely macros | 261 | This tracer profiles all the the likely and unlikely macros |
214 | in the kernel. It will display the results in: | 262 | in the kernel. It will display the results in: |
@@ -218,11 +266,9 @@ config TRACE_BRANCH_PROFILING | |||
218 | Note: this will add a significant overhead, only turn this | 266 | Note: this will add a significant overhead, only turn this |
219 | on if you need to profile the system's use of these macros. | 267 | on if you need to profile the system's use of these macros. |
220 | 268 | ||
221 | Say N if unsure. | ||
222 | |||
223 | config PROFILE_ALL_BRANCHES | 269 | config PROFILE_ALL_BRANCHES |
224 | bool "Profile all if conditionals" | 270 | bool "Profile all if conditionals" |
225 | depends on TRACE_BRANCH_PROFILING | 271 | select TRACE_BRANCH_PROFILING |
226 | help | 272 | help |
227 | This tracer profiles all branch conditions. Every if () | 273 | This tracer profiles all branch conditions. Every if () |
228 | taken in the kernel is recorded whether it hit or miss. | 274 | taken in the kernel is recorded whether it hit or miss. |
@@ -230,11 +276,12 @@ config PROFILE_ALL_BRANCHES | |||
230 | 276 | ||
231 | /debugfs/tracing/profile_branch | 277 | /debugfs/tracing/profile_branch |
232 | 278 | ||
279 | This option also enables the likely/unlikely profiler. | ||
280 | |||
233 | This configuration, when enabled, will impose a great overhead | 281 | This configuration, when enabled, will impose a great overhead |
234 | on the system. This should only be enabled when the system | 282 | on the system. This should only be enabled when the system |
235 | is to be analyzed | 283 | is to be analyzed |
236 | 284 | endchoice | |
237 | Say N if unsure. | ||
238 | 285 | ||
239 | config TRACING_BRANCHES | 286 | config TRACING_BRANCHES |
240 | bool | 287 | bool |
@@ -261,7 +308,7 @@ config BRANCH_TRACER | |||
261 | config POWER_TRACER | 308 | config POWER_TRACER |
262 | bool "Trace power consumption behavior" | 309 | bool "Trace power consumption behavior" |
263 | depends on X86 | 310 | depends on X86 |
264 | select TRACING | 311 | select GENERIC_TRACER |
265 | help | 312 | help |
266 | This tracer helps developers to analyze and optimize the kernels | 313 | This tracer helps developers to analyze and optimize the kernels |
267 | power management decisions, specifically the C-state and P-state | 314 | power management decisions, specifically the C-state and P-state |
@@ -295,14 +342,14 @@ config STACK_TRACER | |||
295 | config HW_BRANCH_TRACER | 342 | config HW_BRANCH_TRACER |
296 | depends on HAVE_HW_BRANCH_TRACER | 343 | depends on HAVE_HW_BRANCH_TRACER |
297 | bool "Trace hw branches" | 344 | bool "Trace hw branches" |
298 | select TRACING | 345 | select GENERIC_TRACER |
299 | help | 346 | help |
300 | This tracer records all branches on the system in a circular | 347 | This tracer records all branches on the system in a circular |
301 | buffer giving access to the last N branches for each cpu. | 348 | buffer giving access to the last N branches for each cpu. |
302 | 349 | ||
303 | config KMEMTRACE | 350 | config KMEMTRACE |
304 | bool "Trace SLAB allocations" | 351 | bool "Trace SLAB allocations" |
305 | select TRACING | 352 | select GENERIC_TRACER |
306 | help | 353 | help |
307 | kmemtrace provides tracing for slab allocator functions, such as | 354 | kmemtrace provides tracing for slab allocator functions, such as |
308 | kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected | 355 | kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected |
@@ -322,7 +369,7 @@ config KMEMTRACE | |||
322 | 369 | ||
323 | config WORKQUEUE_TRACER | 370 | config WORKQUEUE_TRACER |
324 | bool "Trace workqueues" | 371 | bool "Trace workqueues" |
325 | select TRACING | 372 | select GENERIC_TRACER |
326 | help | 373 | help |
327 | The workqueue tracer provides some statistical informations | 374 | The workqueue tracer provides some statistical informations |
328 | about each cpu workqueue thread such as the number of the | 375 | about each cpu workqueue thread such as the number of the |
@@ -338,7 +385,7 @@ config BLK_DEV_IO_TRACE | |||
338 | select RELAY | 385 | select RELAY |
339 | select DEBUG_FS | 386 | select DEBUG_FS |
340 | select TRACEPOINTS | 387 | select TRACEPOINTS |
341 | select TRACING | 388 | select GENERIC_TRACER |
342 | select STACKTRACE | 389 | select STACKTRACE |
343 | help | 390 | help |
344 | Say Y here if you want to be able to trace the block layer actions | 391 | Say Y here if you want to be able to trace the block layer actions |
@@ -375,6 +422,20 @@ config DYNAMIC_FTRACE | |||
375 | were made. If so, it runs stop_machine (stops all CPUS) | 422 | were made. If so, it runs stop_machine (stops all CPUS) |
376 | and modifies the code to jump over the call to ftrace. | 423 | and modifies the code to jump over the call to ftrace. |
377 | 424 | ||
425 | config FUNCTION_PROFILER | ||
426 | bool "Kernel function profiler" | ||
427 | depends on FUNCTION_TRACER | ||
428 | default n | ||
429 | help | ||
430 | This option enables the kernel function profiler. A file is created | ||
431 | in debugfs called function_profile_enabled which defaults to zero. | ||
432 | When a 1 is echoed into this file profiling begins, and when a | ||
433 | zero is entered, profiling stops. A file in the trace_stats | ||
434 | directory called functions, that show the list of functions that | ||
435 | have been hit and their counters. | ||
436 | |||
437 | If in doubt, say N | ||
438 | |||
378 | config FTRACE_MCOUNT_RECORD | 439 | config FTRACE_MCOUNT_RECORD |
379 | def_bool y | 440 | def_bool y |
380 | depends on DYNAMIC_FTRACE | 441 | depends on DYNAMIC_FTRACE |
@@ -385,7 +446,7 @@ config FTRACE_SELFTEST | |||
385 | 446 | ||
386 | config FTRACE_STARTUP_TEST | 447 | config FTRACE_STARTUP_TEST |
387 | bool "Perform a startup test on ftrace" | 448 | bool "Perform a startup test on ftrace" |
388 | depends on TRACING | 449 | depends on GENERIC_TRACER |
389 | select FTRACE_SELFTEST | 450 | select FTRACE_SELFTEST |
390 | help | 451 | help |
391 | This option performs a series of startup tests on ftrace. On bootup | 452 | This option performs a series of startup tests on ftrace. On bootup |
@@ -396,7 +457,7 @@ config FTRACE_STARTUP_TEST | |||
396 | config MMIOTRACE | 457 | config MMIOTRACE |
397 | bool "Memory mapped IO tracing" | 458 | bool "Memory mapped IO tracing" |
398 | depends on HAVE_MMIOTRACE_SUPPORT && PCI | 459 | depends on HAVE_MMIOTRACE_SUPPORT && PCI |
399 | select TRACING | 460 | select GENERIC_TRACER |
400 | help | 461 | help |
401 | Mmiotrace traces Memory Mapped I/O access and is meant for | 462 | Mmiotrace traces Memory Mapped I/O access and is meant for |
402 | debugging and reverse engineering. It is called from the ioremap | 463 | debugging and reverse engineering. It is called from the ioremap |
@@ -416,7 +477,23 @@ config MMIOTRACE_TEST | |||
416 | 477 | ||
417 | Say N, unless you absolutely know what you are doing. | 478 | Say N, unless you absolutely know what you are doing. |
418 | 479 | ||
419 | endmenu | 480 | config RING_BUFFER_BENCHMARK |
481 | tristate "Ring buffer benchmark stress tester" | ||
482 | depends on RING_BUFFER | ||
483 | help | ||
484 | This option creates a test to stress the ring buffer and bench mark it. | ||
485 | It creates its own ring buffer such that it will not interfer with | ||
486 | any other users of the ring buffer (such as ftrace). It then creates | ||
487 | a producer and consumer that will run for 10 seconds and sleep for | ||
488 | 10 seconds. Each interval it will print out the number of events | ||
489 | it recorded and give a rough estimate of how long each iteration took. | ||
490 | |||
491 | It does not disable interrupts or raise its priority, so it may be | ||
492 | affected by processes that are running. | ||
493 | |||
494 | If unsure, say N | ||
495 | |||
496 | endif # FTRACE | ||
420 | 497 | ||
421 | endif # TRACING_SUPPORT | 498 | endif # TRACING_SUPPORT |
422 | 499 | ||
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile index 2630f5121ec1..844164dca90a 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile | |||
@@ -15,11 +15,17 @@ ifdef CONFIG_TRACING_BRANCHES | |||
15 | KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING | 15 | KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING |
16 | endif | 16 | endif |
17 | 17 | ||
18 | # | ||
19 | # Make the trace clocks available generally: it's infrastructure | ||
20 | # relied on by ptrace for example: | ||
21 | # | ||
22 | obj-y += trace_clock.o | ||
23 | |||
18 | obj-$(CONFIG_FUNCTION_TRACER) += libftrace.o | 24 | obj-$(CONFIG_FUNCTION_TRACER) += libftrace.o |
19 | obj-$(CONFIG_RING_BUFFER) += ring_buffer.o | 25 | obj-$(CONFIG_RING_BUFFER) += ring_buffer.o |
26 | obj-$(CONFIG_RING_BUFFER_BENCHMARK) += ring_buffer_benchmark.o | ||
20 | 27 | ||
21 | obj-$(CONFIG_TRACING) += trace.o | 28 | obj-$(CONFIG_TRACING) += trace.o |
22 | obj-$(CONFIG_TRACING) += trace_clock.o | ||
23 | obj-$(CONFIG_TRACING) += trace_output.o | 29 | obj-$(CONFIG_TRACING) += trace_output.o |
24 | obj-$(CONFIG_TRACING) += trace_stat.o | 30 | obj-$(CONFIG_TRACING) += trace_stat.o |
25 | obj-$(CONFIG_TRACING) += trace_printk.o | 31 | obj-$(CONFIG_TRACING) += trace_printk.o |
@@ -39,12 +45,14 @@ obj-$(CONFIG_HW_BRANCH_TRACER) += trace_hw_branches.o | |||
39 | obj-$(CONFIG_POWER_TRACER) += trace_power.o | 45 | obj-$(CONFIG_POWER_TRACER) += trace_power.o |
40 | obj-$(CONFIG_KMEMTRACE) += kmemtrace.o | 46 | obj-$(CONFIG_KMEMTRACE) += kmemtrace.o |
41 | obj-$(CONFIG_WORKQUEUE_TRACER) += trace_workqueue.o | 47 | obj-$(CONFIG_WORKQUEUE_TRACER) += trace_workqueue.o |
42 | obj-$(CONFIG_BLK_DEV_IO_TRACE) += blktrace.o | 48 | obj-$(CONFIG_BLK_DEV_IO_TRACE) += blktrace.o |
43 | obj-$(CONFIG_EVENT_TRACER) += trace_events.o | 49 | ifeq ($(CONFIG_BLOCK),y) |
44 | obj-$(CONFIG_EVENT_TRACER) += events.o | 50 | obj-$(CONFIG_EVENT_TRACING) += blktrace.o |
45 | obj-$(CONFIG_EVENT_TRACER) += trace_export.o | 51 | endif |
52 | obj-$(CONFIG_EVENT_TRACING) += trace_events.o | ||
53 | obj-$(CONFIG_EVENT_TRACING) += trace_export.o | ||
46 | obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o | 54 | obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o |
47 | obj-$(CONFIG_EVENT_PROFILE) += trace_event_profile.o | 55 | obj-$(CONFIG_EVENT_PROFILE) += trace_event_profile.o |
48 | obj-$(CONFIG_EVENT_TRACER) += trace_events_filter.o | 56 | obj-$(CONFIG_EVENT_TRACING) += trace_events_filter.o |
49 | 57 | ||
50 | libftrace-y := ftrace.o | 58 | libftrace-y := ftrace.o |
diff --git a/kernel/trace/blktrace.c b/kernel/trace/blktrace.c index 921ef5d1f0ba..7bd6a9893c24 100644 --- a/kernel/trace/blktrace.c +++ b/kernel/trace/blktrace.c | |||
@@ -23,10 +23,14 @@ | |||
23 | #include <linux/mutex.h> | 23 | #include <linux/mutex.h> |
24 | #include <linux/debugfs.h> | 24 | #include <linux/debugfs.h> |
25 | #include <linux/time.h> | 25 | #include <linux/time.h> |
26 | #include <trace/block.h> | ||
27 | #include <linux/uaccess.h> | 26 | #include <linux/uaccess.h> |
27 | |||
28 | #include <trace/events/block.h> | ||
29 | |||
28 | #include "trace_output.h" | 30 | #include "trace_output.h" |
29 | 31 | ||
32 | #ifdef CONFIG_BLK_DEV_IO_TRACE | ||
33 | |||
30 | static unsigned int blktrace_seq __read_mostly = 1; | 34 | static unsigned int blktrace_seq __read_mostly = 1; |
31 | 35 | ||
32 | static struct trace_array *blk_tr; | 36 | static struct trace_array *blk_tr; |
@@ -147,7 +151,7 @@ static int act_log_check(struct blk_trace *bt, u32 what, sector_t sector, | |||
147 | { | 151 | { |
148 | if (((bt->act_mask << BLK_TC_SHIFT) & what) == 0) | 152 | if (((bt->act_mask << BLK_TC_SHIFT) & what) == 0) |
149 | return 1; | 153 | return 1; |
150 | if (sector < bt->start_lba || sector > bt->end_lba) | 154 | if (sector && (sector < bt->start_lba || sector > bt->end_lba)) |
151 | return 1; | 155 | return 1; |
152 | if (bt->pid && pid != bt->pid) | 156 | if (bt->pid && pid != bt->pid) |
153 | return 1; | 157 | return 1; |
@@ -192,7 +196,7 @@ static void __blk_add_trace(struct blk_trace *bt, sector_t sector, int bytes, | |||
192 | what |= MASK_TC_BIT(rw, DISCARD); | 196 | what |= MASK_TC_BIT(rw, DISCARD); |
193 | 197 | ||
194 | pid = tsk->pid; | 198 | pid = tsk->pid; |
195 | if (unlikely(act_log_check(bt, what, sector, pid))) | 199 | if (act_log_check(bt, what, sector, pid)) |
196 | return; | 200 | return; |
197 | cpu = raw_smp_processor_id(); | 201 | cpu = raw_smp_processor_id(); |
198 | 202 | ||
@@ -262,6 +266,7 @@ static void blk_trace_free(struct blk_trace *bt) | |||
262 | { | 266 | { |
263 | debugfs_remove(bt->msg_file); | 267 | debugfs_remove(bt->msg_file); |
264 | debugfs_remove(bt->dropped_file); | 268 | debugfs_remove(bt->dropped_file); |
269 | debugfs_remove(bt->dir); | ||
265 | relay_close(bt->rchan); | 270 | relay_close(bt->rchan); |
266 | free_percpu(bt->sequence); | 271 | free_percpu(bt->sequence); |
267 | free_percpu(bt->msg_data); | 272 | free_percpu(bt->msg_data); |
@@ -403,11 +408,29 @@ static struct rchan_callbacks blk_relay_callbacks = { | |||
403 | .remove_buf_file = blk_remove_buf_file_callback, | 408 | .remove_buf_file = blk_remove_buf_file_callback, |
404 | }; | 409 | }; |
405 | 410 | ||
411 | static void blk_trace_setup_lba(struct blk_trace *bt, | ||
412 | struct block_device *bdev) | ||
413 | { | ||
414 | struct hd_struct *part = NULL; | ||
415 | |||
416 | if (bdev) | ||
417 | part = bdev->bd_part; | ||
418 | |||
419 | if (part) { | ||
420 | bt->start_lba = part->start_sect; | ||
421 | bt->end_lba = part->start_sect + part->nr_sects; | ||
422 | } else { | ||
423 | bt->start_lba = 0; | ||
424 | bt->end_lba = -1ULL; | ||
425 | } | ||
426 | } | ||
427 | |||
406 | /* | 428 | /* |
407 | * Setup everything required to start tracing | 429 | * Setup everything required to start tracing |
408 | */ | 430 | */ |
409 | int do_blk_trace_setup(struct request_queue *q, char *name, dev_t dev, | 431 | int do_blk_trace_setup(struct request_queue *q, char *name, dev_t dev, |
410 | struct blk_user_trace_setup *buts) | 432 | struct block_device *bdev, |
433 | struct blk_user_trace_setup *buts) | ||
411 | { | 434 | { |
412 | struct blk_trace *old_bt, *bt = NULL; | 435 | struct blk_trace *old_bt, *bt = NULL; |
413 | struct dentry *dir = NULL; | 436 | struct dentry *dir = NULL; |
@@ -480,10 +503,13 @@ int do_blk_trace_setup(struct request_queue *q, char *name, dev_t dev, | |||
480 | if (!bt->act_mask) | 503 | if (!bt->act_mask) |
481 | bt->act_mask = (u16) -1; | 504 | bt->act_mask = (u16) -1; |
482 | 505 | ||
483 | bt->start_lba = buts->start_lba; | 506 | blk_trace_setup_lba(bt, bdev); |
484 | bt->end_lba = buts->end_lba; | 507 | |
485 | if (!bt->end_lba) | 508 | /* overwrite with user settings */ |
486 | bt->end_lba = -1ULL; | 509 | if (buts->start_lba) |
510 | bt->start_lba = buts->start_lba; | ||
511 | if (buts->end_lba) | ||
512 | bt->end_lba = buts->end_lba; | ||
487 | 513 | ||
488 | bt->pid = buts->pid; | 514 | bt->pid = buts->pid; |
489 | bt->trace_state = Blktrace_setup; | 515 | bt->trace_state = Blktrace_setup; |
@@ -505,6 +531,7 @@ err: | |||
505 | } | 531 | } |
506 | 532 | ||
507 | int blk_trace_setup(struct request_queue *q, char *name, dev_t dev, | 533 | int blk_trace_setup(struct request_queue *q, char *name, dev_t dev, |
534 | struct block_device *bdev, | ||
508 | char __user *arg) | 535 | char __user *arg) |
509 | { | 536 | { |
510 | struct blk_user_trace_setup buts; | 537 | struct blk_user_trace_setup buts; |
@@ -514,7 +541,7 @@ int blk_trace_setup(struct request_queue *q, char *name, dev_t dev, | |||
514 | if (ret) | 541 | if (ret) |
515 | return -EFAULT; | 542 | return -EFAULT; |
516 | 543 | ||
517 | ret = do_blk_trace_setup(q, name, dev, &buts); | 544 | ret = do_blk_trace_setup(q, name, dev, bdev, &buts); |
518 | if (ret) | 545 | if (ret) |
519 | return ret; | 546 | return ret; |
520 | 547 | ||
@@ -582,7 +609,7 @@ int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) | |||
582 | switch (cmd) { | 609 | switch (cmd) { |
583 | case BLKTRACESETUP: | 610 | case BLKTRACESETUP: |
584 | bdevname(bdev, b); | 611 | bdevname(bdev, b); |
585 | ret = blk_trace_setup(q, b, bdev->bd_dev, arg); | 612 | ret = blk_trace_setup(q, b, bdev->bd_dev, bdev, arg); |
586 | break; | 613 | break; |
587 | case BLKTRACESTART: | 614 | case BLKTRACESTART: |
588 | start = 1; | 615 | start = 1; |
@@ -809,7 +836,6 @@ static void blk_add_trace_split(struct request_queue *q, struct bio *bio, | |||
809 | * @bio: the source bio | 836 | * @bio: the source bio |
810 | * @dev: target device | 837 | * @dev: target device |
811 | * @from: source sector | 838 | * @from: source sector |
812 | * @to: target sector | ||
813 | * | 839 | * |
814 | * Description: | 840 | * Description: |
815 | * Device mapper or raid target sometimes need to split a bio because | 841 | * Device mapper or raid target sometimes need to split a bio because |
@@ -817,7 +843,7 @@ static void blk_add_trace_split(struct request_queue *q, struct bio *bio, | |||
817 | * | 843 | * |
818 | **/ | 844 | **/ |
819 | static void blk_add_trace_remap(struct request_queue *q, struct bio *bio, | 845 | static void blk_add_trace_remap(struct request_queue *q, struct bio *bio, |
820 | dev_t dev, sector_t from, sector_t to) | 846 | dev_t dev, sector_t from) |
821 | { | 847 | { |
822 | struct blk_trace *bt = q->blk_trace; | 848 | struct blk_trace *bt = q->blk_trace; |
823 | struct blk_io_trace_remap r; | 849 | struct blk_io_trace_remap r; |
@@ -825,12 +851,13 @@ static void blk_add_trace_remap(struct request_queue *q, struct bio *bio, | |||
825 | if (likely(!bt)) | 851 | if (likely(!bt)) |
826 | return; | 852 | return; |
827 | 853 | ||
828 | r.device = cpu_to_be32(dev); | 854 | r.device_from = cpu_to_be32(dev); |
829 | r.device_from = cpu_to_be32(bio->bi_bdev->bd_dev); | 855 | r.device_to = cpu_to_be32(bio->bi_bdev->bd_dev); |
830 | r.sector = cpu_to_be64(to); | 856 | r.sector_from = cpu_to_be64(from); |
831 | 857 | ||
832 | __blk_add_trace(bt, from, bio->bi_size, bio->bi_rw, BLK_TA_REMAP, | 858 | __blk_add_trace(bt, bio->bi_sector, bio->bi_size, bio->bi_rw, |
833 | !bio_flagged(bio, BIO_UPTODATE), sizeof(r), &r); | 859 | BLK_TA_REMAP, !bio_flagged(bio, BIO_UPTODATE), |
860 | sizeof(r), &r); | ||
834 | } | 861 | } |
835 | 862 | ||
836 | /** | 863 | /** |
@@ -971,6 +998,16 @@ static inline const void *pdu_start(const struct trace_entry *ent) | |||
971 | return te_blk_io_trace(ent) + 1; | 998 | return te_blk_io_trace(ent) + 1; |
972 | } | 999 | } |
973 | 1000 | ||
1001 | static inline u32 t_action(const struct trace_entry *ent) | ||
1002 | { | ||
1003 | return te_blk_io_trace(ent)->action; | ||
1004 | } | ||
1005 | |||
1006 | static inline u32 t_bytes(const struct trace_entry *ent) | ||
1007 | { | ||
1008 | return te_blk_io_trace(ent)->bytes; | ||
1009 | } | ||
1010 | |||
974 | static inline u32 t_sec(const struct trace_entry *ent) | 1011 | static inline u32 t_sec(const struct trace_entry *ent) |
975 | { | 1012 | { |
976 | return te_blk_io_trace(ent)->bytes >> 9; | 1013 | return te_blk_io_trace(ent)->bytes >> 9; |
@@ -996,11 +1033,11 @@ static void get_pdu_remap(const struct trace_entry *ent, | |||
996 | struct blk_io_trace_remap *r) | 1033 | struct blk_io_trace_remap *r) |
997 | { | 1034 | { |
998 | const struct blk_io_trace_remap *__r = pdu_start(ent); | 1035 | const struct blk_io_trace_remap *__r = pdu_start(ent); |
999 | __u64 sector = __r->sector; | 1036 | __u64 sector_from = __r->sector_from; |
1000 | 1037 | ||
1001 | r->device = be32_to_cpu(__r->device); | ||
1002 | r->device_from = be32_to_cpu(__r->device_from); | 1038 | r->device_from = be32_to_cpu(__r->device_from); |
1003 | r->sector = be64_to_cpu(sector); | 1039 | r->device_to = be32_to_cpu(__r->device_to); |
1040 | r->sector_from = be64_to_cpu(sector_from); | ||
1004 | } | 1041 | } |
1005 | 1042 | ||
1006 | typedef int (blk_log_action_t) (struct trace_iterator *iter, const char *act); | 1043 | typedef int (blk_log_action_t) (struct trace_iterator *iter, const char *act); |
@@ -1031,36 +1068,98 @@ static int blk_log_action(struct trace_iterator *iter, const char *act) | |||
1031 | MAJOR(t->device), MINOR(t->device), act, rwbs); | 1068 | MAJOR(t->device), MINOR(t->device), act, rwbs); |
1032 | } | 1069 | } |
1033 | 1070 | ||
1071 | static int blk_log_dump_pdu(struct trace_seq *s, const struct trace_entry *ent) | ||
1072 | { | ||
1073 | const unsigned char *pdu_buf; | ||
1074 | int pdu_len; | ||
1075 | int i, end, ret; | ||
1076 | |||
1077 | pdu_buf = pdu_start(ent); | ||
1078 | pdu_len = te_blk_io_trace(ent)->pdu_len; | ||
1079 | |||
1080 | if (!pdu_len) | ||
1081 | return 1; | ||
1082 | |||
1083 | /* find the last zero that needs to be printed */ | ||
1084 | for (end = pdu_len - 1; end >= 0; end--) | ||
1085 | if (pdu_buf[end]) | ||
1086 | break; | ||
1087 | end++; | ||
1088 | |||
1089 | if (!trace_seq_putc(s, '(')) | ||
1090 | return 0; | ||
1091 | |||
1092 | for (i = 0; i < pdu_len; i++) { | ||
1093 | |||
1094 | ret = trace_seq_printf(s, "%s%02x", | ||
1095 | i == 0 ? "" : " ", pdu_buf[i]); | ||
1096 | if (!ret) | ||
1097 | return ret; | ||
1098 | |||
1099 | /* | ||
1100 | * stop when the rest is just zeroes and indicate so | ||
1101 | * with a ".." appended | ||
1102 | */ | ||
1103 | if (i == end && end != pdu_len - 1) | ||
1104 | return trace_seq_puts(s, " ..) "); | ||
1105 | } | ||
1106 | |||
1107 | return trace_seq_puts(s, ") "); | ||
1108 | } | ||
1109 | |||
1034 | static int blk_log_generic(struct trace_seq *s, const struct trace_entry *ent) | 1110 | static int blk_log_generic(struct trace_seq *s, const struct trace_entry *ent) |
1035 | { | 1111 | { |
1036 | char cmd[TASK_COMM_LEN]; | 1112 | char cmd[TASK_COMM_LEN]; |
1037 | 1113 | ||
1038 | trace_find_cmdline(ent->pid, cmd); | 1114 | trace_find_cmdline(ent->pid, cmd); |
1039 | 1115 | ||
1040 | if (t_sec(ent)) | 1116 | if (t_action(ent) & BLK_TC_ACT(BLK_TC_PC)) { |
1041 | return trace_seq_printf(s, "%llu + %u [%s]\n", | 1117 | int ret; |
1042 | t_sector(ent), t_sec(ent), cmd); | 1118 | |
1043 | return trace_seq_printf(s, "[%s]\n", cmd); | 1119 | ret = trace_seq_printf(s, "%u ", t_bytes(ent)); |
1120 | if (!ret) | ||
1121 | return 0; | ||
1122 | ret = blk_log_dump_pdu(s, ent); | ||
1123 | if (!ret) | ||
1124 | return 0; | ||
1125 | return trace_seq_printf(s, "[%s]\n", cmd); | ||
1126 | } else { | ||
1127 | if (t_sec(ent)) | ||
1128 | return trace_seq_printf(s, "%llu + %u [%s]\n", | ||
1129 | t_sector(ent), t_sec(ent), cmd); | ||
1130 | return trace_seq_printf(s, "[%s]\n", cmd); | ||
1131 | } | ||
1044 | } | 1132 | } |
1045 | 1133 | ||
1046 | static int blk_log_with_error(struct trace_seq *s, | 1134 | static int blk_log_with_error(struct trace_seq *s, |
1047 | const struct trace_entry *ent) | 1135 | const struct trace_entry *ent) |
1048 | { | 1136 | { |
1049 | if (t_sec(ent)) | 1137 | if (t_action(ent) & BLK_TC_ACT(BLK_TC_PC)) { |
1050 | return trace_seq_printf(s, "%llu + %u [%d]\n", t_sector(ent), | 1138 | int ret; |
1051 | t_sec(ent), t_error(ent)); | 1139 | |
1052 | return trace_seq_printf(s, "%llu [%d]\n", t_sector(ent), t_error(ent)); | 1140 | ret = blk_log_dump_pdu(s, ent); |
1141 | if (ret) | ||
1142 | return trace_seq_printf(s, "[%d]\n", t_error(ent)); | ||
1143 | return 0; | ||
1144 | } else { | ||
1145 | if (t_sec(ent)) | ||
1146 | return trace_seq_printf(s, "%llu + %u [%d]\n", | ||
1147 | t_sector(ent), | ||
1148 | t_sec(ent), t_error(ent)); | ||
1149 | return trace_seq_printf(s, "%llu [%d]\n", | ||
1150 | t_sector(ent), t_error(ent)); | ||
1151 | } | ||
1053 | } | 1152 | } |
1054 | 1153 | ||
1055 | static int blk_log_remap(struct trace_seq *s, const struct trace_entry *ent) | 1154 | static int blk_log_remap(struct trace_seq *s, const struct trace_entry *ent) |
1056 | { | 1155 | { |
1057 | struct blk_io_trace_remap r = { .device = 0, }; | 1156 | struct blk_io_trace_remap r = { .device_from = 0, }; |
1058 | 1157 | ||
1059 | get_pdu_remap(ent, &r); | 1158 | get_pdu_remap(ent, &r); |
1060 | return trace_seq_printf(s, "%llu + %u <- (%d,%d) %llu\n", | 1159 | return trace_seq_printf(s, "%llu + %u <- (%d,%d) %llu\n", |
1061 | t_sector(ent), | 1160 | t_sector(ent), t_sec(ent), |
1062 | t_sec(ent), MAJOR(r.device), MINOR(r.device), | 1161 | MAJOR(r.device_from), MINOR(r.device_from), |
1063 | (unsigned long long)r.sector); | 1162 | (unsigned long long)r.sector_from); |
1064 | } | 1163 | } |
1065 | 1164 | ||
1066 | static int blk_log_plug(struct trace_seq *s, const struct trace_entry *ent) | 1165 | static int blk_log_plug(struct trace_seq *s, const struct trace_entry *ent) |
@@ -1117,7 +1216,6 @@ static void blk_tracer_print_header(struct seq_file *m) | |||
1117 | static void blk_tracer_start(struct trace_array *tr) | 1216 | static void blk_tracer_start(struct trace_array *tr) |
1118 | { | 1217 | { |
1119 | blk_tracer_enabled = true; | 1218 | blk_tracer_enabled = true; |
1120 | trace_flags &= ~TRACE_ITER_CONTEXT_INFO; | ||
1121 | } | 1219 | } |
1122 | 1220 | ||
1123 | static int blk_tracer_init(struct trace_array *tr) | 1221 | static int blk_tracer_init(struct trace_array *tr) |
@@ -1130,7 +1228,6 @@ static int blk_tracer_init(struct trace_array *tr) | |||
1130 | static void blk_tracer_stop(struct trace_array *tr) | 1228 | static void blk_tracer_stop(struct trace_array *tr) |
1131 | { | 1229 | { |
1132 | blk_tracer_enabled = false; | 1230 | blk_tracer_enabled = false; |
1133 | trace_flags |= TRACE_ITER_CONTEXT_INFO; | ||
1134 | } | 1231 | } |
1135 | 1232 | ||
1136 | static void blk_tracer_reset(struct trace_array *tr) | 1233 | static void blk_tracer_reset(struct trace_array *tr) |
@@ -1182,7 +1279,7 @@ static enum print_line_t print_one_line(struct trace_iterator *iter, | |||
1182 | } | 1279 | } |
1183 | 1280 | ||
1184 | if (unlikely(what == 0 || what >= ARRAY_SIZE(what2act))) | 1281 | if (unlikely(what == 0 || what >= ARRAY_SIZE(what2act))) |
1185 | ret = trace_seq_printf(s, "Bad pc action %x\n", what); | 1282 | ret = trace_seq_printf(s, "Unknown action %x\n", what); |
1186 | else { | 1283 | else { |
1187 | ret = log_action(iter, what2act[what].act[long_act]); | 1284 | ret = log_action(iter, what2act[what].act[long_act]); |
1188 | if (ret) | 1285 | if (ret) |
@@ -1195,9 +1292,6 @@ out: | |||
1195 | static enum print_line_t blk_trace_event_print(struct trace_iterator *iter, | 1292 | static enum print_line_t blk_trace_event_print(struct trace_iterator *iter, |
1196 | int flags) | 1293 | int flags) |
1197 | { | 1294 | { |
1198 | if (!trace_print_context(iter)) | ||
1199 | return TRACE_TYPE_PARTIAL_LINE; | ||
1200 | |||
1201 | return print_one_line(iter, false); | 1295 | return print_one_line(iter, false); |
1202 | } | 1296 | } |
1203 | 1297 | ||
@@ -1232,6 +1326,18 @@ static enum print_line_t blk_tracer_print_line(struct trace_iterator *iter) | |||
1232 | return print_one_line(iter, true); | 1326 | return print_one_line(iter, true); |
1233 | } | 1327 | } |
1234 | 1328 | ||
1329 | static int blk_tracer_set_flag(u32 old_flags, u32 bit, int set) | ||
1330 | { | ||
1331 | /* don't output context-info for blk_classic output */ | ||
1332 | if (bit == TRACE_BLK_OPT_CLASSIC) { | ||
1333 | if (set) | ||
1334 | trace_flags &= ~TRACE_ITER_CONTEXT_INFO; | ||
1335 | else | ||
1336 | trace_flags |= TRACE_ITER_CONTEXT_INFO; | ||
1337 | } | ||
1338 | return 0; | ||
1339 | } | ||
1340 | |||
1235 | static struct tracer blk_tracer __read_mostly = { | 1341 | static struct tracer blk_tracer __read_mostly = { |
1236 | .name = "blk", | 1342 | .name = "blk", |
1237 | .init = blk_tracer_init, | 1343 | .init = blk_tracer_init, |
@@ -1241,6 +1347,7 @@ static struct tracer blk_tracer __read_mostly = { | |||
1241 | .print_header = blk_tracer_print_header, | 1347 | .print_header = blk_tracer_print_header, |
1242 | .print_line = blk_tracer_print_line, | 1348 | .print_line = blk_tracer_print_line, |
1243 | .flags = &blk_tracer_flags, | 1349 | .flags = &blk_tracer_flags, |
1350 | .set_flag = blk_tracer_set_flag, | ||
1244 | }; | 1351 | }; |
1245 | 1352 | ||
1246 | static struct trace_event trace_blk_event = { | 1353 | static struct trace_event trace_blk_event = { |
@@ -1285,7 +1392,8 @@ static int blk_trace_remove_queue(struct request_queue *q) | |||
1285 | /* | 1392 | /* |
1286 | * Setup everything required to start tracing | 1393 | * Setup everything required to start tracing |
1287 | */ | 1394 | */ |
1288 | static int blk_trace_setup_queue(struct request_queue *q, dev_t dev) | 1395 | static int blk_trace_setup_queue(struct request_queue *q, |
1396 | struct block_device *bdev) | ||
1289 | { | 1397 | { |
1290 | struct blk_trace *old_bt, *bt = NULL; | 1398 | struct blk_trace *old_bt, *bt = NULL; |
1291 | int ret = -ENOMEM; | 1399 | int ret = -ENOMEM; |
@@ -1298,9 +1406,10 @@ static int blk_trace_setup_queue(struct request_queue *q, dev_t dev) | |||
1298 | if (!bt->msg_data) | 1406 | if (!bt->msg_data) |
1299 | goto free_bt; | 1407 | goto free_bt; |
1300 | 1408 | ||
1301 | bt->dev = dev; | 1409 | bt->dev = bdev->bd_dev; |
1302 | bt->act_mask = (u16)-1; | 1410 | bt->act_mask = (u16)-1; |
1303 | bt->end_lba = -1ULL; | 1411 | |
1412 | blk_trace_setup_lba(bt, bdev); | ||
1304 | 1413 | ||
1305 | old_bt = xchg(&q->blk_trace, bt); | 1414 | old_bt = xchg(&q->blk_trace, bt); |
1306 | if (old_bt != NULL) { | 1415 | if (old_bt != NULL) { |
@@ -1517,7 +1626,7 @@ static ssize_t sysfs_blk_trace_attr_store(struct device *dev, | |||
1517 | 1626 | ||
1518 | if (attr == &dev_attr_enable) { | 1627 | if (attr == &dev_attr_enable) { |
1519 | if (value) | 1628 | if (value) |
1520 | ret = blk_trace_setup_queue(q, bdev->bd_dev); | 1629 | ret = blk_trace_setup_queue(q, bdev); |
1521 | else | 1630 | else |
1522 | ret = blk_trace_remove_queue(q); | 1631 | ret = blk_trace_remove_queue(q); |
1523 | goto out_unlock_bdev; | 1632 | goto out_unlock_bdev; |
@@ -1525,7 +1634,7 @@ static ssize_t sysfs_blk_trace_attr_store(struct device *dev, | |||
1525 | 1634 | ||
1526 | ret = 0; | 1635 | ret = 0; |
1527 | if (q->blk_trace == NULL) | 1636 | if (q->blk_trace == NULL) |
1528 | ret = blk_trace_setup_queue(q, bdev->bd_dev); | 1637 | ret = blk_trace_setup_queue(q, bdev); |
1529 | 1638 | ||
1530 | if (ret == 0) { | 1639 | if (ret == 0) { |
1531 | if (attr == &dev_attr_act_mask) | 1640 | if (attr == &dev_attr_act_mask) |
@@ -1548,3 +1657,80 @@ out: | |||
1548 | return ret ? ret : count; | 1657 | return ret ? ret : count; |
1549 | } | 1658 | } |
1550 | 1659 | ||
1660 | int blk_trace_init_sysfs(struct device *dev) | ||
1661 | { | ||
1662 | return sysfs_create_group(&dev->kobj, &blk_trace_attr_group); | ||
1663 | } | ||
1664 | |||
1665 | #endif /* CONFIG_BLK_DEV_IO_TRACE */ | ||
1666 | |||
1667 | #ifdef CONFIG_EVENT_TRACING | ||
1668 | |||
1669 | void blk_dump_cmd(char *buf, struct request *rq) | ||
1670 | { | ||
1671 | int i, end; | ||
1672 | int len = rq->cmd_len; | ||
1673 | unsigned char *cmd = rq->cmd; | ||
1674 | |||
1675 | if (!blk_pc_request(rq)) { | ||
1676 | buf[0] = '\0'; | ||
1677 | return; | ||
1678 | } | ||
1679 | |||
1680 | for (end = len - 1; end >= 0; end--) | ||
1681 | if (cmd[end]) | ||
1682 | break; | ||
1683 | end++; | ||
1684 | |||
1685 | for (i = 0; i < len; i++) { | ||
1686 | buf += sprintf(buf, "%s%02x", i == 0 ? "" : " ", cmd[i]); | ||
1687 | if (i == end && end != len - 1) { | ||
1688 | sprintf(buf, " .."); | ||
1689 | break; | ||
1690 | } | ||
1691 | } | ||
1692 | } | ||
1693 | |||
1694 | void blk_fill_rwbs(char *rwbs, u32 rw, int bytes) | ||
1695 | { | ||
1696 | int i = 0; | ||
1697 | |||
1698 | if (rw & WRITE) | ||
1699 | rwbs[i++] = 'W'; | ||
1700 | else if (rw & 1 << BIO_RW_DISCARD) | ||
1701 | rwbs[i++] = 'D'; | ||
1702 | else if (bytes) | ||
1703 | rwbs[i++] = 'R'; | ||
1704 | else | ||
1705 | rwbs[i++] = 'N'; | ||
1706 | |||
1707 | if (rw & 1 << BIO_RW_AHEAD) | ||
1708 | rwbs[i++] = 'A'; | ||
1709 | if (rw & 1 << BIO_RW_BARRIER) | ||
1710 | rwbs[i++] = 'B'; | ||
1711 | if (rw & 1 << BIO_RW_SYNCIO) | ||
1712 | rwbs[i++] = 'S'; | ||
1713 | if (rw & 1 << BIO_RW_META) | ||
1714 | rwbs[i++] = 'M'; | ||
1715 | |||
1716 | rwbs[i] = '\0'; | ||
1717 | } | ||
1718 | |||
1719 | void blk_fill_rwbs_rq(char *rwbs, struct request *rq) | ||
1720 | { | ||
1721 | int rw = rq->cmd_flags & 0x03; | ||
1722 | int bytes; | ||
1723 | |||
1724 | if (blk_discard_rq(rq)) | ||
1725 | rw |= (1 << BIO_RW_DISCARD); | ||
1726 | |||
1727 | if (blk_pc_request(rq)) | ||
1728 | bytes = rq->data_len; | ||
1729 | else | ||
1730 | bytes = rq->hard_nr_sectors << 9; | ||
1731 | |||
1732 | blk_fill_rwbs(rwbs, rw, bytes); | ||
1733 | } | ||
1734 | |||
1735 | #endif /* CONFIG_EVENT_TRACING */ | ||
1736 | |||
diff --git a/kernel/trace/events.c b/kernel/trace/events.c deleted file mode 100644 index 246f2aa6dc46..000000000000 --- a/kernel/trace/events.c +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | /* | ||
2 | * This is the place to register all trace points as events. | ||
3 | */ | ||
4 | |||
5 | #include <linux/stringify.h> | ||
6 | |||
7 | #include <trace/trace_events.h> | ||
8 | |||
9 | #include "trace_output.h" | ||
10 | |||
11 | #include "trace_events_stage_1.h" | ||
12 | #include "trace_events_stage_2.h" | ||
13 | #include "trace_events_stage_3.h" | ||
14 | |||
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c index f1ed080406c3..d6973dfadb36 100644 --- a/kernel/trace/ftrace.c +++ b/kernel/trace/ftrace.c | |||
@@ -29,11 +29,13 @@ | |||
29 | #include <linux/list.h> | 29 | #include <linux/list.h> |
30 | #include <linux/hash.h> | 30 | #include <linux/hash.h> |
31 | 31 | ||
32 | #include <trace/sched.h> | 32 | #include <trace/events/sched.h> |
33 | 33 | ||
34 | #include <asm/ftrace.h> | 34 | #include <asm/ftrace.h> |
35 | #include <asm/setup.h> | ||
35 | 36 | ||
36 | #include "trace.h" | 37 | #include "trace_output.h" |
38 | #include "trace_stat.h" | ||
37 | 39 | ||
38 | #define FTRACE_WARN_ON(cond) \ | 40 | #define FTRACE_WARN_ON(cond) \ |
39 | do { \ | 41 | do { \ |
@@ -68,7 +70,7 @@ static DEFINE_MUTEX(ftrace_lock); | |||
68 | 70 | ||
69 | static struct ftrace_ops ftrace_list_end __read_mostly = | 71 | static struct ftrace_ops ftrace_list_end __read_mostly = |
70 | { | 72 | { |
71 | .func = ftrace_stub, | 73 | .func = ftrace_stub, |
72 | }; | 74 | }; |
73 | 75 | ||
74 | static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end; | 76 | static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end; |
@@ -240,6 +242,580 @@ static void ftrace_update_pid_func(void) | |||
240 | #endif | 242 | #endif |
241 | } | 243 | } |
242 | 244 | ||
245 | #ifdef CONFIG_FUNCTION_PROFILER | ||
246 | struct ftrace_profile { | ||
247 | struct hlist_node node; | ||
248 | unsigned long ip; | ||
249 | unsigned long counter; | ||
250 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | ||
251 | unsigned long long time; | ||
252 | #endif | ||
253 | }; | ||
254 | |||
255 | struct ftrace_profile_page { | ||
256 | struct ftrace_profile_page *next; | ||
257 | unsigned long index; | ||
258 | struct ftrace_profile records[]; | ||
259 | }; | ||
260 | |||
261 | struct ftrace_profile_stat { | ||
262 | atomic_t disabled; | ||
263 | struct hlist_head *hash; | ||
264 | struct ftrace_profile_page *pages; | ||
265 | struct ftrace_profile_page *start; | ||
266 | struct tracer_stat stat; | ||
267 | }; | ||
268 | |||
269 | #define PROFILE_RECORDS_SIZE \ | ||
270 | (PAGE_SIZE - offsetof(struct ftrace_profile_page, records)) | ||
271 | |||
272 | #define PROFILES_PER_PAGE \ | ||
273 | (PROFILE_RECORDS_SIZE / sizeof(struct ftrace_profile)) | ||
274 | |||
275 | static int ftrace_profile_bits __read_mostly; | ||
276 | static int ftrace_profile_enabled __read_mostly; | ||
277 | |||
278 | /* ftrace_profile_lock - synchronize the enable and disable of the profiler */ | ||
279 | static DEFINE_MUTEX(ftrace_profile_lock); | ||
280 | |||
281 | static DEFINE_PER_CPU(struct ftrace_profile_stat, ftrace_profile_stats); | ||
282 | |||
283 | #define FTRACE_PROFILE_HASH_SIZE 1024 /* must be power of 2 */ | ||
284 | |||
285 | static void * | ||
286 | function_stat_next(void *v, int idx) | ||
287 | { | ||
288 | struct ftrace_profile *rec = v; | ||
289 | struct ftrace_profile_page *pg; | ||
290 | |||
291 | pg = (struct ftrace_profile_page *)((unsigned long)rec & PAGE_MASK); | ||
292 | |||
293 | again: | ||
294 | rec++; | ||
295 | if ((void *)rec >= (void *)&pg->records[pg->index]) { | ||
296 | pg = pg->next; | ||
297 | if (!pg) | ||
298 | return NULL; | ||
299 | rec = &pg->records[0]; | ||
300 | if (!rec->counter) | ||
301 | goto again; | ||
302 | } | ||
303 | |||
304 | return rec; | ||
305 | } | ||
306 | |||
307 | static void *function_stat_start(struct tracer_stat *trace) | ||
308 | { | ||
309 | struct ftrace_profile_stat *stat = | ||
310 | container_of(trace, struct ftrace_profile_stat, stat); | ||
311 | |||
312 | if (!stat || !stat->start) | ||
313 | return NULL; | ||
314 | |||
315 | return function_stat_next(&stat->start->records[0], 0); | ||
316 | } | ||
317 | |||
318 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | ||
319 | /* function graph compares on total time */ | ||
320 | static int function_stat_cmp(void *p1, void *p2) | ||
321 | { | ||
322 | struct ftrace_profile *a = p1; | ||
323 | struct ftrace_profile *b = p2; | ||
324 | |||
325 | if (a->time < b->time) | ||
326 | return -1; | ||
327 | if (a->time > b->time) | ||
328 | return 1; | ||
329 | else | ||
330 | return 0; | ||
331 | } | ||
332 | #else | ||
333 | /* not function graph compares against hits */ | ||
334 | static int function_stat_cmp(void *p1, void *p2) | ||
335 | { | ||
336 | struct ftrace_profile *a = p1; | ||
337 | struct ftrace_profile *b = p2; | ||
338 | |||
339 | if (a->counter < b->counter) | ||
340 | return -1; | ||
341 | if (a->counter > b->counter) | ||
342 | return 1; | ||
343 | else | ||
344 | return 0; | ||
345 | } | ||
346 | #endif | ||
347 | |||
348 | static int function_stat_headers(struct seq_file *m) | ||
349 | { | ||
350 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | ||
351 | seq_printf(m, " Function " | ||
352 | "Hit Time Avg\n" | ||
353 | " -------- " | ||
354 | "--- ---- ---\n"); | ||
355 | #else | ||
356 | seq_printf(m, " Function Hit\n" | ||
357 | " -------- ---\n"); | ||
358 | #endif | ||
359 | return 0; | ||
360 | } | ||
361 | |||
362 | static int function_stat_show(struct seq_file *m, void *v) | ||
363 | { | ||
364 | struct ftrace_profile *rec = v; | ||
365 | char str[KSYM_SYMBOL_LEN]; | ||
366 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | ||
367 | static DEFINE_MUTEX(mutex); | ||
368 | static struct trace_seq s; | ||
369 | unsigned long long avg; | ||
370 | #endif | ||
371 | |||
372 | kallsyms_lookup(rec->ip, NULL, NULL, NULL, str); | ||
373 | seq_printf(m, " %-30.30s %10lu", str, rec->counter); | ||
374 | |||
375 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | ||
376 | seq_printf(m, " "); | ||
377 | avg = rec->time; | ||
378 | do_div(avg, rec->counter); | ||
379 | |||
380 | mutex_lock(&mutex); | ||
381 | trace_seq_init(&s); | ||
382 | trace_print_graph_duration(rec->time, &s); | ||
383 | trace_seq_puts(&s, " "); | ||
384 | trace_print_graph_duration(avg, &s); | ||
385 | trace_print_seq(m, &s); | ||
386 | mutex_unlock(&mutex); | ||
387 | #endif | ||
388 | seq_putc(m, '\n'); | ||
389 | |||
390 | return 0; | ||
391 | } | ||
392 | |||
393 | static void ftrace_profile_reset(struct ftrace_profile_stat *stat) | ||
394 | { | ||
395 | struct ftrace_profile_page *pg; | ||
396 | |||
397 | pg = stat->pages = stat->start; | ||
398 | |||
399 | while (pg) { | ||
400 | memset(pg->records, 0, PROFILE_RECORDS_SIZE); | ||
401 | pg->index = 0; | ||
402 | pg = pg->next; | ||
403 | } | ||
404 | |||
405 | memset(stat->hash, 0, | ||
406 | FTRACE_PROFILE_HASH_SIZE * sizeof(struct hlist_head)); | ||
407 | } | ||
408 | |||
409 | int ftrace_profile_pages_init(struct ftrace_profile_stat *stat) | ||
410 | { | ||
411 | struct ftrace_profile_page *pg; | ||
412 | int functions; | ||
413 | int pages; | ||
414 | int i; | ||
415 | |||
416 | /* If we already allocated, do nothing */ | ||
417 | if (stat->pages) | ||
418 | return 0; | ||
419 | |||
420 | stat->pages = (void *)get_zeroed_page(GFP_KERNEL); | ||
421 | if (!stat->pages) | ||
422 | return -ENOMEM; | ||
423 | |||
424 | #ifdef CONFIG_DYNAMIC_FTRACE | ||
425 | functions = ftrace_update_tot_cnt; | ||
426 | #else | ||
427 | /* | ||
428 | * We do not know the number of functions that exist because | ||
429 | * dynamic tracing is what counts them. With past experience | ||
430 | * we have around 20K functions. That should be more than enough. | ||
431 | * It is highly unlikely we will execute every function in | ||
432 | * the kernel. | ||
433 | */ | ||
434 | functions = 20000; | ||
435 | #endif | ||
436 | |||
437 | pg = stat->start = stat->pages; | ||
438 | |||
439 | pages = DIV_ROUND_UP(functions, PROFILES_PER_PAGE); | ||
440 | |||
441 | for (i = 0; i < pages; i++) { | ||
442 | pg->next = (void *)get_zeroed_page(GFP_KERNEL); | ||
443 | if (!pg->next) | ||
444 | goto out_free; | ||
445 | pg = pg->next; | ||
446 | } | ||
447 | |||
448 | return 0; | ||
449 | |||
450 | out_free: | ||
451 | pg = stat->start; | ||
452 | while (pg) { | ||
453 | unsigned long tmp = (unsigned long)pg; | ||
454 | |||
455 | pg = pg->next; | ||
456 | free_page(tmp); | ||
457 | } | ||
458 | |||
459 | free_page((unsigned long)stat->pages); | ||
460 | stat->pages = NULL; | ||
461 | stat->start = NULL; | ||
462 | |||
463 | return -ENOMEM; | ||
464 | } | ||
465 | |||
466 | static int ftrace_profile_init_cpu(int cpu) | ||
467 | { | ||
468 | struct ftrace_profile_stat *stat; | ||
469 | int size; | ||
470 | |||
471 | stat = &per_cpu(ftrace_profile_stats, cpu); | ||
472 | |||
473 | if (stat->hash) { | ||
474 | /* If the profile is already created, simply reset it */ | ||
475 | ftrace_profile_reset(stat); | ||
476 | return 0; | ||
477 | } | ||
478 | |||
479 | /* | ||
480 | * We are profiling all functions, but usually only a few thousand | ||
481 | * functions are hit. We'll make a hash of 1024 items. | ||
482 | */ | ||
483 | size = FTRACE_PROFILE_HASH_SIZE; | ||
484 | |||
485 | stat->hash = kzalloc(sizeof(struct hlist_head) * size, GFP_KERNEL); | ||
486 | |||
487 | if (!stat->hash) | ||
488 | return -ENOMEM; | ||
489 | |||
490 | if (!ftrace_profile_bits) { | ||
491 | size--; | ||
492 | |||
493 | for (; size; size >>= 1) | ||
494 | ftrace_profile_bits++; | ||
495 | } | ||
496 | |||
497 | /* Preallocate the function profiling pages */ | ||
498 | if (ftrace_profile_pages_init(stat) < 0) { | ||
499 | kfree(stat->hash); | ||
500 | stat->hash = NULL; | ||
501 | return -ENOMEM; | ||
502 | } | ||
503 | |||
504 | return 0; | ||
505 | } | ||
506 | |||
507 | static int ftrace_profile_init(void) | ||
508 | { | ||
509 | int cpu; | ||
510 | int ret = 0; | ||
511 | |||
512 | for_each_online_cpu(cpu) { | ||
513 | ret = ftrace_profile_init_cpu(cpu); | ||
514 | if (ret) | ||
515 | break; | ||
516 | } | ||
517 | |||
518 | return ret; | ||
519 | } | ||
520 | |||
521 | /* interrupts must be disabled */ | ||
522 | static struct ftrace_profile * | ||
523 | ftrace_find_profiled_func(struct ftrace_profile_stat *stat, unsigned long ip) | ||
524 | { | ||
525 | struct ftrace_profile *rec; | ||
526 | struct hlist_head *hhd; | ||
527 | struct hlist_node *n; | ||
528 | unsigned long key; | ||
529 | |||
530 | key = hash_long(ip, ftrace_profile_bits); | ||
531 | hhd = &stat->hash[key]; | ||
532 | |||
533 | if (hlist_empty(hhd)) | ||
534 | return NULL; | ||
535 | |||
536 | hlist_for_each_entry_rcu(rec, n, hhd, node) { | ||
537 | if (rec->ip == ip) | ||
538 | return rec; | ||
539 | } | ||
540 | |||
541 | return NULL; | ||
542 | } | ||
543 | |||
544 | static void ftrace_add_profile(struct ftrace_profile_stat *stat, | ||
545 | struct ftrace_profile *rec) | ||
546 | { | ||
547 | unsigned long key; | ||
548 | |||
549 | key = hash_long(rec->ip, ftrace_profile_bits); | ||
550 | hlist_add_head_rcu(&rec->node, &stat->hash[key]); | ||
551 | } | ||
552 | |||
553 | /* | ||
554 | * The memory is already allocated, this simply finds a new record to use. | ||
555 | */ | ||
556 | static struct ftrace_profile * | ||
557 | ftrace_profile_alloc(struct ftrace_profile_stat *stat, unsigned long ip) | ||
558 | { | ||
559 | struct ftrace_profile *rec = NULL; | ||
560 | |||
561 | /* prevent recursion (from NMIs) */ | ||
562 | if (atomic_inc_return(&stat->disabled) != 1) | ||
563 | goto out; | ||
564 | |||
565 | /* | ||
566 | * Try to find the function again since an NMI | ||
567 | * could have added it | ||
568 | */ | ||
569 | rec = ftrace_find_profiled_func(stat, ip); | ||
570 | if (rec) | ||
571 | goto out; | ||
572 | |||
573 | if (stat->pages->index == PROFILES_PER_PAGE) { | ||
574 | if (!stat->pages->next) | ||
575 | goto out; | ||
576 | stat->pages = stat->pages->next; | ||
577 | } | ||
578 | |||
579 | rec = &stat->pages->records[stat->pages->index++]; | ||
580 | rec->ip = ip; | ||
581 | ftrace_add_profile(stat, rec); | ||
582 | |||
583 | out: | ||
584 | atomic_dec(&stat->disabled); | ||
585 | |||
586 | return rec; | ||
587 | } | ||
588 | |||
589 | static void | ||
590 | function_profile_call(unsigned long ip, unsigned long parent_ip) | ||
591 | { | ||
592 | struct ftrace_profile_stat *stat; | ||
593 | struct ftrace_profile *rec; | ||
594 | unsigned long flags; | ||
595 | |||
596 | if (!ftrace_profile_enabled) | ||
597 | return; | ||
598 | |||
599 | local_irq_save(flags); | ||
600 | |||
601 | stat = &__get_cpu_var(ftrace_profile_stats); | ||
602 | if (!stat->hash || !ftrace_profile_enabled) | ||
603 | goto out; | ||
604 | |||
605 | rec = ftrace_find_profiled_func(stat, ip); | ||
606 | if (!rec) { | ||
607 | rec = ftrace_profile_alloc(stat, ip); | ||
608 | if (!rec) | ||
609 | goto out; | ||
610 | } | ||
611 | |||
612 | rec->counter++; | ||
613 | out: | ||
614 | local_irq_restore(flags); | ||
615 | } | ||
616 | |||
617 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | ||
618 | static int profile_graph_entry(struct ftrace_graph_ent *trace) | ||
619 | { | ||
620 | function_profile_call(trace->func, 0); | ||
621 | return 1; | ||
622 | } | ||
623 | |||
624 | static void profile_graph_return(struct ftrace_graph_ret *trace) | ||
625 | { | ||
626 | struct ftrace_profile_stat *stat; | ||
627 | unsigned long long calltime; | ||
628 | struct ftrace_profile *rec; | ||
629 | unsigned long flags; | ||
630 | |||
631 | local_irq_save(flags); | ||
632 | stat = &__get_cpu_var(ftrace_profile_stats); | ||
633 | if (!stat->hash || !ftrace_profile_enabled) | ||
634 | goto out; | ||
635 | |||
636 | calltime = trace->rettime - trace->calltime; | ||
637 | |||
638 | if (!(trace_flags & TRACE_ITER_GRAPH_TIME)) { | ||
639 | int index; | ||
640 | |||
641 | index = trace->depth; | ||
642 | |||
643 | /* Append this call time to the parent time to subtract */ | ||
644 | if (index) | ||
645 | current->ret_stack[index - 1].subtime += calltime; | ||
646 | |||
647 | if (current->ret_stack[index].subtime < calltime) | ||
648 | calltime -= current->ret_stack[index].subtime; | ||
649 | else | ||
650 | calltime = 0; | ||
651 | } | ||
652 | |||
653 | rec = ftrace_find_profiled_func(stat, trace->func); | ||
654 | if (rec) | ||
655 | rec->time += calltime; | ||
656 | |||
657 | out: | ||
658 | local_irq_restore(flags); | ||
659 | } | ||
660 | |||
661 | static int register_ftrace_profiler(void) | ||
662 | { | ||
663 | return register_ftrace_graph(&profile_graph_return, | ||
664 | &profile_graph_entry); | ||
665 | } | ||
666 | |||
667 | static void unregister_ftrace_profiler(void) | ||
668 | { | ||
669 | unregister_ftrace_graph(); | ||
670 | } | ||
671 | #else | ||
672 | static struct ftrace_ops ftrace_profile_ops __read_mostly = | ||
673 | { | ||
674 | .func = function_profile_call, | ||
675 | }; | ||
676 | |||
677 | static int register_ftrace_profiler(void) | ||
678 | { | ||
679 | return register_ftrace_function(&ftrace_profile_ops); | ||
680 | } | ||
681 | |||
682 | static void unregister_ftrace_profiler(void) | ||
683 | { | ||
684 | unregister_ftrace_function(&ftrace_profile_ops); | ||
685 | } | ||
686 | #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ | ||
687 | |||
688 | static ssize_t | ||
689 | ftrace_profile_write(struct file *filp, const char __user *ubuf, | ||
690 | size_t cnt, loff_t *ppos) | ||
691 | { | ||
692 | unsigned long val; | ||
693 | char buf[64]; /* big enough to hold a number */ | ||
694 | int ret; | ||
695 | |||
696 | if (cnt >= sizeof(buf)) | ||
697 | return -EINVAL; | ||
698 | |||
699 | if (copy_from_user(&buf, ubuf, cnt)) | ||
700 | return -EFAULT; | ||
701 | |||
702 | buf[cnt] = 0; | ||
703 | |||
704 | ret = strict_strtoul(buf, 10, &val); | ||
705 | if (ret < 0) | ||
706 | return ret; | ||
707 | |||
708 | val = !!val; | ||
709 | |||
710 | mutex_lock(&ftrace_profile_lock); | ||
711 | if (ftrace_profile_enabled ^ val) { | ||
712 | if (val) { | ||
713 | ret = ftrace_profile_init(); | ||
714 | if (ret < 0) { | ||
715 | cnt = ret; | ||
716 | goto out; | ||
717 | } | ||
718 | |||
719 | ret = register_ftrace_profiler(); | ||
720 | if (ret < 0) { | ||
721 | cnt = ret; | ||
722 | goto out; | ||
723 | } | ||
724 | ftrace_profile_enabled = 1; | ||
725 | } else { | ||
726 | ftrace_profile_enabled = 0; | ||
727 | /* | ||
728 | * unregister_ftrace_profiler calls stop_machine | ||
729 | * so this acts like an synchronize_sched. | ||
730 | */ | ||
731 | unregister_ftrace_profiler(); | ||
732 | } | ||
733 | } | ||
734 | out: | ||
735 | mutex_unlock(&ftrace_profile_lock); | ||
736 | |||
737 | filp->f_pos += cnt; | ||
738 | |||
739 | return cnt; | ||
740 | } | ||
741 | |||
742 | static ssize_t | ||
743 | ftrace_profile_read(struct file *filp, char __user *ubuf, | ||
744 | size_t cnt, loff_t *ppos) | ||
745 | { | ||
746 | char buf[64]; /* big enough to hold a number */ | ||
747 | int r; | ||
748 | |||
749 | r = sprintf(buf, "%u\n", ftrace_profile_enabled); | ||
750 | return simple_read_from_buffer(ubuf, cnt, ppos, buf, r); | ||
751 | } | ||
752 | |||
753 | static const struct file_operations ftrace_profile_fops = { | ||
754 | .open = tracing_open_generic, | ||
755 | .read = ftrace_profile_read, | ||
756 | .write = ftrace_profile_write, | ||
757 | }; | ||
758 | |||
759 | /* used to initialize the real stat files */ | ||
760 | static struct tracer_stat function_stats __initdata = { | ||
761 | .name = "functions", | ||
762 | .stat_start = function_stat_start, | ||
763 | .stat_next = function_stat_next, | ||
764 | .stat_cmp = function_stat_cmp, | ||
765 | .stat_headers = function_stat_headers, | ||
766 | .stat_show = function_stat_show | ||
767 | }; | ||
768 | |||
769 | static void ftrace_profile_debugfs(struct dentry *d_tracer) | ||
770 | { | ||
771 | struct ftrace_profile_stat *stat; | ||
772 | struct dentry *entry; | ||
773 | char *name; | ||
774 | int ret; | ||
775 | int cpu; | ||
776 | |||
777 | for_each_possible_cpu(cpu) { | ||
778 | stat = &per_cpu(ftrace_profile_stats, cpu); | ||
779 | |||
780 | /* allocate enough for function name + cpu number */ | ||
781 | name = kmalloc(32, GFP_KERNEL); | ||
782 | if (!name) { | ||
783 | /* | ||
784 | * The files created are permanent, if something happens | ||
785 | * we still do not free memory. | ||
786 | */ | ||
787 | kfree(stat); | ||
788 | WARN(1, | ||
789 | "Could not allocate stat file for cpu %d\n", | ||
790 | cpu); | ||
791 | return; | ||
792 | } | ||
793 | stat->stat = function_stats; | ||
794 | snprintf(name, 32, "function%d", cpu); | ||
795 | stat->stat.name = name; | ||
796 | ret = register_stat_tracer(&stat->stat); | ||
797 | if (ret) { | ||
798 | WARN(1, | ||
799 | "Could not register function stat for cpu %d\n", | ||
800 | cpu); | ||
801 | kfree(name); | ||
802 | return; | ||
803 | } | ||
804 | } | ||
805 | |||
806 | entry = debugfs_create_file("function_profile_enabled", 0644, | ||
807 | d_tracer, NULL, &ftrace_profile_fops); | ||
808 | if (!entry) | ||
809 | pr_warning("Could not create debugfs " | ||
810 | "'function_profile_enabled' entry\n"); | ||
811 | } | ||
812 | |||
813 | #else /* CONFIG_FUNCTION_PROFILER */ | ||
814 | static void ftrace_profile_debugfs(struct dentry *d_tracer) | ||
815 | { | ||
816 | } | ||
817 | #endif /* CONFIG_FUNCTION_PROFILER */ | ||
818 | |||
243 | /* set when tracing only a pid */ | 819 | /* set when tracing only a pid */ |
244 | struct pid *ftrace_pid_trace; | 820 | struct pid *ftrace_pid_trace; |
245 | static struct pid * const ftrace_swapper_pid = &init_struct_pid; | 821 | static struct pid * const ftrace_swapper_pid = &init_struct_pid; |
@@ -261,7 +837,6 @@ struct ftrace_func_probe { | |||
261 | struct rcu_head rcu; | 837 | struct rcu_head rcu; |
262 | }; | 838 | }; |
263 | 839 | ||
264 | |||
265 | enum { | 840 | enum { |
266 | FTRACE_ENABLE_CALLS = (1 << 0), | 841 | FTRACE_ENABLE_CALLS = (1 << 0), |
267 | FTRACE_DISABLE_CALLS = (1 << 1), | 842 | FTRACE_DISABLE_CALLS = (1 << 1), |
@@ -346,30 +921,6 @@ static void ftrace_free_rec(struct dyn_ftrace *rec) | |||
346 | rec->flags |= FTRACE_FL_FREE; | 921 | rec->flags |= FTRACE_FL_FREE; |
347 | } | 922 | } |
348 | 923 | ||
349 | void ftrace_release(void *start, unsigned long size) | ||
350 | { | ||
351 | struct dyn_ftrace *rec; | ||
352 | struct ftrace_page *pg; | ||
353 | unsigned long s = (unsigned long)start; | ||
354 | unsigned long e = s + size; | ||
355 | |||
356 | if (ftrace_disabled || !start) | ||
357 | return; | ||
358 | |||
359 | mutex_lock(&ftrace_lock); | ||
360 | do_for_each_ftrace_rec(pg, rec) { | ||
361 | if ((rec->ip >= s) && (rec->ip < e)) { | ||
362 | /* | ||
363 | * rec->ip is changed in ftrace_free_rec() | ||
364 | * It should not between s and e if record was freed. | ||
365 | */ | ||
366 | FTRACE_WARN_ON(rec->flags & FTRACE_FL_FREE); | ||
367 | ftrace_free_rec(rec); | ||
368 | } | ||
369 | } while_for_each_ftrace_rec(); | ||
370 | mutex_unlock(&ftrace_lock); | ||
371 | } | ||
372 | |||
373 | static struct dyn_ftrace *ftrace_alloc_dyn_node(unsigned long ip) | 924 | static struct dyn_ftrace *ftrace_alloc_dyn_node(unsigned long ip) |
374 | { | 925 | { |
375 | struct dyn_ftrace *rec; | 926 | struct dyn_ftrace *rec; |
@@ -1408,7 +1959,7 @@ function_trace_probe_call(unsigned long ip, unsigned long parent_ip) | |||
1408 | 1959 | ||
1409 | static struct ftrace_ops trace_probe_ops __read_mostly = | 1960 | static struct ftrace_ops trace_probe_ops __read_mostly = |
1410 | { | 1961 | { |
1411 | .func = function_trace_probe_call, | 1962 | .func = function_trace_probe_call, |
1412 | }; | 1963 | }; |
1413 | 1964 | ||
1414 | static int ftrace_probe_registered; | 1965 | static int ftrace_probe_registered; |
@@ -1823,6 +2374,45 @@ void ftrace_set_notrace(unsigned char *buf, int len, int reset) | |||
1823 | ftrace_set_regex(buf, len, reset, 0); | 2374 | ftrace_set_regex(buf, len, reset, 0); |
1824 | } | 2375 | } |
1825 | 2376 | ||
2377 | /* | ||
2378 | * command line interface to allow users to set filters on boot up. | ||
2379 | */ | ||
2380 | #define FTRACE_FILTER_SIZE COMMAND_LINE_SIZE | ||
2381 | static char ftrace_notrace_buf[FTRACE_FILTER_SIZE] __initdata; | ||
2382 | static char ftrace_filter_buf[FTRACE_FILTER_SIZE] __initdata; | ||
2383 | |||
2384 | static int __init set_ftrace_notrace(char *str) | ||
2385 | { | ||
2386 | strncpy(ftrace_notrace_buf, str, FTRACE_FILTER_SIZE); | ||
2387 | return 1; | ||
2388 | } | ||
2389 | __setup("ftrace_notrace=", set_ftrace_notrace); | ||
2390 | |||
2391 | static int __init set_ftrace_filter(char *str) | ||
2392 | { | ||
2393 | strncpy(ftrace_filter_buf, str, FTRACE_FILTER_SIZE); | ||
2394 | return 1; | ||
2395 | } | ||
2396 | __setup("ftrace_filter=", set_ftrace_filter); | ||
2397 | |||
2398 | static void __init set_ftrace_early_filter(char *buf, int enable) | ||
2399 | { | ||
2400 | char *func; | ||
2401 | |||
2402 | while (buf) { | ||
2403 | func = strsep(&buf, ","); | ||
2404 | ftrace_set_regex(func, strlen(func), 0, enable); | ||
2405 | } | ||
2406 | } | ||
2407 | |||
2408 | static void __init set_ftrace_early_filters(void) | ||
2409 | { | ||
2410 | if (ftrace_filter_buf[0]) | ||
2411 | set_ftrace_early_filter(ftrace_filter_buf, 1); | ||
2412 | if (ftrace_notrace_buf[0]) | ||
2413 | set_ftrace_early_filter(ftrace_notrace_buf, 0); | ||
2414 | } | ||
2415 | |||
1826 | static int | 2416 | static int |
1827 | ftrace_regex_release(struct inode *inode, struct file *file, int enable) | 2417 | ftrace_regex_release(struct inode *inode, struct file *file, int enable) |
1828 | { | 2418 | { |
@@ -2128,38 +2718,23 @@ static const struct file_operations ftrace_graph_fops = { | |||
2128 | 2718 | ||
2129 | static __init int ftrace_init_dyn_debugfs(struct dentry *d_tracer) | 2719 | static __init int ftrace_init_dyn_debugfs(struct dentry *d_tracer) |
2130 | { | 2720 | { |
2131 | struct dentry *entry; | ||
2132 | 2721 | ||
2133 | entry = debugfs_create_file("available_filter_functions", 0444, | 2722 | trace_create_file("available_filter_functions", 0444, |
2134 | d_tracer, NULL, &ftrace_avail_fops); | 2723 | d_tracer, NULL, &ftrace_avail_fops); |
2135 | if (!entry) | ||
2136 | pr_warning("Could not create debugfs " | ||
2137 | "'available_filter_functions' entry\n"); | ||
2138 | 2724 | ||
2139 | entry = debugfs_create_file("failures", 0444, | 2725 | trace_create_file("failures", 0444, |
2140 | d_tracer, NULL, &ftrace_failures_fops); | 2726 | d_tracer, NULL, &ftrace_failures_fops); |
2141 | if (!entry) | ||
2142 | pr_warning("Could not create debugfs 'failures' entry\n"); | ||
2143 | 2727 | ||
2144 | entry = debugfs_create_file("set_ftrace_filter", 0644, d_tracer, | 2728 | trace_create_file("set_ftrace_filter", 0644, d_tracer, |
2145 | NULL, &ftrace_filter_fops); | 2729 | NULL, &ftrace_filter_fops); |
2146 | if (!entry) | ||
2147 | pr_warning("Could not create debugfs " | ||
2148 | "'set_ftrace_filter' entry\n"); | ||
2149 | 2730 | ||
2150 | entry = debugfs_create_file("set_ftrace_notrace", 0644, d_tracer, | 2731 | trace_create_file("set_ftrace_notrace", 0644, d_tracer, |
2151 | NULL, &ftrace_notrace_fops); | 2732 | NULL, &ftrace_notrace_fops); |
2152 | if (!entry) | ||
2153 | pr_warning("Could not create debugfs " | ||
2154 | "'set_ftrace_notrace' entry\n"); | ||
2155 | 2733 | ||
2156 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | 2734 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER |
2157 | entry = debugfs_create_file("set_graph_function", 0444, d_tracer, | 2735 | trace_create_file("set_graph_function", 0444, d_tracer, |
2158 | NULL, | 2736 | NULL, |
2159 | &ftrace_graph_fops); | 2737 | &ftrace_graph_fops); |
2160 | if (!entry) | ||
2161 | pr_warning("Could not create debugfs " | ||
2162 | "'set_graph_function' entry\n"); | ||
2163 | #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ | 2738 | #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ |
2164 | 2739 | ||
2165 | return 0; | 2740 | return 0; |
@@ -2197,14 +2772,72 @@ static int ftrace_convert_nops(struct module *mod, | |||
2197 | return 0; | 2772 | return 0; |
2198 | } | 2773 | } |
2199 | 2774 | ||
2200 | void ftrace_init_module(struct module *mod, | 2775 | #ifdef CONFIG_MODULES |
2201 | unsigned long *start, unsigned long *end) | 2776 | void ftrace_release(void *start, void *end) |
2777 | { | ||
2778 | struct dyn_ftrace *rec; | ||
2779 | struct ftrace_page *pg; | ||
2780 | unsigned long s = (unsigned long)start; | ||
2781 | unsigned long e = (unsigned long)end; | ||
2782 | |||
2783 | if (ftrace_disabled || !start || start == end) | ||
2784 | return; | ||
2785 | |||
2786 | mutex_lock(&ftrace_lock); | ||
2787 | do_for_each_ftrace_rec(pg, rec) { | ||
2788 | if ((rec->ip >= s) && (rec->ip < e)) { | ||
2789 | /* | ||
2790 | * rec->ip is changed in ftrace_free_rec() | ||
2791 | * It should not between s and e if record was freed. | ||
2792 | */ | ||
2793 | FTRACE_WARN_ON(rec->flags & FTRACE_FL_FREE); | ||
2794 | ftrace_free_rec(rec); | ||
2795 | } | ||
2796 | } while_for_each_ftrace_rec(); | ||
2797 | mutex_unlock(&ftrace_lock); | ||
2798 | } | ||
2799 | |||
2800 | static void ftrace_init_module(struct module *mod, | ||
2801 | unsigned long *start, unsigned long *end) | ||
2202 | { | 2802 | { |
2203 | if (ftrace_disabled || start == end) | 2803 | if (ftrace_disabled || start == end) |
2204 | return; | 2804 | return; |
2205 | ftrace_convert_nops(mod, start, end); | 2805 | ftrace_convert_nops(mod, start, end); |
2206 | } | 2806 | } |
2207 | 2807 | ||
2808 | static int ftrace_module_notify(struct notifier_block *self, | ||
2809 | unsigned long val, void *data) | ||
2810 | { | ||
2811 | struct module *mod = data; | ||
2812 | |||
2813 | switch (val) { | ||
2814 | case MODULE_STATE_COMING: | ||
2815 | ftrace_init_module(mod, mod->ftrace_callsites, | ||
2816 | mod->ftrace_callsites + | ||
2817 | mod->num_ftrace_callsites); | ||
2818 | break; | ||
2819 | case MODULE_STATE_GOING: | ||
2820 | ftrace_release(mod->ftrace_callsites, | ||
2821 | mod->ftrace_callsites + | ||
2822 | mod->num_ftrace_callsites); | ||
2823 | break; | ||
2824 | } | ||
2825 | |||
2826 | return 0; | ||
2827 | } | ||
2828 | #else | ||
2829 | static int ftrace_module_notify(struct notifier_block *self, | ||
2830 | unsigned long val, void *data) | ||
2831 | { | ||
2832 | return 0; | ||
2833 | } | ||
2834 | #endif /* CONFIG_MODULES */ | ||
2835 | |||
2836 | struct notifier_block ftrace_module_nb = { | ||
2837 | .notifier_call = ftrace_module_notify, | ||
2838 | .priority = 0, | ||
2839 | }; | ||
2840 | |||
2208 | extern unsigned long __start_mcount_loc[]; | 2841 | extern unsigned long __start_mcount_loc[]; |
2209 | extern unsigned long __stop_mcount_loc[]; | 2842 | extern unsigned long __stop_mcount_loc[]; |
2210 | 2843 | ||
@@ -2236,6 +2869,12 @@ void __init ftrace_init(void) | |||
2236 | __start_mcount_loc, | 2869 | __start_mcount_loc, |
2237 | __stop_mcount_loc); | 2870 | __stop_mcount_loc); |
2238 | 2871 | ||
2872 | ret = register_module_notifier(&ftrace_module_nb); | ||
2873 | if (ret) | ||
2874 | pr_warning("Failed to register trace ftrace module notifier\n"); | ||
2875 | |||
2876 | set_ftrace_early_filters(); | ||
2877 | |||
2239 | return; | 2878 | return; |
2240 | failed: | 2879 | failed: |
2241 | ftrace_disabled = 1; | 2880 | ftrace_disabled = 1; |
@@ -2417,7 +3056,6 @@ static const struct file_operations ftrace_pid_fops = { | |||
2417 | static __init int ftrace_init_debugfs(void) | 3056 | static __init int ftrace_init_debugfs(void) |
2418 | { | 3057 | { |
2419 | struct dentry *d_tracer; | 3058 | struct dentry *d_tracer; |
2420 | struct dentry *entry; | ||
2421 | 3059 | ||
2422 | d_tracer = tracing_init_dentry(); | 3060 | d_tracer = tracing_init_dentry(); |
2423 | if (!d_tracer) | 3061 | if (!d_tracer) |
@@ -2425,11 +3063,11 @@ static __init int ftrace_init_debugfs(void) | |||
2425 | 3063 | ||
2426 | ftrace_init_dyn_debugfs(d_tracer); | 3064 | ftrace_init_dyn_debugfs(d_tracer); |
2427 | 3065 | ||
2428 | entry = debugfs_create_file("set_ftrace_pid", 0644, d_tracer, | 3066 | trace_create_file("set_ftrace_pid", 0644, d_tracer, |
2429 | NULL, &ftrace_pid_fops); | 3067 | NULL, &ftrace_pid_fops); |
2430 | if (!entry) | 3068 | |
2431 | pr_warning("Could not create debugfs " | 3069 | ftrace_profile_debugfs(d_tracer); |
2432 | "'set_ftrace_pid' entry\n"); | 3070 | |
2433 | return 0; | 3071 | return 0; |
2434 | } | 3072 | } |
2435 | fs_initcall(ftrace_init_debugfs); | 3073 | fs_initcall(ftrace_init_debugfs); |
@@ -2538,7 +3176,7 @@ ftrace_enable_sysctl(struct ctl_table *table, int write, | |||
2538 | 3176 | ||
2539 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | 3177 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER |
2540 | 3178 | ||
2541 | static atomic_t ftrace_graph_active; | 3179 | static int ftrace_graph_active; |
2542 | static struct notifier_block ftrace_suspend_notifier; | 3180 | static struct notifier_block ftrace_suspend_notifier; |
2543 | 3181 | ||
2544 | int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) | 3182 | int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) |
@@ -2690,7 +3328,7 @@ int register_ftrace_graph(trace_func_graph_ret_t retfunc, | |||
2690 | mutex_lock(&ftrace_lock); | 3328 | mutex_lock(&ftrace_lock); |
2691 | 3329 | ||
2692 | /* we currently allow only one tracer registered at a time */ | 3330 | /* we currently allow only one tracer registered at a time */ |
2693 | if (atomic_read(&ftrace_graph_active)) { | 3331 | if (ftrace_graph_active) { |
2694 | ret = -EBUSY; | 3332 | ret = -EBUSY; |
2695 | goto out; | 3333 | goto out; |
2696 | } | 3334 | } |
@@ -2698,10 +3336,10 @@ int register_ftrace_graph(trace_func_graph_ret_t retfunc, | |||
2698 | ftrace_suspend_notifier.notifier_call = ftrace_suspend_notifier_call; | 3336 | ftrace_suspend_notifier.notifier_call = ftrace_suspend_notifier_call; |
2699 | register_pm_notifier(&ftrace_suspend_notifier); | 3337 | register_pm_notifier(&ftrace_suspend_notifier); |
2700 | 3338 | ||
2701 | atomic_inc(&ftrace_graph_active); | 3339 | ftrace_graph_active++; |
2702 | ret = start_graph_tracing(); | 3340 | ret = start_graph_tracing(); |
2703 | if (ret) { | 3341 | if (ret) { |
2704 | atomic_dec(&ftrace_graph_active); | 3342 | ftrace_graph_active--; |
2705 | goto out; | 3343 | goto out; |
2706 | } | 3344 | } |
2707 | 3345 | ||
@@ -2719,10 +3357,10 @@ void unregister_ftrace_graph(void) | |||
2719 | { | 3357 | { |
2720 | mutex_lock(&ftrace_lock); | 3358 | mutex_lock(&ftrace_lock); |
2721 | 3359 | ||
2722 | if (!unlikely(atomic_read(&ftrace_graph_active))) | 3360 | if (unlikely(!ftrace_graph_active)) |
2723 | goto out; | 3361 | goto out; |
2724 | 3362 | ||
2725 | atomic_dec(&ftrace_graph_active); | 3363 | ftrace_graph_active--; |
2726 | unregister_trace_sched_switch(ftrace_graph_probe_sched_switch); | 3364 | unregister_trace_sched_switch(ftrace_graph_probe_sched_switch); |
2727 | ftrace_graph_return = (trace_func_graph_ret_t)ftrace_stub; | 3365 | ftrace_graph_return = (trace_func_graph_ret_t)ftrace_stub; |
2728 | ftrace_graph_entry = ftrace_graph_entry_stub; | 3366 | ftrace_graph_entry = ftrace_graph_entry_stub; |
@@ -2736,7 +3374,7 @@ void unregister_ftrace_graph(void) | |||
2736 | /* Allocate a return stack for newly created task */ | 3374 | /* Allocate a return stack for newly created task */ |
2737 | void ftrace_graph_init_task(struct task_struct *t) | 3375 | void ftrace_graph_init_task(struct task_struct *t) |
2738 | { | 3376 | { |
2739 | if (atomic_read(&ftrace_graph_active)) { | 3377 | if (ftrace_graph_active) { |
2740 | t->ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH | 3378 | t->ret_stack = kmalloc(FTRACE_RETFUNC_DEPTH |
2741 | * sizeof(struct ftrace_ret_stack), | 3379 | * sizeof(struct ftrace_ret_stack), |
2742 | GFP_KERNEL); | 3380 | GFP_KERNEL); |
diff --git a/kernel/trace/kmemtrace.c b/kernel/trace/kmemtrace.c index 5011f4d91e37..86cdf671d7e2 100644 --- a/kernel/trace/kmemtrace.c +++ b/kernel/trace/kmemtrace.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/dcache.h> | 12 | #include <linux/dcache.h> |
13 | #include <linux/fs.h> | 13 | #include <linux/fs.h> |
14 | 14 | ||
15 | #include <trace/kmemtrace.h> | 15 | #include <linux/kmemtrace.h> |
16 | 16 | ||
17 | #include "trace_output.h" | 17 | #include "trace_output.h" |
18 | #include "trace.h" | 18 | #include "trace.h" |
@@ -42,6 +42,7 @@ static inline void kmemtrace_alloc(enum kmemtrace_type_id type_id, | |||
42 | gfp_t gfp_flags, | 42 | gfp_t gfp_flags, |
43 | int node) | 43 | int node) |
44 | { | 44 | { |
45 | struct ftrace_event_call *call = &event_kmem_alloc; | ||
45 | struct trace_array *tr = kmemtrace_array; | 46 | struct trace_array *tr = kmemtrace_array; |
46 | struct kmemtrace_alloc_entry *entry; | 47 | struct kmemtrace_alloc_entry *entry; |
47 | struct ring_buffer_event *event; | 48 | struct ring_buffer_event *event; |
@@ -62,7 +63,8 @@ static inline void kmemtrace_alloc(enum kmemtrace_type_id type_id, | |||
62 | entry->gfp_flags = gfp_flags; | 63 | entry->gfp_flags = gfp_flags; |
63 | entry->node = node; | 64 | entry->node = node; |
64 | 65 | ||
65 | ring_buffer_unlock_commit(tr->buffer, event); | 66 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
67 | ring_buffer_unlock_commit(tr->buffer, event); | ||
66 | 68 | ||
67 | trace_wake_up(); | 69 | trace_wake_up(); |
68 | } | 70 | } |
@@ -71,6 +73,7 @@ static inline void kmemtrace_free(enum kmemtrace_type_id type_id, | |||
71 | unsigned long call_site, | 73 | unsigned long call_site, |
72 | const void *ptr) | 74 | const void *ptr) |
73 | { | 75 | { |
76 | struct ftrace_event_call *call = &event_kmem_free; | ||
74 | struct trace_array *tr = kmemtrace_array; | 77 | struct trace_array *tr = kmemtrace_array; |
75 | struct kmemtrace_free_entry *entry; | 78 | struct kmemtrace_free_entry *entry; |
76 | struct ring_buffer_event *event; | 79 | struct ring_buffer_event *event; |
@@ -86,7 +89,8 @@ static inline void kmemtrace_free(enum kmemtrace_type_id type_id, | |||
86 | entry->call_site = call_site; | 89 | entry->call_site = call_site; |
87 | entry->ptr = ptr; | 90 | entry->ptr = ptr; |
88 | 91 | ||
89 | ring_buffer_unlock_commit(tr->buffer, event); | 92 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
93 | ring_buffer_unlock_commit(tr->buffer, event); | ||
90 | 94 | ||
91 | trace_wake_up(); | 95 | trace_wake_up(); |
92 | } | 96 | } |
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 960cbf44c844..2e642b2b7253 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c | |||
@@ -22,6 +22,28 @@ | |||
22 | #include "trace.h" | 22 | #include "trace.h" |
23 | 23 | ||
24 | /* | 24 | /* |
25 | * The ring buffer header is special. We must manually up keep it. | ||
26 | */ | ||
27 | int ring_buffer_print_entry_header(struct trace_seq *s) | ||
28 | { | ||
29 | int ret; | ||
30 | |||
31 | ret = trace_seq_printf(s, "# compressed entry header\n"); | ||
32 | ret = trace_seq_printf(s, "\ttype_len : 5 bits\n"); | ||
33 | ret = trace_seq_printf(s, "\ttime_delta : 27 bits\n"); | ||
34 | ret = trace_seq_printf(s, "\tarray : 32 bits\n"); | ||
35 | ret = trace_seq_printf(s, "\n"); | ||
36 | ret = trace_seq_printf(s, "\tpadding : type == %d\n", | ||
37 | RINGBUF_TYPE_PADDING); | ||
38 | ret = trace_seq_printf(s, "\ttime_extend : type == %d\n", | ||
39 | RINGBUF_TYPE_TIME_EXTEND); | ||
40 | ret = trace_seq_printf(s, "\tdata max type_len == %d\n", | ||
41 | RINGBUF_TYPE_DATA_TYPE_LEN_MAX); | ||
42 | |||
43 | return ret; | ||
44 | } | ||
45 | |||
46 | /* | ||
25 | * The ring buffer is made up of a list of pages. A separate list of pages is | 47 | * The ring buffer is made up of a list of pages. A separate list of pages is |
26 | * allocated for each CPU. A writer may only write to a buffer that is | 48 | * allocated for each CPU. A writer may only write to a buffer that is |
27 | * associated with the CPU it is currently executing on. A reader may read | 49 | * associated with the CPU it is currently executing on. A reader may read |
@@ -182,7 +204,10 @@ EXPORT_SYMBOL_GPL(tracing_is_on); | |||
182 | 204 | ||
183 | #define RB_EVNT_HDR_SIZE (offsetof(struct ring_buffer_event, array)) | 205 | #define RB_EVNT_HDR_SIZE (offsetof(struct ring_buffer_event, array)) |
184 | #define RB_ALIGNMENT 4U | 206 | #define RB_ALIGNMENT 4U |
185 | #define RB_MAX_SMALL_DATA 28 | 207 | #define RB_MAX_SMALL_DATA (RB_ALIGNMENT * RINGBUF_TYPE_DATA_TYPE_LEN_MAX) |
208 | |||
209 | /* define RINGBUF_TYPE_DATA for 'case RINGBUF_TYPE_DATA:' */ | ||
210 | #define RINGBUF_TYPE_DATA 0 ... RINGBUF_TYPE_DATA_TYPE_LEN_MAX | ||
186 | 211 | ||
187 | enum { | 212 | enum { |
188 | RB_LEN_TIME_EXTEND = 8, | 213 | RB_LEN_TIME_EXTEND = 8, |
@@ -191,48 +216,28 @@ enum { | |||
191 | 216 | ||
192 | static inline int rb_null_event(struct ring_buffer_event *event) | 217 | static inline int rb_null_event(struct ring_buffer_event *event) |
193 | { | 218 | { |
194 | return event->type == RINGBUF_TYPE_PADDING && event->time_delta == 0; | 219 | return event->type_len == RINGBUF_TYPE_PADDING |
220 | && event->time_delta == 0; | ||
195 | } | 221 | } |
196 | 222 | ||
197 | static inline int rb_discarded_event(struct ring_buffer_event *event) | 223 | static inline int rb_discarded_event(struct ring_buffer_event *event) |
198 | { | 224 | { |
199 | return event->type == RINGBUF_TYPE_PADDING && event->time_delta; | 225 | return event->type_len == RINGBUF_TYPE_PADDING && event->time_delta; |
200 | } | 226 | } |
201 | 227 | ||
202 | static void rb_event_set_padding(struct ring_buffer_event *event) | 228 | static void rb_event_set_padding(struct ring_buffer_event *event) |
203 | { | 229 | { |
204 | event->type = RINGBUF_TYPE_PADDING; | 230 | event->type_len = RINGBUF_TYPE_PADDING; |
205 | event->time_delta = 0; | 231 | event->time_delta = 0; |
206 | } | 232 | } |
207 | 233 | ||
208 | /** | ||
209 | * ring_buffer_event_discard - discard an event in the ring buffer | ||
210 | * @buffer: the ring buffer | ||
211 | * @event: the event to discard | ||
212 | * | ||
213 | * Sometimes a event that is in the ring buffer needs to be ignored. | ||
214 | * This function lets the user discard an event in the ring buffer | ||
215 | * and then that event will not be read later. | ||
216 | * | ||
217 | * Note, it is up to the user to be careful with this, and protect | ||
218 | * against races. If the user discards an event that has been consumed | ||
219 | * it is possible that it could corrupt the ring buffer. | ||
220 | */ | ||
221 | void ring_buffer_event_discard(struct ring_buffer_event *event) | ||
222 | { | ||
223 | event->type = RINGBUF_TYPE_PADDING; | ||
224 | /* time delta must be non zero */ | ||
225 | if (!event->time_delta) | ||
226 | event->time_delta = 1; | ||
227 | } | ||
228 | |||
229 | static unsigned | 234 | static unsigned |
230 | rb_event_data_length(struct ring_buffer_event *event) | 235 | rb_event_data_length(struct ring_buffer_event *event) |
231 | { | 236 | { |
232 | unsigned length; | 237 | unsigned length; |
233 | 238 | ||
234 | if (event->len) | 239 | if (event->type_len) |
235 | length = event->len * RB_ALIGNMENT; | 240 | length = event->type_len * RB_ALIGNMENT; |
236 | else | 241 | else |
237 | length = event->array[0]; | 242 | length = event->array[0]; |
238 | return length + RB_EVNT_HDR_SIZE; | 243 | return length + RB_EVNT_HDR_SIZE; |
@@ -242,12 +247,12 @@ rb_event_data_length(struct ring_buffer_event *event) | |||
242 | static unsigned | 247 | static unsigned |
243 | rb_event_length(struct ring_buffer_event *event) | 248 | rb_event_length(struct ring_buffer_event *event) |
244 | { | 249 | { |
245 | switch (event->type) { | 250 | switch (event->type_len) { |
246 | case RINGBUF_TYPE_PADDING: | 251 | case RINGBUF_TYPE_PADDING: |
247 | if (rb_null_event(event)) | 252 | if (rb_null_event(event)) |
248 | /* undefined */ | 253 | /* undefined */ |
249 | return -1; | 254 | return -1; |
250 | return rb_event_data_length(event); | 255 | return event->array[0] + RB_EVNT_HDR_SIZE; |
251 | 256 | ||
252 | case RINGBUF_TYPE_TIME_EXTEND: | 257 | case RINGBUF_TYPE_TIME_EXTEND: |
253 | return RB_LEN_TIME_EXTEND; | 258 | return RB_LEN_TIME_EXTEND; |
@@ -271,7 +276,7 @@ rb_event_length(struct ring_buffer_event *event) | |||
271 | unsigned ring_buffer_event_length(struct ring_buffer_event *event) | 276 | unsigned ring_buffer_event_length(struct ring_buffer_event *event) |
272 | { | 277 | { |
273 | unsigned length = rb_event_length(event); | 278 | unsigned length = rb_event_length(event); |
274 | if (event->type != RINGBUF_TYPE_DATA) | 279 | if (event->type_len > RINGBUF_TYPE_DATA_TYPE_LEN_MAX) |
275 | return length; | 280 | return length; |
276 | length -= RB_EVNT_HDR_SIZE; | 281 | length -= RB_EVNT_HDR_SIZE; |
277 | if (length > RB_MAX_SMALL_DATA + sizeof(event->array[0])) | 282 | if (length > RB_MAX_SMALL_DATA + sizeof(event->array[0])) |
@@ -284,9 +289,9 @@ EXPORT_SYMBOL_GPL(ring_buffer_event_length); | |||
284 | static void * | 289 | static void * |
285 | rb_event_data(struct ring_buffer_event *event) | 290 | rb_event_data(struct ring_buffer_event *event) |
286 | { | 291 | { |
287 | BUG_ON(event->type != RINGBUF_TYPE_DATA); | 292 | BUG_ON(event->type_len > RINGBUF_TYPE_DATA_TYPE_LEN_MAX); |
288 | /* If length is in len field, then array[0] has the data */ | 293 | /* If length is in len field, then array[0] has the data */ |
289 | if (event->len) | 294 | if (event->type_len) |
290 | return (void *)&event->array[0]; | 295 | return (void *)&event->array[0]; |
291 | /* Otherwise length is in array[0] and array[1] has the data */ | 296 | /* Otherwise length is in array[0] and array[1] has the data */ |
292 | return (void *)&event->array[1]; | 297 | return (void *)&event->array[1]; |
@@ -316,9 +321,10 @@ struct buffer_data_page { | |||
316 | }; | 321 | }; |
317 | 322 | ||
318 | struct buffer_page { | 323 | struct buffer_page { |
324 | struct list_head list; /* list of buffer pages */ | ||
319 | local_t write; /* index for next write */ | 325 | local_t write; /* index for next write */ |
320 | unsigned read; /* index for next read */ | 326 | unsigned read; /* index for next read */ |
321 | struct list_head list; /* list of free pages */ | 327 | local_t entries; /* entries on this page */ |
322 | struct buffer_data_page *page; /* Actual data page */ | 328 | struct buffer_data_page *page; /* Actual data page */ |
323 | }; | 329 | }; |
324 | 330 | ||
@@ -361,6 +367,34 @@ static inline int test_time_stamp(u64 delta) | |||
361 | 367 | ||
362 | #define BUF_PAGE_SIZE (PAGE_SIZE - BUF_PAGE_HDR_SIZE) | 368 | #define BUF_PAGE_SIZE (PAGE_SIZE - BUF_PAGE_HDR_SIZE) |
363 | 369 | ||
370 | /* Max payload is BUF_PAGE_SIZE - header (8bytes) */ | ||
371 | #define BUF_MAX_DATA_SIZE (BUF_PAGE_SIZE - (sizeof(u32) * 2)) | ||
372 | |||
373 | /* Max number of timestamps that can fit on a page */ | ||
374 | #define RB_TIMESTAMPS_PER_PAGE (BUF_PAGE_SIZE / RB_LEN_TIME_STAMP) | ||
375 | |||
376 | int ring_buffer_print_page_header(struct trace_seq *s) | ||
377 | { | ||
378 | struct buffer_data_page field; | ||
379 | int ret; | ||
380 | |||
381 | ret = trace_seq_printf(s, "\tfield: u64 timestamp;\t" | ||
382 | "offset:0;\tsize:%u;\n", | ||
383 | (unsigned int)sizeof(field.time_stamp)); | ||
384 | |||
385 | ret = trace_seq_printf(s, "\tfield: local_t commit;\t" | ||
386 | "offset:%u;\tsize:%u;\n", | ||
387 | (unsigned int)offsetof(typeof(field), commit), | ||
388 | (unsigned int)sizeof(field.commit)); | ||
389 | |||
390 | ret = trace_seq_printf(s, "\tfield: char data;\t" | ||
391 | "offset:%u;\tsize:%u;\n", | ||
392 | (unsigned int)offsetof(typeof(field), data), | ||
393 | (unsigned int)BUF_PAGE_SIZE); | ||
394 | |||
395 | return ret; | ||
396 | } | ||
397 | |||
364 | /* | 398 | /* |
365 | * head_page == tail_page && head == tail then buffer is empty. | 399 | * head_page == tail_page && head == tail then buffer is empty. |
366 | */ | 400 | */ |
@@ -375,8 +409,11 @@ struct ring_buffer_per_cpu { | |||
375 | struct buffer_page *tail_page; /* write to tail */ | 409 | struct buffer_page *tail_page; /* write to tail */ |
376 | struct buffer_page *commit_page; /* committed pages */ | 410 | struct buffer_page *commit_page; /* committed pages */ |
377 | struct buffer_page *reader_page; | 411 | struct buffer_page *reader_page; |
412 | unsigned long nmi_dropped; | ||
413 | unsigned long commit_overrun; | ||
378 | unsigned long overrun; | 414 | unsigned long overrun; |
379 | unsigned long entries; | 415 | unsigned long read; |
416 | local_t entries; | ||
380 | u64 write_stamp; | 417 | u64 write_stamp; |
381 | u64 read_stamp; | 418 | u64 read_stamp; |
382 | atomic_t record_disabled; | 419 | atomic_t record_disabled; |
@@ -389,6 +426,8 @@ struct ring_buffer { | |||
389 | atomic_t record_disabled; | 426 | atomic_t record_disabled; |
390 | cpumask_var_t cpumask; | 427 | cpumask_var_t cpumask; |
391 | 428 | ||
429 | struct lock_class_key *reader_lock_key; | ||
430 | |||
392 | struct mutex mutex; | 431 | struct mutex mutex; |
393 | 432 | ||
394 | struct ring_buffer_per_cpu **buffers; | 433 | struct ring_buffer_per_cpu **buffers; |
@@ -420,13 +459,18 @@ struct ring_buffer_iter { | |||
420 | /* Up this if you want to test the TIME_EXTENTS and normalization */ | 459 | /* Up this if you want to test the TIME_EXTENTS and normalization */ |
421 | #define DEBUG_SHIFT 0 | 460 | #define DEBUG_SHIFT 0 |
422 | 461 | ||
462 | static inline u64 rb_time_stamp(struct ring_buffer *buffer, int cpu) | ||
463 | { | ||
464 | /* shift to debug/test normalization and TIME_EXTENTS */ | ||
465 | return buffer->clock() << DEBUG_SHIFT; | ||
466 | } | ||
467 | |||
423 | u64 ring_buffer_time_stamp(struct ring_buffer *buffer, int cpu) | 468 | u64 ring_buffer_time_stamp(struct ring_buffer *buffer, int cpu) |
424 | { | 469 | { |
425 | u64 time; | 470 | u64 time; |
426 | 471 | ||
427 | preempt_disable_notrace(); | 472 | preempt_disable_notrace(); |
428 | /* shift to debug/test normalization and TIME_EXTENTS */ | 473 | time = rb_time_stamp(buffer, cpu); |
429 | time = buffer->clock() << DEBUG_SHIFT; | ||
430 | preempt_enable_no_resched_notrace(); | 474 | preempt_enable_no_resched_notrace(); |
431 | 475 | ||
432 | return time; | 476 | return time; |
@@ -523,6 +567,7 @@ rb_allocate_cpu_buffer(struct ring_buffer *buffer, int cpu) | |||
523 | cpu_buffer->cpu = cpu; | 567 | cpu_buffer->cpu = cpu; |
524 | cpu_buffer->buffer = buffer; | 568 | cpu_buffer->buffer = buffer; |
525 | spin_lock_init(&cpu_buffer->reader_lock); | 569 | spin_lock_init(&cpu_buffer->reader_lock); |
570 | lockdep_set_class(&cpu_buffer->reader_lock, buffer->reader_lock_key); | ||
526 | cpu_buffer->lock = (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; | 571 | cpu_buffer->lock = (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; |
527 | INIT_LIST_HEAD(&cpu_buffer->pages); | 572 | INIT_LIST_HEAD(&cpu_buffer->pages); |
528 | 573 | ||
@@ -593,7 +638,8 @@ static int rb_cpu_notify(struct notifier_block *self, | |||
593 | * when the buffer wraps. If this flag is not set, the buffer will | 638 | * when the buffer wraps. If this flag is not set, the buffer will |
594 | * drop data when the tail hits the head. | 639 | * drop data when the tail hits the head. |
595 | */ | 640 | */ |
596 | struct ring_buffer *ring_buffer_alloc(unsigned long size, unsigned flags) | 641 | struct ring_buffer *__ring_buffer_alloc(unsigned long size, unsigned flags, |
642 | struct lock_class_key *key) | ||
597 | { | 643 | { |
598 | struct ring_buffer *buffer; | 644 | struct ring_buffer *buffer; |
599 | int bsize; | 645 | int bsize; |
@@ -616,6 +662,7 @@ struct ring_buffer *ring_buffer_alloc(unsigned long size, unsigned flags) | |||
616 | buffer->pages = DIV_ROUND_UP(size, BUF_PAGE_SIZE); | 662 | buffer->pages = DIV_ROUND_UP(size, BUF_PAGE_SIZE); |
617 | buffer->flags = flags; | 663 | buffer->flags = flags; |
618 | buffer->clock = trace_clock_local; | 664 | buffer->clock = trace_clock_local; |
665 | buffer->reader_lock_key = key; | ||
619 | 666 | ||
620 | /* need at least two pages */ | 667 | /* need at least two pages */ |
621 | if (buffer->pages == 1) | 668 | if (buffer->pages == 1) |
@@ -673,7 +720,7 @@ struct ring_buffer *ring_buffer_alloc(unsigned long size, unsigned flags) | |||
673 | kfree(buffer); | 720 | kfree(buffer); |
674 | return NULL; | 721 | return NULL; |
675 | } | 722 | } |
676 | EXPORT_SYMBOL_GPL(ring_buffer_alloc); | 723 | EXPORT_SYMBOL_GPL(__ring_buffer_alloc); |
677 | 724 | ||
678 | /** | 725 | /** |
679 | * ring_buffer_free - free a ring buffer. | 726 | * ring_buffer_free - free a ring buffer. |
@@ -947,31 +994,6 @@ static inline unsigned rb_head_size(struct ring_buffer_per_cpu *cpu_buffer) | |||
947 | return rb_page_commit(cpu_buffer->head_page); | 994 | return rb_page_commit(cpu_buffer->head_page); |
948 | } | 995 | } |
949 | 996 | ||
950 | /* | ||
951 | * When the tail hits the head and the buffer is in overwrite mode, | ||
952 | * the head jumps to the next page and all content on the previous | ||
953 | * page is discarded. But before doing so, we update the overrun | ||
954 | * variable of the buffer. | ||
955 | */ | ||
956 | static void rb_update_overflow(struct ring_buffer_per_cpu *cpu_buffer) | ||
957 | { | ||
958 | struct ring_buffer_event *event; | ||
959 | unsigned long head; | ||
960 | |||
961 | for (head = 0; head < rb_head_size(cpu_buffer); | ||
962 | head += rb_event_length(event)) { | ||
963 | |||
964 | event = __rb_page_index(cpu_buffer->head_page, head); | ||
965 | if (RB_WARN_ON(cpu_buffer, rb_null_event(event))) | ||
966 | return; | ||
967 | /* Only count data entries */ | ||
968 | if (event->type != RINGBUF_TYPE_DATA) | ||
969 | continue; | ||
970 | cpu_buffer->overrun++; | ||
971 | cpu_buffer->entries--; | ||
972 | } | ||
973 | } | ||
974 | |||
975 | static inline void rb_inc_page(struct ring_buffer_per_cpu *cpu_buffer, | 997 | static inline void rb_inc_page(struct ring_buffer_per_cpu *cpu_buffer, |
976 | struct buffer_page **bpage) | 998 | struct buffer_page **bpage) |
977 | { | 999 | { |
@@ -991,7 +1013,7 @@ rb_event_index(struct ring_buffer_event *event) | |||
991 | return (addr & ~PAGE_MASK) - (PAGE_SIZE - BUF_PAGE_SIZE); | 1013 | return (addr & ~PAGE_MASK) - (PAGE_SIZE - BUF_PAGE_SIZE); |
992 | } | 1014 | } |
993 | 1015 | ||
994 | static int | 1016 | static inline int |
995 | rb_is_commit(struct ring_buffer_per_cpu *cpu_buffer, | 1017 | rb_is_commit(struct ring_buffer_per_cpu *cpu_buffer, |
996 | struct ring_buffer_event *event) | 1018 | struct ring_buffer_event *event) |
997 | { | 1019 | { |
@@ -1110,28 +1132,21 @@ static void | |||
1110 | rb_update_event(struct ring_buffer_event *event, | 1132 | rb_update_event(struct ring_buffer_event *event, |
1111 | unsigned type, unsigned length) | 1133 | unsigned type, unsigned length) |
1112 | { | 1134 | { |
1113 | event->type = type; | 1135 | event->type_len = type; |
1114 | 1136 | ||
1115 | switch (type) { | 1137 | switch (type) { |
1116 | 1138 | ||
1117 | case RINGBUF_TYPE_PADDING: | 1139 | case RINGBUF_TYPE_PADDING: |
1118 | break; | ||
1119 | |||
1120 | case RINGBUF_TYPE_TIME_EXTEND: | 1140 | case RINGBUF_TYPE_TIME_EXTEND: |
1121 | event->len = DIV_ROUND_UP(RB_LEN_TIME_EXTEND, RB_ALIGNMENT); | ||
1122 | break; | ||
1123 | |||
1124 | case RINGBUF_TYPE_TIME_STAMP: | 1141 | case RINGBUF_TYPE_TIME_STAMP: |
1125 | event->len = DIV_ROUND_UP(RB_LEN_TIME_STAMP, RB_ALIGNMENT); | ||
1126 | break; | 1142 | break; |
1127 | 1143 | ||
1128 | case RINGBUF_TYPE_DATA: | 1144 | case 0: |
1129 | length -= RB_EVNT_HDR_SIZE; | 1145 | length -= RB_EVNT_HDR_SIZE; |
1130 | if (length > RB_MAX_SMALL_DATA) { | 1146 | if (length > RB_MAX_SMALL_DATA) |
1131 | event->len = 0; | ||
1132 | event->array[0] = length; | 1147 | event->array[0] = length; |
1133 | } else | 1148 | else |
1134 | event->len = DIV_ROUND_UP(length, RB_ALIGNMENT); | 1149 | event->type_len = DIV_ROUND_UP(length, RB_ALIGNMENT); |
1135 | break; | 1150 | break; |
1136 | default: | 1151 | default: |
1137 | BUG(); | 1152 | BUG(); |
@@ -1155,131 +1170,156 @@ static unsigned rb_calculate_event_length(unsigned length) | |||
1155 | return length; | 1170 | return length; |
1156 | } | 1171 | } |
1157 | 1172 | ||
1173 | |||
1158 | static struct ring_buffer_event * | 1174 | static struct ring_buffer_event * |
1159 | __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer, | 1175 | rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer, |
1160 | unsigned type, unsigned long length, u64 *ts) | 1176 | unsigned long length, unsigned long tail, |
1177 | struct buffer_page *commit_page, | ||
1178 | struct buffer_page *tail_page, u64 *ts) | ||
1161 | { | 1179 | { |
1162 | struct buffer_page *tail_page, *head_page, *reader_page, *commit_page; | 1180 | struct buffer_page *next_page, *head_page, *reader_page; |
1163 | unsigned long tail, write; | ||
1164 | struct ring_buffer *buffer = cpu_buffer->buffer; | 1181 | struct ring_buffer *buffer = cpu_buffer->buffer; |
1165 | struct ring_buffer_event *event; | 1182 | struct ring_buffer_event *event; |
1166 | unsigned long flags; | ||
1167 | bool lock_taken = false; | 1183 | bool lock_taken = false; |
1184 | unsigned long flags; | ||
1168 | 1185 | ||
1169 | commit_page = cpu_buffer->commit_page; | 1186 | next_page = tail_page; |
1170 | /* we just need to protect against interrupts */ | ||
1171 | barrier(); | ||
1172 | tail_page = cpu_buffer->tail_page; | ||
1173 | write = local_add_return(length, &tail_page->write); | ||
1174 | tail = write - length; | ||
1175 | 1187 | ||
1176 | /* See if we shot pass the end of this buffer page */ | 1188 | local_irq_save(flags); |
1177 | if (write > BUF_PAGE_SIZE) { | 1189 | /* |
1178 | struct buffer_page *next_page = tail_page; | 1190 | * Since the write to the buffer is still not |
1191 | * fully lockless, we must be careful with NMIs. | ||
1192 | * The locks in the writers are taken when a write | ||
1193 | * crosses to a new page. The locks protect against | ||
1194 | * races with the readers (this will soon be fixed | ||
1195 | * with a lockless solution). | ||
1196 | * | ||
1197 | * Because we can not protect against NMIs, and we | ||
1198 | * want to keep traces reentrant, we need to manage | ||
1199 | * what happens when we are in an NMI. | ||
1200 | * | ||
1201 | * NMIs can happen after we take the lock. | ||
1202 | * If we are in an NMI, only take the lock | ||
1203 | * if it is not already taken. Otherwise | ||
1204 | * simply fail. | ||
1205 | */ | ||
1206 | if (unlikely(in_nmi())) { | ||
1207 | if (!__raw_spin_trylock(&cpu_buffer->lock)) { | ||
1208 | cpu_buffer->nmi_dropped++; | ||
1209 | goto out_reset; | ||
1210 | } | ||
1211 | } else | ||
1212 | __raw_spin_lock(&cpu_buffer->lock); | ||
1179 | 1213 | ||
1180 | local_irq_save(flags); | 1214 | lock_taken = true; |
1181 | /* | ||
1182 | * Since the write to the buffer is still not | ||
1183 | * fully lockless, we must be careful with NMIs. | ||
1184 | * The locks in the writers are taken when a write | ||
1185 | * crosses to a new page. The locks protect against | ||
1186 | * races with the readers (this will soon be fixed | ||
1187 | * with a lockless solution). | ||
1188 | * | ||
1189 | * Because we can not protect against NMIs, and we | ||
1190 | * want to keep traces reentrant, we need to manage | ||
1191 | * what happens when we are in an NMI. | ||
1192 | * | ||
1193 | * NMIs can happen after we take the lock. | ||
1194 | * If we are in an NMI, only take the lock | ||
1195 | * if it is not already taken. Otherwise | ||
1196 | * simply fail. | ||
1197 | */ | ||
1198 | if (unlikely(in_nmi())) { | ||
1199 | if (!__raw_spin_trylock(&cpu_buffer->lock)) | ||
1200 | goto out_reset; | ||
1201 | } else | ||
1202 | __raw_spin_lock(&cpu_buffer->lock); | ||
1203 | 1215 | ||
1204 | lock_taken = true; | 1216 | rb_inc_page(cpu_buffer, &next_page); |
1205 | 1217 | ||
1206 | rb_inc_page(cpu_buffer, &next_page); | 1218 | head_page = cpu_buffer->head_page; |
1219 | reader_page = cpu_buffer->reader_page; | ||
1207 | 1220 | ||
1208 | head_page = cpu_buffer->head_page; | 1221 | /* we grabbed the lock before incrementing */ |
1209 | reader_page = cpu_buffer->reader_page; | 1222 | if (RB_WARN_ON(cpu_buffer, next_page == reader_page)) |
1223 | goto out_reset; | ||
1210 | 1224 | ||
1211 | /* we grabbed the lock before incrementing */ | 1225 | /* |
1212 | if (RB_WARN_ON(cpu_buffer, next_page == reader_page)) | 1226 | * If for some reason, we had an interrupt storm that made |
1213 | goto out_reset; | 1227 | * it all the way around the buffer, bail, and warn |
1228 | * about it. | ||
1229 | */ | ||
1230 | if (unlikely(next_page == commit_page)) { | ||
1231 | cpu_buffer->commit_overrun++; | ||
1232 | goto out_reset; | ||
1233 | } | ||
1214 | 1234 | ||
1215 | /* | 1235 | if (next_page == head_page) { |
1216 | * If for some reason, we had an interrupt storm that made | 1236 | if (!(buffer->flags & RB_FL_OVERWRITE)) |
1217 | * it all the way around the buffer, bail, and warn | ||
1218 | * about it. | ||
1219 | */ | ||
1220 | if (unlikely(next_page == commit_page)) { | ||
1221 | WARN_ON_ONCE(1); | ||
1222 | goto out_reset; | 1237 | goto out_reset; |
1223 | } | ||
1224 | 1238 | ||
1225 | if (next_page == head_page) { | 1239 | /* tail_page has not moved yet? */ |
1226 | if (!(buffer->flags & RB_FL_OVERWRITE)) | 1240 | if (tail_page == cpu_buffer->tail_page) { |
1227 | goto out_reset; | 1241 | /* count overflows */ |
1228 | 1242 | cpu_buffer->overrun += | |
1229 | /* tail_page has not moved yet? */ | 1243 | local_read(&head_page->entries); |
1230 | if (tail_page == cpu_buffer->tail_page) { | ||
1231 | /* count overflows */ | ||
1232 | rb_update_overflow(cpu_buffer); | ||
1233 | 1244 | ||
1234 | rb_inc_page(cpu_buffer, &head_page); | 1245 | rb_inc_page(cpu_buffer, &head_page); |
1235 | cpu_buffer->head_page = head_page; | 1246 | cpu_buffer->head_page = head_page; |
1236 | cpu_buffer->head_page->read = 0; | 1247 | cpu_buffer->head_page->read = 0; |
1237 | } | ||
1238 | } | 1248 | } |
1249 | } | ||
1239 | 1250 | ||
1240 | /* | 1251 | /* |
1241 | * If the tail page is still the same as what we think | 1252 | * If the tail page is still the same as what we think |
1242 | * it is, then it is up to us to update the tail | 1253 | * it is, then it is up to us to update the tail |
1243 | * pointer. | 1254 | * pointer. |
1244 | */ | 1255 | */ |
1245 | if (tail_page == cpu_buffer->tail_page) { | 1256 | if (tail_page == cpu_buffer->tail_page) { |
1246 | local_set(&next_page->write, 0); | 1257 | local_set(&next_page->write, 0); |
1247 | local_set(&next_page->page->commit, 0); | 1258 | local_set(&next_page->entries, 0); |
1248 | cpu_buffer->tail_page = next_page; | 1259 | local_set(&next_page->page->commit, 0); |
1260 | cpu_buffer->tail_page = next_page; | ||
1261 | |||
1262 | /* reread the time stamp */ | ||
1263 | *ts = rb_time_stamp(buffer, cpu_buffer->cpu); | ||
1264 | cpu_buffer->tail_page->page->time_stamp = *ts; | ||
1265 | } | ||
1249 | 1266 | ||
1250 | /* reread the time stamp */ | 1267 | /* |
1251 | *ts = ring_buffer_time_stamp(buffer, cpu_buffer->cpu); | 1268 | * The actual tail page has moved forward. |
1252 | cpu_buffer->tail_page->page->time_stamp = *ts; | 1269 | */ |
1253 | } | 1270 | if (tail < BUF_PAGE_SIZE) { |
1271 | /* Mark the rest of the page with padding */ | ||
1272 | event = __rb_page_index(tail_page, tail); | ||
1273 | rb_event_set_padding(event); | ||
1274 | } | ||
1254 | 1275 | ||
1255 | /* | 1276 | /* Set the write back to the previous setting */ |
1256 | * The actual tail page has moved forward. | 1277 | local_sub(length, &tail_page->write); |
1257 | */ | ||
1258 | if (tail < BUF_PAGE_SIZE) { | ||
1259 | /* Mark the rest of the page with padding */ | ||
1260 | event = __rb_page_index(tail_page, tail); | ||
1261 | rb_event_set_padding(event); | ||
1262 | } | ||
1263 | 1278 | ||
1264 | if (tail <= BUF_PAGE_SIZE) | 1279 | /* |
1265 | /* Set the write back to the previous setting */ | 1280 | * If this was a commit entry that failed, |
1266 | local_set(&tail_page->write, tail); | 1281 | * increment that too |
1282 | */ | ||
1283 | if (tail_page == cpu_buffer->commit_page && | ||
1284 | tail == rb_commit_index(cpu_buffer)) { | ||
1285 | rb_set_commit_to_write(cpu_buffer); | ||
1286 | } | ||
1267 | 1287 | ||
1268 | /* | 1288 | __raw_spin_unlock(&cpu_buffer->lock); |
1269 | * If this was a commit entry that failed, | 1289 | local_irq_restore(flags); |
1270 | * increment that too | 1290 | |
1271 | */ | 1291 | /* fail and let the caller try again */ |
1272 | if (tail_page == cpu_buffer->commit_page && | 1292 | return ERR_PTR(-EAGAIN); |
1273 | tail == rb_commit_index(cpu_buffer)) { | 1293 | |
1274 | rb_set_commit_to_write(cpu_buffer); | 1294 | out_reset: |
1275 | } | 1295 | /* reset write */ |
1296 | local_sub(length, &tail_page->write); | ||
1276 | 1297 | ||
1298 | if (likely(lock_taken)) | ||
1277 | __raw_spin_unlock(&cpu_buffer->lock); | 1299 | __raw_spin_unlock(&cpu_buffer->lock); |
1278 | local_irq_restore(flags); | 1300 | local_irq_restore(flags); |
1301 | return NULL; | ||
1302 | } | ||
1279 | 1303 | ||
1280 | /* fail and let the caller try again */ | 1304 | static struct ring_buffer_event * |
1281 | return ERR_PTR(-EAGAIN); | 1305 | __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer, |
1282 | } | 1306 | unsigned type, unsigned long length, u64 *ts) |
1307 | { | ||
1308 | struct buffer_page *tail_page, *commit_page; | ||
1309 | struct ring_buffer_event *event; | ||
1310 | unsigned long tail, write; | ||
1311 | |||
1312 | commit_page = cpu_buffer->commit_page; | ||
1313 | /* we just need to protect against interrupts */ | ||
1314 | barrier(); | ||
1315 | tail_page = cpu_buffer->tail_page; | ||
1316 | write = local_add_return(length, &tail_page->write); | ||
1317 | tail = write - length; | ||
1318 | |||
1319 | /* See if we shot pass the end of this buffer page */ | ||
1320 | if (write > BUF_PAGE_SIZE) | ||
1321 | return rb_move_tail(cpu_buffer, length, tail, | ||
1322 | commit_page, tail_page, ts); | ||
1283 | 1323 | ||
1284 | /* We reserved something on the buffer */ | 1324 | /* We reserved something on the buffer */ |
1285 | 1325 | ||
@@ -1289,6 +1329,10 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer, | |||
1289 | event = __rb_page_index(tail_page, tail); | 1329 | event = __rb_page_index(tail_page, tail); |
1290 | rb_update_event(event, type, length); | 1330 | rb_update_event(event, type, length); |
1291 | 1331 | ||
1332 | /* The passed in type is zero for DATA */ | ||
1333 | if (likely(!type)) | ||
1334 | local_inc(&tail_page->entries); | ||
1335 | |||
1292 | /* | 1336 | /* |
1293 | * If this is a commit and the tail is zero, then update | 1337 | * If this is a commit and the tail is zero, then update |
1294 | * this page's time stamp. | 1338 | * this page's time stamp. |
@@ -1297,16 +1341,38 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer, | |||
1297 | cpu_buffer->commit_page->page->time_stamp = *ts; | 1341 | cpu_buffer->commit_page->page->time_stamp = *ts; |
1298 | 1342 | ||
1299 | return event; | 1343 | return event; |
1344 | } | ||
1300 | 1345 | ||
1301 | out_reset: | 1346 | static inline int |
1302 | /* reset write */ | 1347 | rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer, |
1303 | if (tail <= BUF_PAGE_SIZE) | 1348 | struct ring_buffer_event *event) |
1304 | local_set(&tail_page->write, tail); | 1349 | { |
1350 | unsigned long new_index, old_index; | ||
1351 | struct buffer_page *bpage; | ||
1352 | unsigned long index; | ||
1353 | unsigned long addr; | ||
1305 | 1354 | ||
1306 | if (likely(lock_taken)) | 1355 | new_index = rb_event_index(event); |
1307 | __raw_spin_unlock(&cpu_buffer->lock); | 1356 | old_index = new_index + rb_event_length(event); |
1308 | local_irq_restore(flags); | 1357 | addr = (unsigned long)event; |
1309 | return NULL; | 1358 | addr &= PAGE_MASK; |
1359 | |||
1360 | bpage = cpu_buffer->tail_page; | ||
1361 | |||
1362 | if (bpage->page == (void *)addr && rb_page_write(bpage) == old_index) { | ||
1363 | /* | ||
1364 | * This is on the tail page. It is possible that | ||
1365 | * a write could come in and move the tail page | ||
1366 | * and write to the next page. That is fine | ||
1367 | * because we just shorten what is on this page. | ||
1368 | */ | ||
1369 | index = local_cmpxchg(&bpage->write, old_index, new_index); | ||
1370 | if (index == old_index) | ||
1371 | return 1; | ||
1372 | } | ||
1373 | |||
1374 | /* could not discard */ | ||
1375 | return 0; | ||
1310 | } | 1376 | } |
1311 | 1377 | ||
1312 | static int | 1378 | static int |
@@ -1351,16 +1417,23 @@ rb_add_time_stamp(struct ring_buffer_per_cpu *cpu_buffer, | |||
1351 | event->array[0] = *delta >> TS_SHIFT; | 1417 | event->array[0] = *delta >> TS_SHIFT; |
1352 | } else { | 1418 | } else { |
1353 | cpu_buffer->commit_page->page->time_stamp = *ts; | 1419 | cpu_buffer->commit_page->page->time_stamp = *ts; |
1354 | event->time_delta = 0; | 1420 | /* try to discard, since we do not need this */ |
1355 | event->array[0] = 0; | 1421 | if (!rb_try_to_discard(cpu_buffer, event)) { |
1422 | /* nope, just zero it */ | ||
1423 | event->time_delta = 0; | ||
1424 | event->array[0] = 0; | ||
1425 | } | ||
1356 | } | 1426 | } |
1357 | cpu_buffer->write_stamp = *ts; | 1427 | cpu_buffer->write_stamp = *ts; |
1358 | /* let the caller know this was the commit */ | 1428 | /* let the caller know this was the commit */ |
1359 | ret = 1; | 1429 | ret = 1; |
1360 | } else { | 1430 | } else { |
1361 | /* Darn, this is just wasted space */ | 1431 | /* Try to discard the event */ |
1362 | event->time_delta = 0; | 1432 | if (!rb_try_to_discard(cpu_buffer, event)) { |
1363 | event->array[0] = 0; | 1433 | /* Darn, this is just wasted space */ |
1434 | event->time_delta = 0; | ||
1435 | event->array[0] = 0; | ||
1436 | } | ||
1364 | ret = 0; | 1437 | ret = 0; |
1365 | } | 1438 | } |
1366 | 1439 | ||
@@ -1371,13 +1444,14 @@ rb_add_time_stamp(struct ring_buffer_per_cpu *cpu_buffer, | |||
1371 | 1444 | ||
1372 | static struct ring_buffer_event * | 1445 | static struct ring_buffer_event * |
1373 | rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, | 1446 | rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, |
1374 | unsigned type, unsigned long length) | 1447 | unsigned long length) |
1375 | { | 1448 | { |
1376 | struct ring_buffer_event *event; | 1449 | struct ring_buffer_event *event; |
1377 | u64 ts, delta; | 1450 | u64 ts, delta = 0; |
1378 | int commit = 0; | 1451 | int commit = 0; |
1379 | int nr_loops = 0; | 1452 | int nr_loops = 0; |
1380 | 1453 | ||
1454 | length = rb_calculate_event_length(length); | ||
1381 | again: | 1455 | again: |
1382 | /* | 1456 | /* |
1383 | * We allow for interrupts to reenter here and do a trace. | 1457 | * We allow for interrupts to reenter here and do a trace. |
@@ -1391,7 +1465,7 @@ rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, | |||
1391 | if (RB_WARN_ON(cpu_buffer, ++nr_loops > 1000)) | 1465 | if (RB_WARN_ON(cpu_buffer, ++nr_loops > 1000)) |
1392 | return NULL; | 1466 | return NULL; |
1393 | 1467 | ||
1394 | ts = ring_buffer_time_stamp(cpu_buffer->buffer, cpu_buffer->cpu); | 1468 | ts = rb_time_stamp(cpu_buffer->buffer, cpu_buffer->cpu); |
1395 | 1469 | ||
1396 | /* | 1470 | /* |
1397 | * Only the first commit can update the timestamp. | 1471 | * Only the first commit can update the timestamp. |
@@ -1401,23 +1475,24 @@ rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, | |||
1401 | * also be made. But only the entry that did the actual | 1475 | * also be made. But only the entry that did the actual |
1402 | * commit will be something other than zero. | 1476 | * commit will be something other than zero. |
1403 | */ | 1477 | */ |
1404 | if (cpu_buffer->tail_page == cpu_buffer->commit_page && | 1478 | if (likely(cpu_buffer->tail_page == cpu_buffer->commit_page && |
1405 | rb_page_write(cpu_buffer->tail_page) == | 1479 | rb_page_write(cpu_buffer->tail_page) == |
1406 | rb_commit_index(cpu_buffer)) { | 1480 | rb_commit_index(cpu_buffer))) { |
1481 | u64 diff; | ||
1407 | 1482 | ||
1408 | delta = ts - cpu_buffer->write_stamp; | 1483 | diff = ts - cpu_buffer->write_stamp; |
1409 | 1484 | ||
1410 | /* make sure this delta is calculated here */ | 1485 | /* make sure this diff is calculated here */ |
1411 | barrier(); | 1486 | barrier(); |
1412 | 1487 | ||
1413 | /* Did the write stamp get updated already? */ | 1488 | /* Did the write stamp get updated already? */ |
1414 | if (unlikely(ts < cpu_buffer->write_stamp)) | 1489 | if (unlikely(ts < cpu_buffer->write_stamp)) |
1415 | delta = 0; | 1490 | goto get_event; |
1416 | 1491 | ||
1417 | if (test_time_stamp(delta)) { | 1492 | delta = diff; |
1493 | if (unlikely(test_time_stamp(delta))) { | ||
1418 | 1494 | ||
1419 | commit = rb_add_time_stamp(cpu_buffer, &ts, &delta); | 1495 | commit = rb_add_time_stamp(cpu_buffer, &ts, &delta); |
1420 | |||
1421 | if (commit == -EBUSY) | 1496 | if (commit == -EBUSY) |
1422 | return NULL; | 1497 | return NULL; |
1423 | 1498 | ||
@@ -1426,12 +1501,11 @@ rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, | |||
1426 | 1501 | ||
1427 | RB_WARN_ON(cpu_buffer, commit < 0); | 1502 | RB_WARN_ON(cpu_buffer, commit < 0); |
1428 | } | 1503 | } |
1429 | } else | 1504 | } |
1430 | /* Non commits have zero deltas */ | ||
1431 | delta = 0; | ||
1432 | 1505 | ||
1433 | event = __rb_reserve_next(cpu_buffer, type, length, &ts); | 1506 | get_event: |
1434 | if (PTR_ERR(event) == -EAGAIN) | 1507 | event = __rb_reserve_next(cpu_buffer, 0, length, &ts); |
1508 | if (unlikely(PTR_ERR(event) == -EAGAIN)) | ||
1435 | goto again; | 1509 | goto again; |
1436 | 1510 | ||
1437 | if (!event) { | 1511 | if (!event) { |
@@ -1448,7 +1522,7 @@ rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, | |||
1448 | * If the timestamp was commited, make the commit our entry | 1522 | * If the timestamp was commited, make the commit our entry |
1449 | * now so that we will update it when needed. | 1523 | * now so that we will update it when needed. |
1450 | */ | 1524 | */ |
1451 | if (commit) | 1525 | if (unlikely(commit)) |
1452 | rb_set_commit_event(cpu_buffer, event); | 1526 | rb_set_commit_event(cpu_buffer, event); |
1453 | else if (!rb_is_commit(cpu_buffer, event)) | 1527 | else if (!rb_is_commit(cpu_buffer, event)) |
1454 | delta = 0; | 1528 | delta = 0; |
@@ -1458,6 +1532,36 @@ rb_reserve_next_event(struct ring_buffer_per_cpu *cpu_buffer, | |||
1458 | return event; | 1532 | return event; |
1459 | } | 1533 | } |
1460 | 1534 | ||
1535 | #define TRACE_RECURSIVE_DEPTH 16 | ||
1536 | |||
1537 | static int trace_recursive_lock(void) | ||
1538 | { | ||
1539 | current->trace_recursion++; | ||
1540 | |||
1541 | if (likely(current->trace_recursion < TRACE_RECURSIVE_DEPTH)) | ||
1542 | return 0; | ||
1543 | |||
1544 | /* Disable all tracing before we do anything else */ | ||
1545 | tracing_off_permanent(); | ||
1546 | |||
1547 | printk_once(KERN_WARNING "Tracing recursion: depth[%ld]:" | ||
1548 | "HC[%lu]:SC[%lu]:NMI[%lu]\n", | ||
1549 | current->trace_recursion, | ||
1550 | hardirq_count() >> HARDIRQ_SHIFT, | ||
1551 | softirq_count() >> SOFTIRQ_SHIFT, | ||
1552 | in_nmi()); | ||
1553 | |||
1554 | WARN_ON_ONCE(1); | ||
1555 | return -1; | ||
1556 | } | ||
1557 | |||
1558 | static void trace_recursive_unlock(void) | ||
1559 | { | ||
1560 | WARN_ON_ONCE(!current->trace_recursion); | ||
1561 | |||
1562 | current->trace_recursion--; | ||
1563 | } | ||
1564 | |||
1461 | static DEFINE_PER_CPU(int, rb_need_resched); | 1565 | static DEFINE_PER_CPU(int, rb_need_resched); |
1462 | 1566 | ||
1463 | /** | 1567 | /** |
@@ -1491,6 +1595,9 @@ ring_buffer_lock_reserve(struct ring_buffer *buffer, unsigned long length) | |||
1491 | /* If we are tracing schedule, we don't want to recurse */ | 1595 | /* If we are tracing schedule, we don't want to recurse */ |
1492 | resched = ftrace_preempt_disable(); | 1596 | resched = ftrace_preempt_disable(); |
1493 | 1597 | ||
1598 | if (trace_recursive_lock()) | ||
1599 | goto out_nocheck; | ||
1600 | |||
1494 | cpu = raw_smp_processor_id(); | 1601 | cpu = raw_smp_processor_id(); |
1495 | 1602 | ||
1496 | if (!cpumask_test_cpu(cpu, buffer->cpumask)) | 1603 | if (!cpumask_test_cpu(cpu, buffer->cpumask)) |
@@ -1501,11 +1608,10 @@ ring_buffer_lock_reserve(struct ring_buffer *buffer, unsigned long length) | |||
1501 | if (atomic_read(&cpu_buffer->record_disabled)) | 1608 | if (atomic_read(&cpu_buffer->record_disabled)) |
1502 | goto out; | 1609 | goto out; |
1503 | 1610 | ||
1504 | length = rb_calculate_event_length(length); | 1611 | if (length > BUF_MAX_DATA_SIZE) |
1505 | if (length > BUF_PAGE_SIZE) | ||
1506 | goto out; | 1612 | goto out; |
1507 | 1613 | ||
1508 | event = rb_reserve_next_event(cpu_buffer, RINGBUF_TYPE_DATA, length); | 1614 | event = rb_reserve_next_event(cpu_buffer, length); |
1509 | if (!event) | 1615 | if (!event) |
1510 | goto out; | 1616 | goto out; |
1511 | 1617 | ||
@@ -1520,6 +1626,9 @@ ring_buffer_lock_reserve(struct ring_buffer *buffer, unsigned long length) | |||
1520 | return event; | 1626 | return event; |
1521 | 1627 | ||
1522 | out: | 1628 | out: |
1629 | trace_recursive_unlock(); | ||
1630 | |||
1631 | out_nocheck: | ||
1523 | ftrace_preempt_enable(resched); | 1632 | ftrace_preempt_enable(resched); |
1524 | return NULL; | 1633 | return NULL; |
1525 | } | 1634 | } |
@@ -1528,7 +1637,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_lock_reserve); | |||
1528 | static void rb_commit(struct ring_buffer_per_cpu *cpu_buffer, | 1637 | static void rb_commit(struct ring_buffer_per_cpu *cpu_buffer, |
1529 | struct ring_buffer_event *event) | 1638 | struct ring_buffer_event *event) |
1530 | { | 1639 | { |
1531 | cpu_buffer->entries++; | 1640 | local_inc(&cpu_buffer->entries); |
1532 | 1641 | ||
1533 | /* Only process further if we own the commit */ | 1642 | /* Only process further if we own the commit */ |
1534 | if (!rb_is_commit(cpu_buffer, event)) | 1643 | if (!rb_is_commit(cpu_buffer, event)) |
@@ -1558,6 +1667,8 @@ int ring_buffer_unlock_commit(struct ring_buffer *buffer, | |||
1558 | 1667 | ||
1559 | rb_commit(cpu_buffer, event); | 1668 | rb_commit(cpu_buffer, event); |
1560 | 1669 | ||
1670 | trace_recursive_unlock(); | ||
1671 | |||
1561 | /* | 1672 | /* |
1562 | * Only the last preempt count needs to restore preemption. | 1673 | * Only the last preempt count needs to restore preemption. |
1563 | */ | 1674 | */ |
@@ -1570,6 +1681,99 @@ int ring_buffer_unlock_commit(struct ring_buffer *buffer, | |||
1570 | } | 1681 | } |
1571 | EXPORT_SYMBOL_GPL(ring_buffer_unlock_commit); | 1682 | EXPORT_SYMBOL_GPL(ring_buffer_unlock_commit); |
1572 | 1683 | ||
1684 | static inline void rb_event_discard(struct ring_buffer_event *event) | ||
1685 | { | ||
1686 | /* array[0] holds the actual length for the discarded event */ | ||
1687 | event->array[0] = rb_event_data_length(event) - RB_EVNT_HDR_SIZE; | ||
1688 | event->type_len = RINGBUF_TYPE_PADDING; | ||
1689 | /* time delta must be non zero */ | ||
1690 | if (!event->time_delta) | ||
1691 | event->time_delta = 1; | ||
1692 | } | ||
1693 | |||
1694 | /** | ||
1695 | * ring_buffer_event_discard - discard any event in the ring buffer | ||
1696 | * @event: the event to discard | ||
1697 | * | ||
1698 | * Sometimes a event that is in the ring buffer needs to be ignored. | ||
1699 | * This function lets the user discard an event in the ring buffer | ||
1700 | * and then that event will not be read later. | ||
1701 | * | ||
1702 | * Note, it is up to the user to be careful with this, and protect | ||
1703 | * against races. If the user discards an event that has been consumed | ||
1704 | * it is possible that it could corrupt the ring buffer. | ||
1705 | */ | ||
1706 | void ring_buffer_event_discard(struct ring_buffer_event *event) | ||
1707 | { | ||
1708 | rb_event_discard(event); | ||
1709 | } | ||
1710 | EXPORT_SYMBOL_GPL(ring_buffer_event_discard); | ||
1711 | |||
1712 | /** | ||
1713 | * ring_buffer_commit_discard - discard an event that has not been committed | ||
1714 | * @buffer: the ring buffer | ||
1715 | * @event: non committed event to discard | ||
1716 | * | ||
1717 | * This is similar to ring_buffer_event_discard but must only be | ||
1718 | * performed on an event that has not been committed yet. The difference | ||
1719 | * is that this will also try to free the event from the ring buffer | ||
1720 | * if another event has not been added behind it. | ||
1721 | * | ||
1722 | * If another event has been added behind it, it will set the event | ||
1723 | * up as discarded, and perform the commit. | ||
1724 | * | ||
1725 | * If this function is called, do not call ring_buffer_unlock_commit on | ||
1726 | * the event. | ||
1727 | */ | ||
1728 | void ring_buffer_discard_commit(struct ring_buffer *buffer, | ||
1729 | struct ring_buffer_event *event) | ||
1730 | { | ||
1731 | struct ring_buffer_per_cpu *cpu_buffer; | ||
1732 | int cpu; | ||
1733 | |||
1734 | /* The event is discarded regardless */ | ||
1735 | rb_event_discard(event); | ||
1736 | |||
1737 | /* | ||
1738 | * This must only be called if the event has not been | ||
1739 | * committed yet. Thus we can assume that preemption | ||
1740 | * is still disabled. | ||
1741 | */ | ||
1742 | RB_WARN_ON(buffer, preemptible()); | ||
1743 | |||
1744 | cpu = smp_processor_id(); | ||
1745 | cpu_buffer = buffer->buffers[cpu]; | ||
1746 | |||
1747 | if (!rb_try_to_discard(cpu_buffer, event)) | ||
1748 | goto out; | ||
1749 | |||
1750 | /* | ||
1751 | * The commit is still visible by the reader, so we | ||
1752 | * must increment entries. | ||
1753 | */ | ||
1754 | local_inc(&cpu_buffer->entries); | ||
1755 | out: | ||
1756 | /* | ||
1757 | * If a write came in and pushed the tail page | ||
1758 | * we still need to update the commit pointer | ||
1759 | * if we were the commit. | ||
1760 | */ | ||
1761 | if (rb_is_commit(cpu_buffer, event)) | ||
1762 | rb_set_commit_to_write(cpu_buffer); | ||
1763 | |||
1764 | trace_recursive_unlock(); | ||
1765 | |||
1766 | /* | ||
1767 | * Only the last preempt count needs to restore preemption. | ||
1768 | */ | ||
1769 | if (preempt_count() == 1) | ||
1770 | ftrace_preempt_enable(per_cpu(rb_need_resched, cpu)); | ||
1771 | else | ||
1772 | preempt_enable_no_resched_notrace(); | ||
1773 | |||
1774 | } | ||
1775 | EXPORT_SYMBOL_GPL(ring_buffer_discard_commit); | ||
1776 | |||
1573 | /** | 1777 | /** |
1574 | * ring_buffer_write - write data to the buffer without reserving | 1778 | * ring_buffer_write - write data to the buffer without reserving |
1575 | * @buffer: The ring buffer to write to. | 1779 | * @buffer: The ring buffer to write to. |
@@ -1589,7 +1793,6 @@ int ring_buffer_write(struct ring_buffer *buffer, | |||
1589 | { | 1793 | { |
1590 | struct ring_buffer_per_cpu *cpu_buffer; | 1794 | struct ring_buffer_per_cpu *cpu_buffer; |
1591 | struct ring_buffer_event *event; | 1795 | struct ring_buffer_event *event; |
1592 | unsigned long event_length; | ||
1593 | void *body; | 1796 | void *body; |
1594 | int ret = -EBUSY; | 1797 | int ret = -EBUSY; |
1595 | int cpu, resched; | 1798 | int cpu, resched; |
@@ -1612,9 +1815,10 @@ int ring_buffer_write(struct ring_buffer *buffer, | |||
1612 | if (atomic_read(&cpu_buffer->record_disabled)) | 1815 | if (atomic_read(&cpu_buffer->record_disabled)) |
1613 | goto out; | 1816 | goto out; |
1614 | 1817 | ||
1615 | event_length = rb_calculate_event_length(length); | 1818 | if (length > BUF_MAX_DATA_SIZE) |
1616 | event = rb_reserve_next_event(cpu_buffer, | 1819 | goto out; |
1617 | RINGBUF_TYPE_DATA, event_length); | 1820 | |
1821 | event = rb_reserve_next_event(cpu_buffer, length); | ||
1618 | if (!event) | 1822 | if (!event) |
1619 | goto out; | 1823 | goto out; |
1620 | 1824 | ||
@@ -1728,7 +1932,8 @@ unsigned long ring_buffer_entries_cpu(struct ring_buffer *buffer, int cpu) | |||
1728 | return 0; | 1932 | return 0; |
1729 | 1933 | ||
1730 | cpu_buffer = buffer->buffers[cpu]; | 1934 | cpu_buffer = buffer->buffers[cpu]; |
1731 | ret = cpu_buffer->entries; | 1935 | ret = (local_read(&cpu_buffer->entries) - cpu_buffer->overrun) |
1936 | - cpu_buffer->read; | ||
1732 | 1937 | ||
1733 | return ret; | 1938 | return ret; |
1734 | } | 1939 | } |
@@ -1755,6 +1960,47 @@ unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu) | |||
1755 | EXPORT_SYMBOL_GPL(ring_buffer_overrun_cpu); | 1960 | EXPORT_SYMBOL_GPL(ring_buffer_overrun_cpu); |
1756 | 1961 | ||
1757 | /** | 1962 | /** |
1963 | * ring_buffer_nmi_dropped_cpu - get the number of nmis that were dropped | ||
1964 | * @buffer: The ring buffer | ||
1965 | * @cpu: The per CPU buffer to get the number of overruns from | ||
1966 | */ | ||
1967 | unsigned long ring_buffer_nmi_dropped_cpu(struct ring_buffer *buffer, int cpu) | ||
1968 | { | ||
1969 | struct ring_buffer_per_cpu *cpu_buffer; | ||
1970 | unsigned long ret; | ||
1971 | |||
1972 | if (!cpumask_test_cpu(cpu, buffer->cpumask)) | ||
1973 | return 0; | ||
1974 | |||
1975 | cpu_buffer = buffer->buffers[cpu]; | ||
1976 | ret = cpu_buffer->nmi_dropped; | ||
1977 | |||
1978 | return ret; | ||
1979 | } | ||
1980 | EXPORT_SYMBOL_GPL(ring_buffer_nmi_dropped_cpu); | ||
1981 | |||
1982 | /** | ||
1983 | * ring_buffer_commit_overrun_cpu - get the number of overruns caused by commits | ||
1984 | * @buffer: The ring buffer | ||
1985 | * @cpu: The per CPU buffer to get the number of overruns from | ||
1986 | */ | ||
1987 | unsigned long | ||
1988 | ring_buffer_commit_overrun_cpu(struct ring_buffer *buffer, int cpu) | ||
1989 | { | ||
1990 | struct ring_buffer_per_cpu *cpu_buffer; | ||
1991 | unsigned long ret; | ||
1992 | |||
1993 | if (!cpumask_test_cpu(cpu, buffer->cpumask)) | ||
1994 | return 0; | ||
1995 | |||
1996 | cpu_buffer = buffer->buffers[cpu]; | ||
1997 | ret = cpu_buffer->commit_overrun; | ||
1998 | |||
1999 | return ret; | ||
2000 | } | ||
2001 | EXPORT_SYMBOL_GPL(ring_buffer_commit_overrun_cpu); | ||
2002 | |||
2003 | /** | ||
1758 | * ring_buffer_entries - get the number of entries in a buffer | 2004 | * ring_buffer_entries - get the number of entries in a buffer |
1759 | * @buffer: The ring buffer | 2005 | * @buffer: The ring buffer |
1760 | * | 2006 | * |
@@ -1770,7 +2016,8 @@ unsigned long ring_buffer_entries(struct ring_buffer *buffer) | |||
1770 | /* if you care about this being correct, lock the buffer */ | 2016 | /* if you care about this being correct, lock the buffer */ |
1771 | for_each_buffer_cpu(buffer, cpu) { | 2017 | for_each_buffer_cpu(buffer, cpu) { |
1772 | cpu_buffer = buffer->buffers[cpu]; | 2018 | cpu_buffer = buffer->buffers[cpu]; |
1773 | entries += cpu_buffer->entries; | 2019 | entries += (local_read(&cpu_buffer->entries) - |
2020 | cpu_buffer->overrun) - cpu_buffer->read; | ||
1774 | } | 2021 | } |
1775 | 2022 | ||
1776 | return entries; | 2023 | return entries; |
@@ -1862,7 +2109,7 @@ rb_update_read_stamp(struct ring_buffer_per_cpu *cpu_buffer, | |||
1862 | { | 2109 | { |
1863 | u64 delta; | 2110 | u64 delta; |
1864 | 2111 | ||
1865 | switch (event->type) { | 2112 | switch (event->type_len) { |
1866 | case RINGBUF_TYPE_PADDING: | 2113 | case RINGBUF_TYPE_PADDING: |
1867 | return; | 2114 | return; |
1868 | 2115 | ||
@@ -1893,7 +2140,7 @@ rb_update_iter_read_stamp(struct ring_buffer_iter *iter, | |||
1893 | { | 2140 | { |
1894 | u64 delta; | 2141 | u64 delta; |
1895 | 2142 | ||
1896 | switch (event->type) { | 2143 | switch (event->type_len) { |
1897 | case RINGBUF_TYPE_PADDING: | 2144 | case RINGBUF_TYPE_PADDING: |
1898 | return; | 2145 | return; |
1899 | 2146 | ||
@@ -1966,6 +2213,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer) | |||
1966 | cpu_buffer->reader_page->list.prev = reader->list.prev; | 2213 | cpu_buffer->reader_page->list.prev = reader->list.prev; |
1967 | 2214 | ||
1968 | local_set(&cpu_buffer->reader_page->write, 0); | 2215 | local_set(&cpu_buffer->reader_page->write, 0); |
2216 | local_set(&cpu_buffer->reader_page->entries, 0); | ||
1969 | local_set(&cpu_buffer->reader_page->page->commit, 0); | 2217 | local_set(&cpu_buffer->reader_page->page->commit, 0); |
1970 | 2218 | ||
1971 | /* Make the reader page now replace the head */ | 2219 | /* Make the reader page now replace the head */ |
@@ -2008,8 +2256,9 @@ static void rb_advance_reader(struct ring_buffer_per_cpu *cpu_buffer) | |||
2008 | 2256 | ||
2009 | event = rb_reader_event(cpu_buffer); | 2257 | event = rb_reader_event(cpu_buffer); |
2010 | 2258 | ||
2011 | if (event->type == RINGBUF_TYPE_DATA || rb_discarded_event(event)) | 2259 | if (event->type_len <= RINGBUF_TYPE_DATA_TYPE_LEN_MAX |
2012 | cpu_buffer->entries--; | 2260 | || rb_discarded_event(event)) |
2261 | cpu_buffer->read++; | ||
2013 | 2262 | ||
2014 | rb_update_read_stamp(cpu_buffer, event); | 2263 | rb_update_read_stamp(cpu_buffer, event); |
2015 | 2264 | ||
@@ -2031,8 +2280,8 @@ static void rb_advance_iter(struct ring_buffer_iter *iter) | |||
2031 | * Check if we are at the end of the buffer. | 2280 | * Check if we are at the end of the buffer. |
2032 | */ | 2281 | */ |
2033 | if (iter->head >= rb_page_size(iter->head_page)) { | 2282 | if (iter->head >= rb_page_size(iter->head_page)) { |
2034 | if (RB_WARN_ON(buffer, | 2283 | /* discarded commits can make the page empty */ |
2035 | iter->head_page == cpu_buffer->commit_page)) | 2284 | if (iter->head_page == cpu_buffer->commit_page) |
2036 | return; | 2285 | return; |
2037 | rb_inc_iter(iter); | 2286 | rb_inc_iter(iter); |
2038 | return; | 2287 | return; |
@@ -2075,12 +2324,10 @@ rb_buffer_peek(struct ring_buffer *buffer, int cpu, u64 *ts) | |||
2075 | /* | 2324 | /* |
2076 | * We repeat when a timestamp is encountered. It is possible | 2325 | * We repeat when a timestamp is encountered. It is possible |
2077 | * to get multiple timestamps from an interrupt entering just | 2326 | * to get multiple timestamps from an interrupt entering just |
2078 | * as one timestamp is about to be written. The max times | 2327 | * as one timestamp is about to be written, or from discarded |
2079 | * that this can happen is the number of nested interrupts we | 2328 | * commits. The most that we can have is the number on a single page. |
2080 | * can have. Nesting 10 deep of interrupts is clearly | ||
2081 | * an anomaly. | ||
2082 | */ | 2329 | */ |
2083 | if (RB_WARN_ON(cpu_buffer, ++nr_loops > 10)) | 2330 | if (RB_WARN_ON(cpu_buffer, ++nr_loops > RB_TIMESTAMPS_PER_PAGE)) |
2084 | return NULL; | 2331 | return NULL; |
2085 | 2332 | ||
2086 | reader = rb_get_reader_page(cpu_buffer); | 2333 | reader = rb_get_reader_page(cpu_buffer); |
@@ -2089,7 +2336,7 @@ rb_buffer_peek(struct ring_buffer *buffer, int cpu, u64 *ts) | |||
2089 | 2336 | ||
2090 | event = rb_reader_event(cpu_buffer); | 2337 | event = rb_reader_event(cpu_buffer); |
2091 | 2338 | ||
2092 | switch (event->type) { | 2339 | switch (event->type_len) { |
2093 | case RINGBUF_TYPE_PADDING: | 2340 | case RINGBUF_TYPE_PADDING: |
2094 | if (rb_null_event(event)) | 2341 | if (rb_null_event(event)) |
2095 | RB_WARN_ON(cpu_buffer, 1); | 2342 | RB_WARN_ON(cpu_buffer, 1); |
@@ -2146,14 +2393,14 @@ rb_iter_peek(struct ring_buffer_iter *iter, u64 *ts) | |||
2146 | 2393 | ||
2147 | again: | 2394 | again: |
2148 | /* | 2395 | /* |
2149 | * We repeat when a timestamp is encountered. It is possible | 2396 | * We repeat when a timestamp is encountered. |
2150 | * to get multiple timestamps from an interrupt entering just | 2397 | * We can get multiple timestamps by nested interrupts or also |
2151 | * as one timestamp is about to be written. The max times | 2398 | * if filtering is on (discarding commits). Since discarding |
2152 | * that this can happen is the number of nested interrupts we | 2399 | * commits can be frequent we can get a lot of timestamps. |
2153 | * can have. Nesting 10 deep of interrupts is clearly | 2400 | * But we limit them by not adding timestamps if they begin |
2154 | * an anomaly. | 2401 | * at the start of a page. |
2155 | */ | 2402 | */ |
2156 | if (RB_WARN_ON(cpu_buffer, ++nr_loops > 10)) | 2403 | if (RB_WARN_ON(cpu_buffer, ++nr_loops > RB_TIMESTAMPS_PER_PAGE)) |
2157 | return NULL; | 2404 | return NULL; |
2158 | 2405 | ||
2159 | if (rb_per_cpu_empty(cpu_buffer)) | 2406 | if (rb_per_cpu_empty(cpu_buffer)) |
@@ -2161,7 +2408,7 @@ rb_iter_peek(struct ring_buffer_iter *iter, u64 *ts) | |||
2161 | 2408 | ||
2162 | event = rb_iter_head_event(iter); | 2409 | event = rb_iter_head_event(iter); |
2163 | 2410 | ||
2164 | switch (event->type) { | 2411 | switch (event->type_len) { |
2165 | case RINGBUF_TYPE_PADDING: | 2412 | case RINGBUF_TYPE_PADDING: |
2166 | if (rb_null_event(event)) { | 2413 | if (rb_null_event(event)) { |
2167 | rb_inc_iter(iter); | 2414 | rb_inc_iter(iter); |
@@ -2220,7 +2467,7 @@ ring_buffer_peek(struct ring_buffer *buffer, int cpu, u64 *ts) | |||
2220 | event = rb_buffer_peek(buffer, cpu, ts); | 2467 | event = rb_buffer_peek(buffer, cpu, ts); |
2221 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); | 2468 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); |
2222 | 2469 | ||
2223 | if (event && event->type == RINGBUF_TYPE_PADDING) { | 2470 | if (event && event->type_len == RINGBUF_TYPE_PADDING) { |
2224 | cpu_relax(); | 2471 | cpu_relax(); |
2225 | goto again; | 2472 | goto again; |
2226 | } | 2473 | } |
@@ -2248,7 +2495,7 @@ ring_buffer_iter_peek(struct ring_buffer_iter *iter, u64 *ts) | |||
2248 | event = rb_iter_peek(iter, ts); | 2495 | event = rb_iter_peek(iter, ts); |
2249 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); | 2496 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); |
2250 | 2497 | ||
2251 | if (event && event->type == RINGBUF_TYPE_PADDING) { | 2498 | if (event && event->type_len == RINGBUF_TYPE_PADDING) { |
2252 | cpu_relax(); | 2499 | cpu_relax(); |
2253 | goto again; | 2500 | goto again; |
2254 | } | 2501 | } |
@@ -2293,7 +2540,7 @@ ring_buffer_consume(struct ring_buffer *buffer, int cpu, u64 *ts) | |||
2293 | out: | 2540 | out: |
2294 | preempt_enable(); | 2541 | preempt_enable(); |
2295 | 2542 | ||
2296 | if (event && event->type == RINGBUF_TYPE_PADDING) { | 2543 | if (event && event->type_len == RINGBUF_TYPE_PADDING) { |
2297 | cpu_relax(); | 2544 | cpu_relax(); |
2298 | goto again; | 2545 | goto again; |
2299 | } | 2546 | } |
@@ -2386,7 +2633,7 @@ ring_buffer_read(struct ring_buffer_iter *iter, u64 *ts) | |||
2386 | out: | 2633 | out: |
2387 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); | 2634 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); |
2388 | 2635 | ||
2389 | if (event && event->type == RINGBUF_TYPE_PADDING) { | 2636 | if (event && event->type_len == RINGBUF_TYPE_PADDING) { |
2390 | cpu_relax(); | 2637 | cpu_relax(); |
2391 | goto again; | 2638 | goto again; |
2392 | } | 2639 | } |
@@ -2411,6 +2658,7 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer) | |||
2411 | cpu_buffer->head_page | 2658 | cpu_buffer->head_page |
2412 | = list_entry(cpu_buffer->pages.next, struct buffer_page, list); | 2659 | = list_entry(cpu_buffer->pages.next, struct buffer_page, list); |
2413 | local_set(&cpu_buffer->head_page->write, 0); | 2660 | local_set(&cpu_buffer->head_page->write, 0); |
2661 | local_set(&cpu_buffer->head_page->entries, 0); | ||
2414 | local_set(&cpu_buffer->head_page->page->commit, 0); | 2662 | local_set(&cpu_buffer->head_page->page->commit, 0); |
2415 | 2663 | ||
2416 | cpu_buffer->head_page->read = 0; | 2664 | cpu_buffer->head_page->read = 0; |
@@ -2420,11 +2668,15 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer) | |||
2420 | 2668 | ||
2421 | INIT_LIST_HEAD(&cpu_buffer->reader_page->list); | 2669 | INIT_LIST_HEAD(&cpu_buffer->reader_page->list); |
2422 | local_set(&cpu_buffer->reader_page->write, 0); | 2670 | local_set(&cpu_buffer->reader_page->write, 0); |
2671 | local_set(&cpu_buffer->reader_page->entries, 0); | ||
2423 | local_set(&cpu_buffer->reader_page->page->commit, 0); | 2672 | local_set(&cpu_buffer->reader_page->page->commit, 0); |
2424 | cpu_buffer->reader_page->read = 0; | 2673 | cpu_buffer->reader_page->read = 0; |
2425 | 2674 | ||
2675 | cpu_buffer->nmi_dropped = 0; | ||
2676 | cpu_buffer->commit_overrun = 0; | ||
2426 | cpu_buffer->overrun = 0; | 2677 | cpu_buffer->overrun = 0; |
2427 | cpu_buffer->entries = 0; | 2678 | cpu_buffer->read = 0; |
2679 | local_set(&cpu_buffer->entries, 0); | ||
2428 | 2680 | ||
2429 | cpu_buffer->write_stamp = 0; | 2681 | cpu_buffer->write_stamp = 0; |
2430 | cpu_buffer->read_stamp = 0; | 2682 | cpu_buffer->read_stamp = 0; |
@@ -2443,6 +2695,8 @@ void ring_buffer_reset_cpu(struct ring_buffer *buffer, int cpu) | |||
2443 | if (!cpumask_test_cpu(cpu, buffer->cpumask)) | 2695 | if (!cpumask_test_cpu(cpu, buffer->cpumask)) |
2444 | return; | 2696 | return; |
2445 | 2697 | ||
2698 | atomic_inc(&cpu_buffer->record_disabled); | ||
2699 | |||
2446 | spin_lock_irqsave(&cpu_buffer->reader_lock, flags); | 2700 | spin_lock_irqsave(&cpu_buffer->reader_lock, flags); |
2447 | 2701 | ||
2448 | __raw_spin_lock(&cpu_buffer->lock); | 2702 | __raw_spin_lock(&cpu_buffer->lock); |
@@ -2452,6 +2706,8 @@ void ring_buffer_reset_cpu(struct ring_buffer *buffer, int cpu) | |||
2452 | __raw_spin_unlock(&cpu_buffer->lock); | 2706 | __raw_spin_unlock(&cpu_buffer->lock); |
2453 | 2707 | ||
2454 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); | 2708 | spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); |
2709 | |||
2710 | atomic_dec(&cpu_buffer->record_disabled); | ||
2455 | } | 2711 | } |
2456 | EXPORT_SYMBOL_GPL(ring_buffer_reset_cpu); | 2712 | EXPORT_SYMBOL_GPL(ring_buffer_reset_cpu); |
2457 | 2713 | ||
@@ -2578,28 +2834,6 @@ out: | |||
2578 | } | 2834 | } |
2579 | EXPORT_SYMBOL_GPL(ring_buffer_swap_cpu); | 2835 | EXPORT_SYMBOL_GPL(ring_buffer_swap_cpu); |
2580 | 2836 | ||
2581 | static void rb_remove_entries(struct ring_buffer_per_cpu *cpu_buffer, | ||
2582 | struct buffer_data_page *bpage, | ||
2583 | unsigned int offset) | ||
2584 | { | ||
2585 | struct ring_buffer_event *event; | ||
2586 | unsigned long head; | ||
2587 | |||
2588 | __raw_spin_lock(&cpu_buffer->lock); | ||
2589 | for (head = offset; head < local_read(&bpage->commit); | ||
2590 | head += rb_event_length(event)) { | ||
2591 | |||
2592 | event = __rb_data_page_index(bpage, head); | ||
2593 | if (RB_WARN_ON(cpu_buffer, rb_null_event(event))) | ||
2594 | return; | ||
2595 | /* Only count data entries */ | ||
2596 | if (event->type != RINGBUF_TYPE_DATA) | ||
2597 | continue; | ||
2598 | cpu_buffer->entries--; | ||
2599 | } | ||
2600 | __raw_spin_unlock(&cpu_buffer->lock); | ||
2601 | } | ||
2602 | |||
2603 | /** | 2837 | /** |
2604 | * ring_buffer_alloc_read_page - allocate a page to read from buffer | 2838 | * ring_buffer_alloc_read_page - allocate a page to read from buffer |
2605 | * @buffer: the buffer to allocate for. | 2839 | * @buffer: the buffer to allocate for. |
@@ -2630,6 +2864,7 @@ void *ring_buffer_alloc_read_page(struct ring_buffer *buffer) | |||
2630 | 2864 | ||
2631 | return bpage; | 2865 | return bpage; |
2632 | } | 2866 | } |
2867 | EXPORT_SYMBOL_GPL(ring_buffer_alloc_read_page); | ||
2633 | 2868 | ||
2634 | /** | 2869 | /** |
2635 | * ring_buffer_free_read_page - free an allocated read page | 2870 | * ring_buffer_free_read_page - free an allocated read page |
@@ -2642,6 +2877,7 @@ void ring_buffer_free_read_page(struct ring_buffer *buffer, void *data) | |||
2642 | { | 2877 | { |
2643 | free_page((unsigned long)data); | 2878 | free_page((unsigned long)data); |
2644 | } | 2879 | } |
2880 | EXPORT_SYMBOL_GPL(ring_buffer_free_read_page); | ||
2645 | 2881 | ||
2646 | /** | 2882 | /** |
2647 | * ring_buffer_read_page - extract a page from the ring buffer | 2883 | * ring_buffer_read_page - extract a page from the ring buffer |
@@ -2768,16 +3004,17 @@ int ring_buffer_read_page(struct ring_buffer *buffer, | |||
2768 | /* we copied everything to the beginning */ | 3004 | /* we copied everything to the beginning */ |
2769 | read = 0; | 3005 | read = 0; |
2770 | } else { | 3006 | } else { |
3007 | /* update the entry counter */ | ||
3008 | cpu_buffer->read += local_read(&reader->entries); | ||
3009 | |||
2771 | /* swap the pages */ | 3010 | /* swap the pages */ |
2772 | rb_init_page(bpage); | 3011 | rb_init_page(bpage); |
2773 | bpage = reader->page; | 3012 | bpage = reader->page; |
2774 | reader->page = *data_page; | 3013 | reader->page = *data_page; |
2775 | local_set(&reader->write, 0); | 3014 | local_set(&reader->write, 0); |
3015 | local_set(&reader->entries, 0); | ||
2776 | reader->read = 0; | 3016 | reader->read = 0; |
2777 | *data_page = bpage; | 3017 | *data_page = bpage; |
2778 | |||
2779 | /* update the entry counter */ | ||
2780 | rb_remove_entries(cpu_buffer, bpage, read); | ||
2781 | } | 3018 | } |
2782 | ret = read; | 3019 | ret = read; |
2783 | 3020 | ||
@@ -2787,6 +3024,7 @@ int ring_buffer_read_page(struct ring_buffer *buffer, | |||
2787 | out: | 3024 | out: |
2788 | return ret; | 3025 | return ret; |
2789 | } | 3026 | } |
3027 | EXPORT_SYMBOL_GPL(ring_buffer_read_page); | ||
2790 | 3028 | ||
2791 | static ssize_t | 3029 | static ssize_t |
2792 | rb_simple_read(struct file *filp, char __user *ubuf, | 3030 | rb_simple_read(struct file *filp, char __user *ubuf, |
@@ -2845,14 +3083,11 @@ static const struct file_operations rb_simple_fops = { | |||
2845 | static __init int rb_init_debugfs(void) | 3083 | static __init int rb_init_debugfs(void) |
2846 | { | 3084 | { |
2847 | struct dentry *d_tracer; | 3085 | struct dentry *d_tracer; |
2848 | struct dentry *entry; | ||
2849 | 3086 | ||
2850 | d_tracer = tracing_init_dentry(); | 3087 | d_tracer = tracing_init_dentry(); |
2851 | 3088 | ||
2852 | entry = debugfs_create_file("tracing_on", 0644, d_tracer, | 3089 | trace_create_file("tracing_on", 0644, d_tracer, |
2853 | &ring_buffer_flags, &rb_simple_fops); | 3090 | &ring_buffer_flags, &rb_simple_fops); |
2854 | if (!entry) | ||
2855 | pr_warning("Could not create debugfs 'tracing_on' entry\n"); | ||
2856 | 3091 | ||
2857 | return 0; | 3092 | return 0; |
2858 | } | 3093 | } |
diff --git a/kernel/trace/ring_buffer_benchmark.c b/kernel/trace/ring_buffer_benchmark.c new file mode 100644 index 000000000000..8d68e149a8b3 --- /dev/null +++ b/kernel/trace/ring_buffer_benchmark.c | |||
@@ -0,0 +1,416 @@ | |||
1 | /* | ||
2 | * ring buffer tester and benchmark | ||
3 | * | ||
4 | * Copyright (C) 2009 Steven Rostedt <srostedt@redhat.com> | ||
5 | */ | ||
6 | #include <linux/ring_buffer.h> | ||
7 | #include <linux/completion.h> | ||
8 | #include <linux/kthread.h> | ||
9 | #include <linux/module.h> | ||
10 | #include <linux/time.h> | ||
11 | |||
12 | struct rb_page { | ||
13 | u64 ts; | ||
14 | local_t commit; | ||
15 | char data[4080]; | ||
16 | }; | ||
17 | |||
18 | /* run time and sleep time in seconds */ | ||
19 | #define RUN_TIME 10 | ||
20 | #define SLEEP_TIME 10 | ||
21 | |||
22 | /* number of events for writer to wake up the reader */ | ||
23 | static int wakeup_interval = 100; | ||
24 | |||
25 | static int reader_finish; | ||
26 | static struct completion read_start; | ||
27 | static struct completion read_done; | ||
28 | |||
29 | static struct ring_buffer *buffer; | ||
30 | static struct task_struct *producer; | ||
31 | static struct task_struct *consumer; | ||
32 | static unsigned long read; | ||
33 | |||
34 | static int disable_reader; | ||
35 | module_param(disable_reader, uint, 0644); | ||
36 | MODULE_PARM_DESC(disable_reader, "only run producer"); | ||
37 | |||
38 | static int read_events; | ||
39 | |||
40 | static int kill_test; | ||
41 | |||
42 | #define KILL_TEST() \ | ||
43 | do { \ | ||
44 | if (!kill_test) { \ | ||
45 | kill_test = 1; \ | ||
46 | WARN_ON(1); \ | ||
47 | } \ | ||
48 | } while (0) | ||
49 | |||
50 | enum event_status { | ||
51 | EVENT_FOUND, | ||
52 | EVENT_DROPPED, | ||
53 | }; | ||
54 | |||
55 | static enum event_status read_event(int cpu) | ||
56 | { | ||
57 | struct ring_buffer_event *event; | ||
58 | int *entry; | ||
59 | u64 ts; | ||
60 | |||
61 | event = ring_buffer_consume(buffer, cpu, &ts); | ||
62 | if (!event) | ||
63 | return EVENT_DROPPED; | ||
64 | |||
65 | entry = ring_buffer_event_data(event); | ||
66 | if (*entry != cpu) { | ||
67 | KILL_TEST(); | ||
68 | return EVENT_DROPPED; | ||
69 | } | ||
70 | |||
71 | read++; | ||
72 | return EVENT_FOUND; | ||
73 | } | ||
74 | |||
75 | static enum event_status read_page(int cpu) | ||
76 | { | ||
77 | struct ring_buffer_event *event; | ||
78 | struct rb_page *rpage; | ||
79 | unsigned long commit; | ||
80 | void *bpage; | ||
81 | int *entry; | ||
82 | int ret; | ||
83 | int inc; | ||
84 | int i; | ||
85 | |||
86 | bpage = ring_buffer_alloc_read_page(buffer); | ||
87 | if (!bpage) | ||
88 | return EVENT_DROPPED; | ||
89 | |||
90 | ret = ring_buffer_read_page(buffer, &bpage, PAGE_SIZE, cpu, 1); | ||
91 | if (ret >= 0) { | ||
92 | rpage = bpage; | ||
93 | commit = local_read(&rpage->commit); | ||
94 | for (i = 0; i < commit && !kill_test; i += inc) { | ||
95 | |||
96 | if (i >= (PAGE_SIZE - offsetof(struct rb_page, data))) { | ||
97 | KILL_TEST(); | ||
98 | break; | ||
99 | } | ||
100 | |||
101 | inc = -1; | ||
102 | event = (void *)&rpage->data[i]; | ||
103 | switch (event->type_len) { | ||
104 | case RINGBUF_TYPE_PADDING: | ||
105 | /* We don't expect any padding */ | ||
106 | KILL_TEST(); | ||
107 | break; | ||
108 | case RINGBUF_TYPE_TIME_EXTEND: | ||
109 | inc = 8; | ||
110 | break; | ||
111 | case 0: | ||
112 | entry = ring_buffer_event_data(event); | ||
113 | if (*entry != cpu) { | ||
114 | KILL_TEST(); | ||
115 | break; | ||
116 | } | ||
117 | read++; | ||
118 | if (!event->array[0]) { | ||
119 | KILL_TEST(); | ||
120 | break; | ||
121 | } | ||
122 | inc = event->array[0]; | ||
123 | break; | ||
124 | default: | ||
125 | entry = ring_buffer_event_data(event); | ||
126 | if (*entry != cpu) { | ||
127 | KILL_TEST(); | ||
128 | break; | ||
129 | } | ||
130 | read++; | ||
131 | inc = ((event->type_len + 1) * 4); | ||
132 | } | ||
133 | if (kill_test) | ||
134 | break; | ||
135 | |||
136 | if (inc <= 0) { | ||
137 | KILL_TEST(); | ||
138 | break; | ||
139 | } | ||
140 | } | ||
141 | } | ||
142 | ring_buffer_free_read_page(buffer, bpage); | ||
143 | |||
144 | if (ret < 0) | ||
145 | return EVENT_DROPPED; | ||
146 | return EVENT_FOUND; | ||
147 | } | ||
148 | |||
149 | static void ring_buffer_consumer(void) | ||
150 | { | ||
151 | /* toggle between reading pages and events */ | ||
152 | read_events ^= 1; | ||
153 | |||
154 | read = 0; | ||
155 | while (!reader_finish && !kill_test) { | ||
156 | int found; | ||
157 | |||
158 | do { | ||
159 | int cpu; | ||
160 | |||
161 | found = 0; | ||
162 | for_each_online_cpu(cpu) { | ||
163 | enum event_status stat; | ||
164 | |||
165 | if (read_events) | ||
166 | stat = read_event(cpu); | ||
167 | else | ||
168 | stat = read_page(cpu); | ||
169 | |||
170 | if (kill_test) | ||
171 | break; | ||
172 | if (stat == EVENT_FOUND) | ||
173 | found = 1; | ||
174 | } | ||
175 | } while (found && !kill_test); | ||
176 | |||
177 | set_current_state(TASK_INTERRUPTIBLE); | ||
178 | if (reader_finish) | ||
179 | break; | ||
180 | |||
181 | schedule(); | ||
182 | __set_current_state(TASK_RUNNING); | ||
183 | } | ||
184 | reader_finish = 0; | ||
185 | complete(&read_done); | ||
186 | } | ||
187 | |||
188 | static void ring_buffer_producer(void) | ||
189 | { | ||
190 | struct timeval start_tv; | ||
191 | struct timeval end_tv; | ||
192 | unsigned long long time; | ||
193 | unsigned long long entries; | ||
194 | unsigned long long overruns; | ||
195 | unsigned long missed = 0; | ||
196 | unsigned long hit = 0; | ||
197 | unsigned long avg; | ||
198 | int cnt = 0; | ||
199 | |||
200 | /* | ||
201 | * Hammer the buffer for 10 secs (this may | ||
202 | * make the system stall) | ||
203 | */ | ||
204 | pr_info("Starting ring buffer hammer\n"); | ||
205 | do_gettimeofday(&start_tv); | ||
206 | do { | ||
207 | struct ring_buffer_event *event; | ||
208 | int *entry; | ||
209 | |||
210 | event = ring_buffer_lock_reserve(buffer, 10); | ||
211 | if (!event) { | ||
212 | missed++; | ||
213 | } else { | ||
214 | hit++; | ||
215 | entry = ring_buffer_event_data(event); | ||
216 | *entry = smp_processor_id(); | ||
217 | ring_buffer_unlock_commit(buffer, event); | ||
218 | } | ||
219 | do_gettimeofday(&end_tv); | ||
220 | |||
221 | cnt++; | ||
222 | if (consumer && !(cnt % wakeup_interval)) | ||
223 | wake_up_process(consumer); | ||
224 | |||
225 | #ifndef CONFIG_PREEMPT | ||
226 | /* | ||
227 | * If we are a non preempt kernel, the 10 second run will | ||
228 | * stop everything while it runs. Instead, we will call | ||
229 | * cond_resched and also add any time that was lost by a | ||
230 | * rescedule. | ||
231 | * | ||
232 | * Do a cond resched at the same frequency we would wake up | ||
233 | * the reader. | ||
234 | */ | ||
235 | if (cnt % wakeup_interval) | ||
236 | cond_resched(); | ||
237 | #endif | ||
238 | |||
239 | } while (end_tv.tv_sec < (start_tv.tv_sec + RUN_TIME) && !kill_test); | ||
240 | pr_info("End ring buffer hammer\n"); | ||
241 | |||
242 | if (consumer) { | ||
243 | /* Init both completions here to avoid races */ | ||
244 | init_completion(&read_start); | ||
245 | init_completion(&read_done); | ||
246 | /* the completions must be visible before the finish var */ | ||
247 | smp_wmb(); | ||
248 | reader_finish = 1; | ||
249 | /* finish var visible before waking up the consumer */ | ||
250 | smp_wmb(); | ||
251 | wake_up_process(consumer); | ||
252 | wait_for_completion(&read_done); | ||
253 | } | ||
254 | |||
255 | time = end_tv.tv_sec - start_tv.tv_sec; | ||
256 | time *= USEC_PER_SEC; | ||
257 | time += (long long)((long)end_tv.tv_usec - (long)start_tv.tv_usec); | ||
258 | |||
259 | entries = ring_buffer_entries(buffer); | ||
260 | overruns = ring_buffer_overruns(buffer); | ||
261 | |||
262 | if (kill_test) | ||
263 | pr_info("ERROR!\n"); | ||
264 | pr_info("Time: %lld (usecs)\n", time); | ||
265 | pr_info("Overruns: %lld\n", overruns); | ||
266 | if (disable_reader) | ||
267 | pr_info("Read: (reader disabled)\n"); | ||
268 | else | ||
269 | pr_info("Read: %ld (by %s)\n", read, | ||
270 | read_events ? "events" : "pages"); | ||
271 | pr_info("Entries: %lld\n", entries); | ||
272 | pr_info("Total: %lld\n", entries + overruns + read); | ||
273 | pr_info("Missed: %ld\n", missed); | ||
274 | pr_info("Hit: %ld\n", hit); | ||
275 | |||
276 | /* Convert time from usecs to millisecs */ | ||
277 | do_div(time, USEC_PER_MSEC); | ||
278 | if (time) | ||
279 | hit /= (long)time; | ||
280 | else | ||
281 | pr_info("TIME IS ZERO??\n"); | ||
282 | |||
283 | pr_info("Entries per millisec: %ld\n", hit); | ||
284 | |||
285 | if (hit) { | ||
286 | /* Calculate the average time in nanosecs */ | ||
287 | avg = NSEC_PER_MSEC / hit; | ||
288 | pr_info("%ld ns per entry\n", avg); | ||
289 | } | ||
290 | |||
291 | if (missed) { | ||
292 | if (time) | ||
293 | missed /= (long)time; | ||
294 | |||
295 | pr_info("Total iterations per millisec: %ld\n", hit + missed); | ||
296 | |||
297 | /* it is possible that hit + missed will overflow and be zero */ | ||
298 | if (!(hit + missed)) { | ||
299 | pr_info("hit + missed overflowed and totalled zero!\n"); | ||
300 | hit--; /* make it non zero */ | ||
301 | } | ||
302 | |||
303 | /* Caculate the average time in nanosecs */ | ||
304 | avg = NSEC_PER_MSEC / (hit + missed); | ||
305 | pr_info("%ld ns per entry\n", avg); | ||
306 | } | ||
307 | } | ||
308 | |||
309 | static void wait_to_die(void) | ||
310 | { | ||
311 | set_current_state(TASK_INTERRUPTIBLE); | ||
312 | while (!kthread_should_stop()) { | ||
313 | schedule(); | ||
314 | set_current_state(TASK_INTERRUPTIBLE); | ||
315 | } | ||
316 | __set_current_state(TASK_RUNNING); | ||
317 | } | ||
318 | |||
319 | static int ring_buffer_consumer_thread(void *arg) | ||
320 | { | ||
321 | while (!kthread_should_stop() && !kill_test) { | ||
322 | complete(&read_start); | ||
323 | |||
324 | ring_buffer_consumer(); | ||
325 | |||
326 | set_current_state(TASK_INTERRUPTIBLE); | ||
327 | if (kthread_should_stop() || kill_test) | ||
328 | break; | ||
329 | |||
330 | schedule(); | ||
331 | __set_current_state(TASK_RUNNING); | ||
332 | } | ||
333 | __set_current_state(TASK_RUNNING); | ||
334 | |||
335 | if (kill_test) | ||
336 | wait_to_die(); | ||
337 | |||
338 | return 0; | ||
339 | } | ||
340 | |||
341 | static int ring_buffer_producer_thread(void *arg) | ||
342 | { | ||
343 | init_completion(&read_start); | ||
344 | |||
345 | while (!kthread_should_stop() && !kill_test) { | ||
346 | ring_buffer_reset(buffer); | ||
347 | |||
348 | if (consumer) { | ||
349 | smp_wmb(); | ||
350 | wake_up_process(consumer); | ||
351 | wait_for_completion(&read_start); | ||
352 | } | ||
353 | |||
354 | ring_buffer_producer(); | ||
355 | |||
356 | pr_info("Sleeping for 10 secs\n"); | ||
357 | set_current_state(TASK_INTERRUPTIBLE); | ||
358 | schedule_timeout(HZ * SLEEP_TIME); | ||
359 | __set_current_state(TASK_RUNNING); | ||
360 | } | ||
361 | |||
362 | if (kill_test) | ||
363 | wait_to_die(); | ||
364 | |||
365 | return 0; | ||
366 | } | ||
367 | |||
368 | static int __init ring_buffer_benchmark_init(void) | ||
369 | { | ||
370 | int ret; | ||
371 | |||
372 | /* make a one meg buffer in overwite mode */ | ||
373 | buffer = ring_buffer_alloc(1000000, RB_FL_OVERWRITE); | ||
374 | if (!buffer) | ||
375 | return -ENOMEM; | ||
376 | |||
377 | if (!disable_reader) { | ||
378 | consumer = kthread_create(ring_buffer_consumer_thread, | ||
379 | NULL, "rb_consumer"); | ||
380 | ret = PTR_ERR(consumer); | ||
381 | if (IS_ERR(consumer)) | ||
382 | goto out_fail; | ||
383 | } | ||
384 | |||
385 | producer = kthread_run(ring_buffer_producer_thread, | ||
386 | NULL, "rb_producer"); | ||
387 | ret = PTR_ERR(producer); | ||
388 | |||
389 | if (IS_ERR(producer)) | ||
390 | goto out_kill; | ||
391 | |||
392 | return 0; | ||
393 | |||
394 | out_kill: | ||
395 | if (consumer) | ||
396 | kthread_stop(consumer); | ||
397 | |||
398 | out_fail: | ||
399 | ring_buffer_free(buffer); | ||
400 | return ret; | ||
401 | } | ||
402 | |||
403 | static void __exit ring_buffer_benchmark_exit(void) | ||
404 | { | ||
405 | kthread_stop(producer); | ||
406 | if (consumer) | ||
407 | kthread_stop(consumer); | ||
408 | ring_buffer_free(buffer); | ||
409 | } | ||
410 | |||
411 | module_init(ring_buffer_benchmark_init); | ||
412 | module_exit(ring_buffer_benchmark_exit); | ||
413 | |||
414 | MODULE_AUTHOR("Steven Rostedt"); | ||
415 | MODULE_DESCRIPTION("ring_buffer_benchmark"); | ||
416 | MODULE_LICENSE("GPL"); | ||
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index cda81ec58d9f..8acd9b81a5d7 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c | |||
@@ -171,6 +171,13 @@ static struct trace_array global_trace; | |||
171 | 171 | ||
172 | static DEFINE_PER_CPU(struct trace_array_cpu, global_trace_cpu); | 172 | static DEFINE_PER_CPU(struct trace_array_cpu, global_trace_cpu); |
173 | 173 | ||
174 | int filter_current_check_discard(struct ftrace_event_call *call, void *rec, | ||
175 | struct ring_buffer_event *event) | ||
176 | { | ||
177 | return filter_check_discard(call, rec, global_trace.buffer, event); | ||
178 | } | ||
179 | EXPORT_SYMBOL_GPL(filter_current_check_discard); | ||
180 | |||
174 | cycle_t ftrace_now(int cpu) | 181 | cycle_t ftrace_now(int cpu) |
175 | { | 182 | { |
176 | u64 ts; | 183 | u64 ts; |
@@ -255,7 +262,8 @@ static DECLARE_WAIT_QUEUE_HEAD(trace_wait); | |||
255 | 262 | ||
256 | /* trace_flags holds trace_options default values */ | 263 | /* trace_flags holds trace_options default values */ |
257 | unsigned long trace_flags = TRACE_ITER_PRINT_PARENT | TRACE_ITER_PRINTK | | 264 | unsigned long trace_flags = TRACE_ITER_PRINT_PARENT | TRACE_ITER_PRINTK | |
258 | TRACE_ITER_ANNOTATE | TRACE_ITER_CONTEXT_INFO | TRACE_ITER_SLEEP_TIME; | 265 | TRACE_ITER_ANNOTATE | TRACE_ITER_CONTEXT_INFO | TRACE_ITER_SLEEP_TIME | |
266 | TRACE_ITER_GRAPH_TIME; | ||
259 | 267 | ||
260 | /** | 268 | /** |
261 | * trace_wake_up - wake up tasks waiting for trace input | 269 | * trace_wake_up - wake up tasks waiting for trace input |
@@ -317,6 +325,7 @@ static const char *trace_options[] = { | |||
317 | "latency-format", | 325 | "latency-format", |
318 | "global-clock", | 326 | "global-clock", |
319 | "sleep-time", | 327 | "sleep-time", |
328 | "graph-time", | ||
320 | NULL | 329 | NULL |
321 | }; | 330 | }; |
322 | 331 | ||
@@ -402,17 +411,6 @@ static ssize_t trace_seq_to_buffer(struct trace_seq *s, void *buf, size_t cnt) | |||
402 | return cnt; | 411 | return cnt; |
403 | } | 412 | } |
404 | 413 | ||
405 | static void | ||
406 | trace_print_seq(struct seq_file *m, struct trace_seq *s) | ||
407 | { | ||
408 | int len = s->len >= PAGE_SIZE ? PAGE_SIZE - 1 : s->len; | ||
409 | |||
410 | s->buffer[len] = 0; | ||
411 | seq_puts(m, s->buffer); | ||
412 | |||
413 | trace_seq_init(s); | ||
414 | } | ||
415 | |||
416 | /** | 414 | /** |
417 | * update_max_tr - snapshot all trace buffers from global_trace to max_tr | 415 | * update_max_tr - snapshot all trace buffers from global_trace to max_tr |
418 | * @tr: tracer | 416 | * @tr: tracer |
@@ -641,6 +639,16 @@ void tracing_reset_online_cpus(struct trace_array *tr) | |||
641 | tracing_reset(tr, cpu); | 639 | tracing_reset(tr, cpu); |
642 | } | 640 | } |
643 | 641 | ||
642 | void tracing_reset_current(int cpu) | ||
643 | { | ||
644 | tracing_reset(&global_trace, cpu); | ||
645 | } | ||
646 | |||
647 | void tracing_reset_current_online_cpus(void) | ||
648 | { | ||
649 | tracing_reset_online_cpus(&global_trace); | ||
650 | } | ||
651 | |||
644 | #define SAVED_CMDLINES 128 | 652 | #define SAVED_CMDLINES 128 |
645 | #define NO_CMDLINE_MAP UINT_MAX | 653 | #define NO_CMDLINE_MAP UINT_MAX |
646 | static unsigned map_pid_to_cmdline[PID_MAX_DEFAULT+1]; | 654 | static unsigned map_pid_to_cmdline[PID_MAX_DEFAULT+1]; |
@@ -800,6 +808,7 @@ void trace_find_cmdline(int pid, char comm[]) | |||
800 | return; | 808 | return; |
801 | } | 809 | } |
802 | 810 | ||
811 | preempt_disable(); | ||
803 | __raw_spin_lock(&trace_cmdline_lock); | 812 | __raw_spin_lock(&trace_cmdline_lock); |
804 | map = map_pid_to_cmdline[pid]; | 813 | map = map_pid_to_cmdline[pid]; |
805 | if (map != NO_CMDLINE_MAP) | 814 | if (map != NO_CMDLINE_MAP) |
@@ -808,6 +817,7 @@ void trace_find_cmdline(int pid, char comm[]) | |||
808 | strcpy(comm, "<...>"); | 817 | strcpy(comm, "<...>"); |
809 | 818 | ||
810 | __raw_spin_unlock(&trace_cmdline_lock); | 819 | __raw_spin_unlock(&trace_cmdline_lock); |
820 | preempt_enable(); | ||
811 | } | 821 | } |
812 | 822 | ||
813 | void tracing_record_cmdline(struct task_struct *tsk) | 823 | void tracing_record_cmdline(struct task_struct *tsk) |
@@ -840,7 +850,7 @@ tracing_generic_entry_update(struct trace_entry *entry, unsigned long flags, | |||
840 | } | 850 | } |
841 | 851 | ||
842 | struct ring_buffer_event *trace_buffer_lock_reserve(struct trace_array *tr, | 852 | struct ring_buffer_event *trace_buffer_lock_reserve(struct trace_array *tr, |
843 | unsigned char type, | 853 | int type, |
844 | unsigned long len, | 854 | unsigned long len, |
845 | unsigned long flags, int pc) | 855 | unsigned long flags, int pc) |
846 | { | 856 | { |
@@ -883,30 +893,40 @@ void trace_buffer_unlock_commit(struct trace_array *tr, | |||
883 | } | 893 | } |
884 | 894 | ||
885 | struct ring_buffer_event * | 895 | struct ring_buffer_event * |
886 | trace_current_buffer_lock_reserve(unsigned char type, unsigned long len, | 896 | trace_current_buffer_lock_reserve(int type, unsigned long len, |
887 | unsigned long flags, int pc) | 897 | unsigned long flags, int pc) |
888 | { | 898 | { |
889 | return trace_buffer_lock_reserve(&global_trace, | 899 | return trace_buffer_lock_reserve(&global_trace, |
890 | type, len, flags, pc); | 900 | type, len, flags, pc); |
891 | } | 901 | } |
902 | EXPORT_SYMBOL_GPL(trace_current_buffer_lock_reserve); | ||
892 | 903 | ||
893 | void trace_current_buffer_unlock_commit(struct ring_buffer_event *event, | 904 | void trace_current_buffer_unlock_commit(struct ring_buffer_event *event, |
894 | unsigned long flags, int pc) | 905 | unsigned long flags, int pc) |
895 | { | 906 | { |
896 | return __trace_buffer_unlock_commit(&global_trace, event, flags, pc, 1); | 907 | __trace_buffer_unlock_commit(&global_trace, event, flags, pc, 1); |
897 | } | 908 | } |
909 | EXPORT_SYMBOL_GPL(trace_current_buffer_unlock_commit); | ||
898 | 910 | ||
899 | void trace_nowake_buffer_unlock_commit(struct ring_buffer_event *event, | 911 | void trace_nowake_buffer_unlock_commit(struct ring_buffer_event *event, |
900 | unsigned long flags, int pc) | 912 | unsigned long flags, int pc) |
901 | { | 913 | { |
902 | return __trace_buffer_unlock_commit(&global_trace, event, flags, pc, 0); | 914 | __trace_buffer_unlock_commit(&global_trace, event, flags, pc, 0); |
915 | } | ||
916 | EXPORT_SYMBOL_GPL(trace_nowake_buffer_unlock_commit); | ||
917 | |||
918 | void trace_current_buffer_discard_commit(struct ring_buffer_event *event) | ||
919 | { | ||
920 | ring_buffer_discard_commit(global_trace.buffer, event); | ||
903 | } | 921 | } |
922 | EXPORT_SYMBOL_GPL(trace_current_buffer_discard_commit); | ||
904 | 923 | ||
905 | void | 924 | void |
906 | trace_function(struct trace_array *tr, | 925 | trace_function(struct trace_array *tr, |
907 | unsigned long ip, unsigned long parent_ip, unsigned long flags, | 926 | unsigned long ip, unsigned long parent_ip, unsigned long flags, |
908 | int pc) | 927 | int pc) |
909 | { | 928 | { |
929 | struct ftrace_event_call *call = &event_function; | ||
910 | struct ring_buffer_event *event; | 930 | struct ring_buffer_event *event; |
911 | struct ftrace_entry *entry; | 931 | struct ftrace_entry *entry; |
912 | 932 | ||
@@ -921,7 +941,9 @@ trace_function(struct trace_array *tr, | |||
921 | entry = ring_buffer_event_data(event); | 941 | entry = ring_buffer_event_data(event); |
922 | entry->ip = ip; | 942 | entry->ip = ip; |
923 | entry->parent_ip = parent_ip; | 943 | entry->parent_ip = parent_ip; |
924 | ring_buffer_unlock_commit(tr->buffer, event); | 944 | |
945 | if (!filter_check_discard(call, entry, tr->buffer, event)) | ||
946 | ring_buffer_unlock_commit(tr->buffer, event); | ||
925 | } | 947 | } |
926 | 948 | ||
927 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | 949 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER |
@@ -930,6 +952,7 @@ static int __trace_graph_entry(struct trace_array *tr, | |||
930 | unsigned long flags, | 952 | unsigned long flags, |
931 | int pc) | 953 | int pc) |
932 | { | 954 | { |
955 | struct ftrace_event_call *call = &event_funcgraph_entry; | ||
933 | struct ring_buffer_event *event; | 956 | struct ring_buffer_event *event; |
934 | struct ftrace_graph_ent_entry *entry; | 957 | struct ftrace_graph_ent_entry *entry; |
935 | 958 | ||
@@ -942,7 +965,8 @@ static int __trace_graph_entry(struct trace_array *tr, | |||
942 | return 0; | 965 | return 0; |
943 | entry = ring_buffer_event_data(event); | 966 | entry = ring_buffer_event_data(event); |
944 | entry->graph_ent = *trace; | 967 | entry->graph_ent = *trace; |
945 | ring_buffer_unlock_commit(global_trace.buffer, event); | 968 | if (!filter_current_check_discard(call, entry, event)) |
969 | ring_buffer_unlock_commit(global_trace.buffer, event); | ||
946 | 970 | ||
947 | return 1; | 971 | return 1; |
948 | } | 972 | } |
@@ -952,6 +976,7 @@ static void __trace_graph_return(struct trace_array *tr, | |||
952 | unsigned long flags, | 976 | unsigned long flags, |
953 | int pc) | 977 | int pc) |
954 | { | 978 | { |
979 | struct ftrace_event_call *call = &event_funcgraph_exit; | ||
955 | struct ring_buffer_event *event; | 980 | struct ring_buffer_event *event; |
956 | struct ftrace_graph_ret_entry *entry; | 981 | struct ftrace_graph_ret_entry *entry; |
957 | 982 | ||
@@ -964,7 +989,8 @@ static void __trace_graph_return(struct trace_array *tr, | |||
964 | return; | 989 | return; |
965 | entry = ring_buffer_event_data(event); | 990 | entry = ring_buffer_event_data(event); |
966 | entry->ret = *trace; | 991 | entry->ret = *trace; |
967 | ring_buffer_unlock_commit(global_trace.buffer, event); | 992 | if (!filter_current_check_discard(call, entry, event)) |
993 | ring_buffer_unlock_commit(global_trace.buffer, event); | ||
968 | } | 994 | } |
969 | #endif | 995 | #endif |
970 | 996 | ||
@@ -982,6 +1008,7 @@ static void __ftrace_trace_stack(struct trace_array *tr, | |||
982 | int skip, int pc) | 1008 | int skip, int pc) |
983 | { | 1009 | { |
984 | #ifdef CONFIG_STACKTRACE | 1010 | #ifdef CONFIG_STACKTRACE |
1011 | struct ftrace_event_call *call = &event_kernel_stack; | ||
985 | struct ring_buffer_event *event; | 1012 | struct ring_buffer_event *event; |
986 | struct stack_entry *entry; | 1013 | struct stack_entry *entry; |
987 | struct stack_trace trace; | 1014 | struct stack_trace trace; |
@@ -999,7 +1026,8 @@ static void __ftrace_trace_stack(struct trace_array *tr, | |||
999 | trace.entries = entry->caller; | 1026 | trace.entries = entry->caller; |
1000 | 1027 | ||
1001 | save_stack_trace(&trace); | 1028 | save_stack_trace(&trace); |
1002 | ring_buffer_unlock_commit(tr->buffer, event); | 1029 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
1030 | ring_buffer_unlock_commit(tr->buffer, event); | ||
1003 | #endif | 1031 | #endif |
1004 | } | 1032 | } |
1005 | 1033 | ||
@@ -1024,6 +1052,7 @@ static void ftrace_trace_userstack(struct trace_array *tr, | |||
1024 | unsigned long flags, int pc) | 1052 | unsigned long flags, int pc) |
1025 | { | 1053 | { |
1026 | #ifdef CONFIG_STACKTRACE | 1054 | #ifdef CONFIG_STACKTRACE |
1055 | struct ftrace_event_call *call = &event_user_stack; | ||
1027 | struct ring_buffer_event *event; | 1056 | struct ring_buffer_event *event; |
1028 | struct userstack_entry *entry; | 1057 | struct userstack_entry *entry; |
1029 | struct stack_trace trace; | 1058 | struct stack_trace trace; |
@@ -1045,7 +1074,8 @@ static void ftrace_trace_userstack(struct trace_array *tr, | |||
1045 | trace.entries = entry->caller; | 1074 | trace.entries = entry->caller; |
1046 | 1075 | ||
1047 | save_stack_trace_user(&trace); | 1076 | save_stack_trace_user(&trace); |
1048 | ring_buffer_unlock_commit(tr->buffer, event); | 1077 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
1078 | ring_buffer_unlock_commit(tr->buffer, event); | ||
1049 | #endif | 1079 | #endif |
1050 | } | 1080 | } |
1051 | 1081 | ||
@@ -1089,6 +1119,7 @@ tracing_sched_switch_trace(struct trace_array *tr, | |||
1089 | struct task_struct *next, | 1119 | struct task_struct *next, |
1090 | unsigned long flags, int pc) | 1120 | unsigned long flags, int pc) |
1091 | { | 1121 | { |
1122 | struct ftrace_event_call *call = &event_context_switch; | ||
1092 | struct ring_buffer_event *event; | 1123 | struct ring_buffer_event *event; |
1093 | struct ctx_switch_entry *entry; | 1124 | struct ctx_switch_entry *entry; |
1094 | 1125 | ||
@@ -1104,7 +1135,9 @@ tracing_sched_switch_trace(struct trace_array *tr, | |||
1104 | entry->next_prio = next->prio; | 1135 | entry->next_prio = next->prio; |
1105 | entry->next_state = next->state; | 1136 | entry->next_state = next->state; |
1106 | entry->next_cpu = task_cpu(next); | 1137 | entry->next_cpu = task_cpu(next); |
1107 | trace_buffer_unlock_commit(tr, event, flags, pc); | 1138 | |
1139 | if (!filter_check_discard(call, entry, tr->buffer, event)) | ||
1140 | trace_buffer_unlock_commit(tr, event, flags, pc); | ||
1108 | } | 1141 | } |
1109 | 1142 | ||
1110 | void | 1143 | void |
@@ -1113,6 +1146,7 @@ tracing_sched_wakeup_trace(struct trace_array *tr, | |||
1113 | struct task_struct *curr, | 1146 | struct task_struct *curr, |
1114 | unsigned long flags, int pc) | 1147 | unsigned long flags, int pc) |
1115 | { | 1148 | { |
1149 | struct ftrace_event_call *call = &event_wakeup; | ||
1116 | struct ring_buffer_event *event; | 1150 | struct ring_buffer_event *event; |
1117 | struct ctx_switch_entry *entry; | 1151 | struct ctx_switch_entry *entry; |
1118 | 1152 | ||
@@ -1129,7 +1163,8 @@ tracing_sched_wakeup_trace(struct trace_array *tr, | |||
1129 | entry->next_state = wakee->state; | 1163 | entry->next_state = wakee->state; |
1130 | entry->next_cpu = task_cpu(wakee); | 1164 | entry->next_cpu = task_cpu(wakee); |
1131 | 1165 | ||
1132 | ring_buffer_unlock_commit(tr->buffer, event); | 1166 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
1167 | ring_buffer_unlock_commit(tr->buffer, event); | ||
1133 | ftrace_trace_stack(tr, flags, 6, pc); | 1168 | ftrace_trace_stack(tr, flags, 6, pc); |
1134 | ftrace_trace_userstack(tr, flags, pc); | 1169 | ftrace_trace_userstack(tr, flags, pc); |
1135 | } | 1170 | } |
@@ -1230,11 +1265,13 @@ int trace_vbprintk(unsigned long ip, const char *fmt, va_list args) | |||
1230 | (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; | 1265 | (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; |
1231 | static u32 trace_buf[TRACE_BUF_SIZE]; | 1266 | static u32 trace_buf[TRACE_BUF_SIZE]; |
1232 | 1267 | ||
1268 | struct ftrace_event_call *call = &event_bprint; | ||
1233 | struct ring_buffer_event *event; | 1269 | struct ring_buffer_event *event; |
1234 | struct trace_array *tr = &global_trace; | 1270 | struct trace_array *tr = &global_trace; |
1235 | struct trace_array_cpu *data; | 1271 | struct trace_array_cpu *data; |
1236 | struct bprint_entry *entry; | 1272 | struct bprint_entry *entry; |
1237 | unsigned long flags; | 1273 | unsigned long flags; |
1274 | int disable; | ||
1238 | int resched; | 1275 | int resched; |
1239 | int cpu, len = 0, size, pc; | 1276 | int cpu, len = 0, size, pc; |
1240 | 1277 | ||
@@ -1249,7 +1286,8 @@ int trace_vbprintk(unsigned long ip, const char *fmt, va_list args) | |||
1249 | cpu = raw_smp_processor_id(); | 1286 | cpu = raw_smp_processor_id(); |
1250 | data = tr->data[cpu]; | 1287 | data = tr->data[cpu]; |
1251 | 1288 | ||
1252 | if (unlikely(atomic_read(&data->disabled))) | 1289 | disable = atomic_inc_return(&data->disabled); |
1290 | if (unlikely(disable != 1)) | ||
1253 | goto out; | 1291 | goto out; |
1254 | 1292 | ||
1255 | /* Lockdep uses trace_printk for lock tracing */ | 1293 | /* Lockdep uses trace_printk for lock tracing */ |
@@ -1269,13 +1307,15 @@ int trace_vbprintk(unsigned long ip, const char *fmt, va_list args) | |||
1269 | entry->fmt = fmt; | 1307 | entry->fmt = fmt; |
1270 | 1308 | ||
1271 | memcpy(entry->buf, trace_buf, sizeof(u32) * len); | 1309 | memcpy(entry->buf, trace_buf, sizeof(u32) * len); |
1272 | ring_buffer_unlock_commit(tr->buffer, event); | 1310 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
1311 | ring_buffer_unlock_commit(tr->buffer, event); | ||
1273 | 1312 | ||
1274 | out_unlock: | 1313 | out_unlock: |
1275 | __raw_spin_unlock(&trace_buf_lock); | 1314 | __raw_spin_unlock(&trace_buf_lock); |
1276 | local_irq_restore(flags); | 1315 | local_irq_restore(flags); |
1277 | 1316 | ||
1278 | out: | 1317 | out: |
1318 | atomic_dec_return(&data->disabled); | ||
1279 | ftrace_preempt_enable(resched); | 1319 | ftrace_preempt_enable(resched); |
1280 | unpause_graph_tracing(); | 1320 | unpause_graph_tracing(); |
1281 | 1321 | ||
@@ -1288,12 +1328,14 @@ int trace_vprintk(unsigned long ip, const char *fmt, va_list args) | |||
1288 | static raw_spinlock_t trace_buf_lock = __RAW_SPIN_LOCK_UNLOCKED; | 1328 | static raw_spinlock_t trace_buf_lock = __RAW_SPIN_LOCK_UNLOCKED; |
1289 | static char trace_buf[TRACE_BUF_SIZE]; | 1329 | static char trace_buf[TRACE_BUF_SIZE]; |
1290 | 1330 | ||
1331 | struct ftrace_event_call *call = &event_print; | ||
1291 | struct ring_buffer_event *event; | 1332 | struct ring_buffer_event *event; |
1292 | struct trace_array *tr = &global_trace; | 1333 | struct trace_array *tr = &global_trace; |
1293 | struct trace_array_cpu *data; | 1334 | struct trace_array_cpu *data; |
1294 | int cpu, len = 0, size, pc; | 1335 | int cpu, len = 0, size, pc; |
1295 | struct print_entry *entry; | 1336 | struct print_entry *entry; |
1296 | unsigned long irq_flags; | 1337 | unsigned long irq_flags; |
1338 | int disable; | ||
1297 | 1339 | ||
1298 | if (tracing_disabled || tracing_selftest_running) | 1340 | if (tracing_disabled || tracing_selftest_running) |
1299 | return 0; | 1341 | return 0; |
@@ -1303,7 +1345,8 @@ int trace_vprintk(unsigned long ip, const char *fmt, va_list args) | |||
1303 | cpu = raw_smp_processor_id(); | 1345 | cpu = raw_smp_processor_id(); |
1304 | data = tr->data[cpu]; | 1346 | data = tr->data[cpu]; |
1305 | 1347 | ||
1306 | if (unlikely(atomic_read(&data->disabled))) | 1348 | disable = atomic_inc_return(&data->disabled); |
1349 | if (unlikely(disable != 1)) | ||
1307 | goto out; | 1350 | goto out; |
1308 | 1351 | ||
1309 | pause_graph_tracing(); | 1352 | pause_graph_tracing(); |
@@ -1323,13 +1366,15 @@ int trace_vprintk(unsigned long ip, const char *fmt, va_list args) | |||
1323 | 1366 | ||
1324 | memcpy(&entry->buf, trace_buf, len); | 1367 | memcpy(&entry->buf, trace_buf, len); |
1325 | entry->buf[len] = 0; | 1368 | entry->buf[len] = 0; |
1326 | ring_buffer_unlock_commit(tr->buffer, event); | 1369 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
1370 | ring_buffer_unlock_commit(tr->buffer, event); | ||
1327 | 1371 | ||
1328 | out_unlock: | 1372 | out_unlock: |
1329 | __raw_spin_unlock(&trace_buf_lock); | 1373 | __raw_spin_unlock(&trace_buf_lock); |
1330 | raw_local_irq_restore(irq_flags); | 1374 | raw_local_irq_restore(irq_flags); |
1331 | unpause_graph_tracing(); | 1375 | unpause_graph_tracing(); |
1332 | out: | 1376 | out: |
1377 | atomic_dec_return(&data->disabled); | ||
1333 | preempt_enable_notrace(); | 1378 | preempt_enable_notrace(); |
1334 | 1379 | ||
1335 | return len; | 1380 | return len; |
@@ -1526,12 +1571,14 @@ static void *s_start(struct seq_file *m, loff_t *pos) | |||
1526 | p = s_next(m, p, &l); | 1571 | p = s_next(m, p, &l); |
1527 | } | 1572 | } |
1528 | 1573 | ||
1574 | trace_event_read_lock(); | ||
1529 | return p; | 1575 | return p; |
1530 | } | 1576 | } |
1531 | 1577 | ||
1532 | static void s_stop(struct seq_file *m, void *p) | 1578 | static void s_stop(struct seq_file *m, void *p) |
1533 | { | 1579 | { |
1534 | atomic_dec(&trace_record_cmdline_disabled); | 1580 | atomic_dec(&trace_record_cmdline_disabled); |
1581 | trace_event_read_unlock(); | ||
1535 | } | 1582 | } |
1536 | 1583 | ||
1537 | static void print_lat_help_header(struct seq_file *m) | 1584 | static void print_lat_help_header(struct seq_file *m) |
@@ -1774,6 +1821,7 @@ static int trace_empty(struct trace_iterator *iter) | |||
1774 | return 1; | 1821 | return 1; |
1775 | } | 1822 | } |
1776 | 1823 | ||
1824 | /* Called with trace_event_read_lock() held. */ | ||
1777 | static enum print_line_t print_trace_line(struct trace_iterator *iter) | 1825 | static enum print_line_t print_trace_line(struct trace_iterator *iter) |
1778 | { | 1826 | { |
1779 | enum print_line_t ret; | 1827 | enum print_line_t ret; |
@@ -2397,6 +2445,56 @@ static const struct file_operations tracing_readme_fops = { | |||
2397 | }; | 2445 | }; |
2398 | 2446 | ||
2399 | static ssize_t | 2447 | static ssize_t |
2448 | tracing_saved_cmdlines_read(struct file *file, char __user *ubuf, | ||
2449 | size_t cnt, loff_t *ppos) | ||
2450 | { | ||
2451 | char *buf_comm; | ||
2452 | char *file_buf; | ||
2453 | char *buf; | ||
2454 | int len = 0; | ||
2455 | int pid; | ||
2456 | int i; | ||
2457 | |||
2458 | file_buf = kmalloc(SAVED_CMDLINES*(16+TASK_COMM_LEN), GFP_KERNEL); | ||
2459 | if (!file_buf) | ||
2460 | return -ENOMEM; | ||
2461 | |||
2462 | buf_comm = kmalloc(TASK_COMM_LEN, GFP_KERNEL); | ||
2463 | if (!buf_comm) { | ||
2464 | kfree(file_buf); | ||
2465 | return -ENOMEM; | ||
2466 | } | ||
2467 | |||
2468 | buf = file_buf; | ||
2469 | |||
2470 | for (i = 0; i < SAVED_CMDLINES; i++) { | ||
2471 | int r; | ||
2472 | |||
2473 | pid = map_cmdline_to_pid[i]; | ||
2474 | if (pid == -1 || pid == NO_CMDLINE_MAP) | ||
2475 | continue; | ||
2476 | |||
2477 | trace_find_cmdline(pid, buf_comm); | ||
2478 | r = sprintf(buf, "%d %s\n", pid, buf_comm); | ||
2479 | buf += r; | ||
2480 | len += r; | ||
2481 | } | ||
2482 | |||
2483 | len = simple_read_from_buffer(ubuf, cnt, ppos, | ||
2484 | file_buf, len); | ||
2485 | |||
2486 | kfree(file_buf); | ||
2487 | kfree(buf_comm); | ||
2488 | |||
2489 | return len; | ||
2490 | } | ||
2491 | |||
2492 | static const struct file_operations tracing_saved_cmdlines_fops = { | ||
2493 | .open = tracing_open_generic, | ||
2494 | .read = tracing_saved_cmdlines_read, | ||
2495 | }; | ||
2496 | |||
2497 | static ssize_t | ||
2400 | tracing_ctrl_read(struct file *filp, char __user *ubuf, | 2498 | tracing_ctrl_read(struct file *filp, char __user *ubuf, |
2401 | size_t cnt, loff_t *ppos) | 2499 | size_t cnt, loff_t *ppos) |
2402 | { | 2500 | { |
@@ -2728,6 +2826,9 @@ static int tracing_open_pipe(struct inode *inode, struct file *filp) | |||
2728 | /* trace pipe does not show start of buffer */ | 2826 | /* trace pipe does not show start of buffer */ |
2729 | cpumask_setall(iter->started); | 2827 | cpumask_setall(iter->started); |
2730 | 2828 | ||
2829 | if (trace_flags & TRACE_ITER_LATENCY_FMT) | ||
2830 | iter->iter_flags |= TRACE_FILE_LAT_FMT; | ||
2831 | |||
2731 | iter->cpu_file = cpu_file; | 2832 | iter->cpu_file = cpu_file; |
2732 | iter->tr = &global_trace; | 2833 | iter->tr = &global_trace; |
2733 | mutex_init(&iter->mutex); | 2834 | mutex_init(&iter->mutex); |
@@ -2915,6 +3016,7 @@ waitagain: | |||
2915 | offsetof(struct trace_iterator, seq)); | 3016 | offsetof(struct trace_iterator, seq)); |
2916 | iter->pos = -1; | 3017 | iter->pos = -1; |
2917 | 3018 | ||
3019 | trace_event_read_lock(); | ||
2918 | while (find_next_entry_inc(iter) != NULL) { | 3020 | while (find_next_entry_inc(iter) != NULL) { |
2919 | enum print_line_t ret; | 3021 | enum print_line_t ret; |
2920 | int len = iter->seq.len; | 3022 | int len = iter->seq.len; |
@@ -2931,6 +3033,7 @@ waitagain: | |||
2931 | if (iter->seq.len >= cnt) | 3033 | if (iter->seq.len >= cnt) |
2932 | break; | 3034 | break; |
2933 | } | 3035 | } |
3036 | trace_event_read_unlock(); | ||
2934 | 3037 | ||
2935 | /* Now copy what we have to the user */ | 3038 | /* Now copy what we have to the user */ |
2936 | sret = trace_seq_to_user(&iter->seq, ubuf, cnt); | 3039 | sret = trace_seq_to_user(&iter->seq, ubuf, cnt); |
@@ -3053,6 +3156,8 @@ static ssize_t tracing_splice_read_pipe(struct file *filp, | |||
3053 | goto out_err; | 3156 | goto out_err; |
3054 | } | 3157 | } |
3055 | 3158 | ||
3159 | trace_event_read_lock(); | ||
3160 | |||
3056 | /* Fill as many pages as possible. */ | 3161 | /* Fill as many pages as possible. */ |
3057 | for (i = 0, rem = len; i < PIPE_BUFFERS && rem; i++) { | 3162 | for (i = 0, rem = len; i < PIPE_BUFFERS && rem; i++) { |
3058 | pages[i] = alloc_page(GFP_KERNEL); | 3163 | pages[i] = alloc_page(GFP_KERNEL); |
@@ -3075,6 +3180,7 @@ static ssize_t tracing_splice_read_pipe(struct file *filp, | |||
3075 | trace_seq_init(&iter->seq); | 3180 | trace_seq_init(&iter->seq); |
3076 | } | 3181 | } |
3077 | 3182 | ||
3183 | trace_event_read_unlock(); | ||
3078 | mutex_unlock(&iter->mutex); | 3184 | mutex_unlock(&iter->mutex); |
3079 | 3185 | ||
3080 | spd.nr_pages = i; | 3186 | spd.nr_pages = i; |
@@ -3425,7 +3531,7 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos, | |||
3425 | .spd_release = buffer_spd_release, | 3531 | .spd_release = buffer_spd_release, |
3426 | }; | 3532 | }; |
3427 | struct buffer_ref *ref; | 3533 | struct buffer_ref *ref; |
3428 | int size, i; | 3534 | int entries, size, i; |
3429 | size_t ret; | 3535 | size_t ret; |
3430 | 3536 | ||
3431 | if (*ppos & (PAGE_SIZE - 1)) { | 3537 | if (*ppos & (PAGE_SIZE - 1)) { |
@@ -3440,7 +3546,9 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos, | |||
3440 | len &= PAGE_MASK; | 3546 | len &= PAGE_MASK; |
3441 | } | 3547 | } |
3442 | 3548 | ||
3443 | for (i = 0; i < PIPE_BUFFERS && len; i++, len -= PAGE_SIZE) { | 3549 | entries = ring_buffer_entries_cpu(info->tr->buffer, info->cpu); |
3550 | |||
3551 | for (i = 0; i < PIPE_BUFFERS && len && entries; i++, len -= PAGE_SIZE) { | ||
3444 | struct page *page; | 3552 | struct page *page; |
3445 | int r; | 3553 | int r; |
3446 | 3554 | ||
@@ -3457,7 +3565,7 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos, | |||
3457 | } | 3565 | } |
3458 | 3566 | ||
3459 | r = ring_buffer_read_page(ref->buffer, &ref->page, | 3567 | r = ring_buffer_read_page(ref->buffer, &ref->page, |
3460 | len, info->cpu, 0); | 3568 | len, info->cpu, 1); |
3461 | if (r < 0) { | 3569 | if (r < 0) { |
3462 | ring_buffer_free_read_page(ref->buffer, | 3570 | ring_buffer_free_read_page(ref->buffer, |
3463 | ref->page); | 3571 | ref->page); |
@@ -3481,6 +3589,8 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos, | |||
3481 | spd.partial[i].private = (unsigned long)ref; | 3589 | spd.partial[i].private = (unsigned long)ref; |
3482 | spd.nr_pages++; | 3590 | spd.nr_pages++; |
3483 | *ppos += PAGE_SIZE; | 3591 | *ppos += PAGE_SIZE; |
3592 | |||
3593 | entries = ring_buffer_entries_cpu(info->tr->buffer, info->cpu); | ||
3484 | } | 3594 | } |
3485 | 3595 | ||
3486 | spd.nr_pages = i; | 3596 | spd.nr_pages = i; |
@@ -3508,6 +3618,45 @@ static const struct file_operations tracing_buffers_fops = { | |||
3508 | .llseek = no_llseek, | 3618 | .llseek = no_llseek, |
3509 | }; | 3619 | }; |
3510 | 3620 | ||
3621 | static ssize_t | ||
3622 | tracing_stats_read(struct file *filp, char __user *ubuf, | ||
3623 | size_t count, loff_t *ppos) | ||
3624 | { | ||
3625 | unsigned long cpu = (unsigned long)filp->private_data; | ||
3626 | struct trace_array *tr = &global_trace; | ||
3627 | struct trace_seq *s; | ||
3628 | unsigned long cnt; | ||
3629 | |||
3630 | s = kmalloc(sizeof(*s), GFP_ATOMIC); | ||
3631 | if (!s) | ||
3632 | return ENOMEM; | ||
3633 | |||
3634 | trace_seq_init(s); | ||
3635 | |||
3636 | cnt = ring_buffer_entries_cpu(tr->buffer, cpu); | ||
3637 | trace_seq_printf(s, "entries: %ld\n", cnt); | ||
3638 | |||
3639 | cnt = ring_buffer_overrun_cpu(tr->buffer, cpu); | ||
3640 | trace_seq_printf(s, "overrun: %ld\n", cnt); | ||
3641 | |||
3642 | cnt = ring_buffer_commit_overrun_cpu(tr->buffer, cpu); | ||
3643 | trace_seq_printf(s, "commit overrun: %ld\n", cnt); | ||
3644 | |||
3645 | cnt = ring_buffer_nmi_dropped_cpu(tr->buffer, cpu); | ||
3646 | trace_seq_printf(s, "nmi dropped: %ld\n", cnt); | ||
3647 | |||
3648 | count = simple_read_from_buffer(ubuf, count, ppos, s->buffer, s->len); | ||
3649 | |||
3650 | kfree(s); | ||
3651 | |||
3652 | return count; | ||
3653 | } | ||
3654 | |||
3655 | static const struct file_operations tracing_stats_fops = { | ||
3656 | .open = tracing_open_generic, | ||
3657 | .read = tracing_stats_read, | ||
3658 | }; | ||
3659 | |||
3511 | #ifdef CONFIG_DYNAMIC_FTRACE | 3660 | #ifdef CONFIG_DYNAMIC_FTRACE |
3512 | 3661 | ||
3513 | int __weak ftrace_arch_read_dyn_info(char *buf, int size) | 3662 | int __weak ftrace_arch_read_dyn_info(char *buf, int size) |
@@ -3597,7 +3746,7 @@ struct dentry *tracing_dentry_percpu(void) | |||
3597 | static void tracing_init_debugfs_percpu(long cpu) | 3746 | static void tracing_init_debugfs_percpu(long cpu) |
3598 | { | 3747 | { |
3599 | struct dentry *d_percpu = tracing_dentry_percpu(); | 3748 | struct dentry *d_percpu = tracing_dentry_percpu(); |
3600 | struct dentry *entry, *d_cpu; | 3749 | struct dentry *d_cpu; |
3601 | /* strlen(cpu) + MAX(log10(cpu)) + '\0' */ | 3750 | /* strlen(cpu) + MAX(log10(cpu)) + '\0' */ |
3602 | char cpu_dir[7]; | 3751 | char cpu_dir[7]; |
3603 | 3752 | ||
@@ -3612,21 +3761,18 @@ static void tracing_init_debugfs_percpu(long cpu) | |||
3612 | } | 3761 | } |
3613 | 3762 | ||
3614 | /* per cpu trace_pipe */ | 3763 | /* per cpu trace_pipe */ |
3615 | entry = debugfs_create_file("trace_pipe", 0444, d_cpu, | 3764 | trace_create_file("trace_pipe", 0444, d_cpu, |
3616 | (void *) cpu, &tracing_pipe_fops); | 3765 | (void *) cpu, &tracing_pipe_fops); |
3617 | if (!entry) | ||
3618 | pr_warning("Could not create debugfs 'trace_pipe' entry\n"); | ||
3619 | 3766 | ||
3620 | /* per cpu trace */ | 3767 | /* per cpu trace */ |
3621 | entry = debugfs_create_file("trace", 0644, d_cpu, | 3768 | trace_create_file("trace", 0644, d_cpu, |
3622 | (void *) cpu, &tracing_fops); | 3769 | (void *) cpu, &tracing_fops); |
3623 | if (!entry) | 3770 | |
3624 | pr_warning("Could not create debugfs 'trace' entry\n"); | 3771 | trace_create_file("trace_pipe_raw", 0444, d_cpu, |
3772 | (void *) cpu, &tracing_buffers_fops); | ||
3625 | 3773 | ||
3626 | entry = debugfs_create_file("trace_pipe_raw", 0444, d_cpu, | 3774 | trace_create_file("stats", 0444, d_cpu, |
3627 | (void *) cpu, &tracing_buffers_fops); | 3775 | (void *) cpu, &tracing_stats_fops); |
3628 | if (!entry) | ||
3629 | pr_warning("Could not create debugfs 'trace_pipe_raw' entry\n"); | ||
3630 | } | 3776 | } |
3631 | 3777 | ||
3632 | #ifdef CONFIG_FTRACE_SELFTEST | 3778 | #ifdef CONFIG_FTRACE_SELFTEST |
@@ -3782,6 +3928,22 @@ static const struct file_operations trace_options_core_fops = { | |||
3782 | .write = trace_options_core_write, | 3928 | .write = trace_options_core_write, |
3783 | }; | 3929 | }; |
3784 | 3930 | ||
3931 | struct dentry *trace_create_file(const char *name, | ||
3932 | mode_t mode, | ||
3933 | struct dentry *parent, | ||
3934 | void *data, | ||
3935 | const struct file_operations *fops) | ||
3936 | { | ||
3937 | struct dentry *ret; | ||
3938 | |||
3939 | ret = debugfs_create_file(name, mode, parent, data, fops); | ||
3940 | if (!ret) | ||
3941 | pr_warning("Could not create debugfs '%s' entry\n", name); | ||
3942 | |||
3943 | return ret; | ||
3944 | } | ||
3945 | |||
3946 | |||
3785 | static struct dentry *trace_options_init_dentry(void) | 3947 | static struct dentry *trace_options_init_dentry(void) |
3786 | { | 3948 | { |
3787 | struct dentry *d_tracer; | 3949 | struct dentry *d_tracer; |
@@ -3809,7 +3971,6 @@ create_trace_option_file(struct trace_option_dentry *topt, | |||
3809 | struct tracer_opt *opt) | 3971 | struct tracer_opt *opt) |
3810 | { | 3972 | { |
3811 | struct dentry *t_options; | 3973 | struct dentry *t_options; |
3812 | struct dentry *entry; | ||
3813 | 3974 | ||
3814 | t_options = trace_options_init_dentry(); | 3975 | t_options = trace_options_init_dentry(); |
3815 | if (!t_options) | 3976 | if (!t_options) |
@@ -3818,11 +3979,9 @@ create_trace_option_file(struct trace_option_dentry *topt, | |||
3818 | topt->flags = flags; | 3979 | topt->flags = flags; |
3819 | topt->opt = opt; | 3980 | topt->opt = opt; |
3820 | 3981 | ||
3821 | entry = debugfs_create_file(opt->name, 0644, t_options, topt, | 3982 | topt->entry = trace_create_file(opt->name, 0644, t_options, topt, |
3822 | &trace_options_fops); | 3983 | &trace_options_fops); |
3823 | 3984 | ||
3824 | topt->entry = entry; | ||
3825 | |||
3826 | } | 3985 | } |
3827 | 3986 | ||
3828 | static struct trace_option_dentry * | 3987 | static struct trace_option_dentry * |
@@ -3877,123 +4036,84 @@ static struct dentry * | |||
3877 | create_trace_option_core_file(const char *option, long index) | 4036 | create_trace_option_core_file(const char *option, long index) |
3878 | { | 4037 | { |
3879 | struct dentry *t_options; | 4038 | struct dentry *t_options; |
3880 | struct dentry *entry; | ||
3881 | 4039 | ||
3882 | t_options = trace_options_init_dentry(); | 4040 | t_options = trace_options_init_dentry(); |
3883 | if (!t_options) | 4041 | if (!t_options) |
3884 | return NULL; | 4042 | return NULL; |
3885 | 4043 | ||
3886 | entry = debugfs_create_file(option, 0644, t_options, (void *)index, | 4044 | return trace_create_file(option, 0644, t_options, (void *)index, |
3887 | &trace_options_core_fops); | 4045 | &trace_options_core_fops); |
3888 | |||
3889 | return entry; | ||
3890 | } | 4046 | } |
3891 | 4047 | ||
3892 | static __init void create_trace_options_dir(void) | 4048 | static __init void create_trace_options_dir(void) |
3893 | { | 4049 | { |
3894 | struct dentry *t_options; | 4050 | struct dentry *t_options; |
3895 | struct dentry *entry; | ||
3896 | int i; | 4051 | int i; |
3897 | 4052 | ||
3898 | t_options = trace_options_init_dentry(); | 4053 | t_options = trace_options_init_dentry(); |
3899 | if (!t_options) | 4054 | if (!t_options) |
3900 | return; | 4055 | return; |
3901 | 4056 | ||
3902 | for (i = 0; trace_options[i]; i++) { | 4057 | for (i = 0; trace_options[i]; i++) |
3903 | entry = create_trace_option_core_file(trace_options[i], i); | 4058 | create_trace_option_core_file(trace_options[i], i); |
3904 | if (!entry) | ||
3905 | pr_warning("Could not create debugfs %s entry\n", | ||
3906 | trace_options[i]); | ||
3907 | } | ||
3908 | } | 4059 | } |
3909 | 4060 | ||
3910 | static __init int tracer_init_debugfs(void) | 4061 | static __init int tracer_init_debugfs(void) |
3911 | { | 4062 | { |
3912 | struct dentry *d_tracer; | 4063 | struct dentry *d_tracer; |
3913 | struct dentry *entry; | ||
3914 | int cpu; | 4064 | int cpu; |
3915 | 4065 | ||
3916 | d_tracer = tracing_init_dentry(); | 4066 | d_tracer = tracing_init_dentry(); |
3917 | 4067 | ||
3918 | entry = debugfs_create_file("tracing_enabled", 0644, d_tracer, | 4068 | trace_create_file("tracing_enabled", 0644, d_tracer, |
3919 | &global_trace, &tracing_ctrl_fops); | 4069 | &global_trace, &tracing_ctrl_fops); |
3920 | if (!entry) | ||
3921 | pr_warning("Could not create debugfs 'tracing_enabled' entry\n"); | ||
3922 | 4070 | ||
3923 | entry = debugfs_create_file("trace_options", 0644, d_tracer, | 4071 | trace_create_file("trace_options", 0644, d_tracer, |
3924 | NULL, &tracing_iter_fops); | 4072 | NULL, &tracing_iter_fops); |
3925 | if (!entry) | ||
3926 | pr_warning("Could not create debugfs 'trace_options' entry\n"); | ||
3927 | 4073 | ||
3928 | create_trace_options_dir(); | 4074 | trace_create_file("tracing_cpumask", 0644, d_tracer, |
4075 | NULL, &tracing_cpumask_fops); | ||
4076 | |||
4077 | trace_create_file("trace", 0644, d_tracer, | ||
4078 | (void *) TRACE_PIPE_ALL_CPU, &tracing_fops); | ||
3929 | 4079 | ||
3930 | entry = debugfs_create_file("tracing_cpumask", 0644, d_tracer, | 4080 | trace_create_file("available_tracers", 0444, d_tracer, |
3931 | NULL, &tracing_cpumask_fops); | 4081 | &global_trace, &show_traces_fops); |
3932 | if (!entry) | 4082 | |
3933 | pr_warning("Could not create debugfs 'tracing_cpumask' entry\n"); | 4083 | trace_create_file("current_tracer", 0644, d_tracer, |
3934 | 4084 | &global_trace, &set_tracer_fops); | |
3935 | entry = debugfs_create_file("trace", 0644, d_tracer, | 4085 | |
3936 | (void *) TRACE_PIPE_ALL_CPU, &tracing_fops); | 4086 | trace_create_file("tracing_max_latency", 0644, d_tracer, |
3937 | if (!entry) | 4087 | &tracing_max_latency, &tracing_max_lat_fops); |
3938 | pr_warning("Could not create debugfs 'trace' entry\n"); | 4088 | |
3939 | 4089 | trace_create_file("tracing_thresh", 0644, d_tracer, | |
3940 | entry = debugfs_create_file("available_tracers", 0444, d_tracer, | 4090 | &tracing_thresh, &tracing_max_lat_fops); |
3941 | &global_trace, &show_traces_fops); | 4091 | |
3942 | if (!entry) | 4092 | trace_create_file("README", 0444, d_tracer, |
3943 | pr_warning("Could not create debugfs 'available_tracers' entry\n"); | 4093 | NULL, &tracing_readme_fops); |
3944 | 4094 | ||
3945 | entry = debugfs_create_file("current_tracer", 0444, d_tracer, | 4095 | trace_create_file("trace_pipe", 0444, d_tracer, |
3946 | &global_trace, &set_tracer_fops); | ||
3947 | if (!entry) | ||
3948 | pr_warning("Could not create debugfs 'current_tracer' entry\n"); | ||
3949 | |||
3950 | entry = debugfs_create_file("tracing_max_latency", 0644, d_tracer, | ||
3951 | &tracing_max_latency, | ||
3952 | &tracing_max_lat_fops); | ||
3953 | if (!entry) | ||
3954 | pr_warning("Could not create debugfs " | ||
3955 | "'tracing_max_latency' entry\n"); | ||
3956 | |||
3957 | entry = debugfs_create_file("tracing_thresh", 0644, d_tracer, | ||
3958 | &tracing_thresh, &tracing_max_lat_fops); | ||
3959 | if (!entry) | ||
3960 | pr_warning("Could not create debugfs " | ||
3961 | "'tracing_thresh' entry\n"); | ||
3962 | entry = debugfs_create_file("README", 0644, d_tracer, | ||
3963 | NULL, &tracing_readme_fops); | ||
3964 | if (!entry) | ||
3965 | pr_warning("Could not create debugfs 'README' entry\n"); | ||
3966 | |||
3967 | entry = debugfs_create_file("trace_pipe", 0444, d_tracer, | ||
3968 | (void *) TRACE_PIPE_ALL_CPU, &tracing_pipe_fops); | 4096 | (void *) TRACE_PIPE_ALL_CPU, &tracing_pipe_fops); |
3969 | if (!entry) | 4097 | |
3970 | pr_warning("Could not create debugfs " | 4098 | trace_create_file("buffer_size_kb", 0644, d_tracer, |
3971 | "'trace_pipe' entry\n"); | 4099 | &global_trace, &tracing_entries_fops); |
3972 | 4100 | ||
3973 | entry = debugfs_create_file("buffer_size_kb", 0644, d_tracer, | 4101 | trace_create_file("trace_marker", 0220, d_tracer, |
3974 | &global_trace, &tracing_entries_fops); | 4102 | NULL, &tracing_mark_fops); |
3975 | if (!entry) | 4103 | |
3976 | pr_warning("Could not create debugfs " | 4104 | trace_create_file("saved_cmdlines", 0444, d_tracer, |
3977 | "'buffer_size_kb' entry\n"); | 4105 | NULL, &tracing_saved_cmdlines_fops); |
3978 | |||
3979 | entry = debugfs_create_file("trace_marker", 0220, d_tracer, | ||
3980 | NULL, &tracing_mark_fops); | ||
3981 | if (!entry) | ||
3982 | pr_warning("Could not create debugfs " | ||
3983 | "'trace_marker' entry\n"); | ||
3984 | 4106 | ||
3985 | #ifdef CONFIG_DYNAMIC_FTRACE | 4107 | #ifdef CONFIG_DYNAMIC_FTRACE |
3986 | entry = debugfs_create_file("dyn_ftrace_total_info", 0444, d_tracer, | 4108 | trace_create_file("dyn_ftrace_total_info", 0444, d_tracer, |
3987 | &ftrace_update_tot_cnt, | 4109 | &ftrace_update_tot_cnt, &tracing_dyn_info_fops); |
3988 | &tracing_dyn_info_fops); | ||
3989 | if (!entry) | ||
3990 | pr_warning("Could not create debugfs " | ||
3991 | "'dyn_ftrace_total_info' entry\n"); | ||
3992 | #endif | 4110 | #endif |
3993 | #ifdef CONFIG_SYSPROF_TRACER | 4111 | #ifdef CONFIG_SYSPROF_TRACER |
3994 | init_tracer_sysprof_debugfs(d_tracer); | 4112 | init_tracer_sysprof_debugfs(d_tracer); |
3995 | #endif | 4113 | #endif |
3996 | 4114 | ||
4115 | create_trace_options_dir(); | ||
4116 | |||
3997 | for_each_tracing_cpu(cpu) | 4117 | for_each_tracing_cpu(cpu) |
3998 | tracing_init_debugfs_percpu(cpu); | 4118 | tracing_init_debugfs_percpu(cpu); |
3999 | 4119 | ||
@@ -4064,7 +4184,8 @@ trace_printk_seq(struct trace_seq *s) | |||
4064 | 4184 | ||
4065 | static void __ftrace_dump(bool disable_tracing) | 4185 | static void __ftrace_dump(bool disable_tracing) |
4066 | { | 4186 | { |
4067 | static DEFINE_SPINLOCK(ftrace_dump_lock); | 4187 | static raw_spinlock_t ftrace_dump_lock = |
4188 | (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; | ||
4068 | /* use static because iter can be a bit big for the stack */ | 4189 | /* use static because iter can be a bit big for the stack */ |
4069 | static struct trace_iterator iter; | 4190 | static struct trace_iterator iter; |
4070 | unsigned int old_userobj; | 4191 | unsigned int old_userobj; |
@@ -4073,7 +4194,8 @@ static void __ftrace_dump(bool disable_tracing) | |||
4073 | int cnt = 0, cpu; | 4194 | int cnt = 0, cpu; |
4074 | 4195 | ||
4075 | /* only one dump */ | 4196 | /* only one dump */ |
4076 | spin_lock_irqsave(&ftrace_dump_lock, flags); | 4197 | local_irq_save(flags); |
4198 | __raw_spin_lock(&ftrace_dump_lock); | ||
4077 | if (dump_ran) | 4199 | if (dump_ran) |
4078 | goto out; | 4200 | goto out; |
4079 | 4201 | ||
@@ -4145,7 +4267,8 @@ static void __ftrace_dump(bool disable_tracing) | |||
4145 | } | 4267 | } |
4146 | 4268 | ||
4147 | out: | 4269 | out: |
4148 | spin_unlock_irqrestore(&ftrace_dump_lock, flags); | 4270 | __raw_spin_unlock(&ftrace_dump_lock); |
4271 | local_irq_restore(flags); | ||
4149 | } | 4272 | } |
4150 | 4273 | ||
4151 | /* By default: disable tracing after the dump */ | 4274 | /* By default: disable tracing after the dump */ |
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index e685ac2b2ba1..6e735d4771f8 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h | |||
@@ -9,9 +9,12 @@ | |||
9 | #include <linux/mmiotrace.h> | 9 | #include <linux/mmiotrace.h> |
10 | #include <linux/ftrace.h> | 10 | #include <linux/ftrace.h> |
11 | #include <trace/boot.h> | 11 | #include <trace/boot.h> |
12 | #include <trace/kmemtrace.h> | 12 | #include <linux/kmemtrace.h> |
13 | #include <trace/power.h> | 13 | #include <trace/power.h> |
14 | 14 | ||
15 | #include <linux/trace_seq.h> | ||
16 | #include <linux/ftrace_event.h> | ||
17 | |||
15 | enum trace_type { | 18 | enum trace_type { |
16 | __TRACE_FIRST_TYPE = 0, | 19 | __TRACE_FIRST_TYPE = 0, |
17 | 20 | ||
@@ -42,20 +45,6 @@ enum trace_type { | |||
42 | }; | 45 | }; |
43 | 46 | ||
44 | /* | 47 | /* |
45 | * The trace entry - the most basic unit of tracing. This is what | ||
46 | * is printed in the end as a single line in the trace output, such as: | ||
47 | * | ||
48 | * bash-15816 [01] 235.197585: idle_cpu <- irq_enter | ||
49 | */ | ||
50 | struct trace_entry { | ||
51 | unsigned char type; | ||
52 | unsigned char flags; | ||
53 | unsigned char preempt_count; | ||
54 | int pid; | ||
55 | int tgid; | ||
56 | }; | ||
57 | |||
58 | /* | ||
59 | * Function trace entry - function address and parent function addres: | 48 | * Function trace entry - function address and parent function addres: |
60 | */ | 49 | */ |
61 | struct ftrace_entry { | 50 | struct ftrace_entry { |
@@ -263,8 +252,6 @@ struct trace_array_cpu { | |||
263 | char comm[TASK_COMM_LEN]; | 252 | char comm[TASK_COMM_LEN]; |
264 | }; | 253 | }; |
265 | 254 | ||
266 | struct trace_iterator; | ||
267 | |||
268 | /* | 255 | /* |
269 | * The trace array - an array of per-CPU trace arrays. This is the | 256 | * The trace array - an array of per-CPU trace arrays. This is the |
270 | * highest level data structure that individual tracers deal with. | 257 | * highest level data structure that individual tracers deal with. |
@@ -339,15 +326,6 @@ extern void __ftrace_bad_type(void); | |||
339 | __ftrace_bad_type(); \ | 326 | __ftrace_bad_type(); \ |
340 | } while (0) | 327 | } while (0) |
341 | 328 | ||
342 | /* Return values for print_line callback */ | ||
343 | enum print_line_t { | ||
344 | TRACE_TYPE_PARTIAL_LINE = 0, /* Retry after flushing the seq */ | ||
345 | TRACE_TYPE_HANDLED = 1, | ||
346 | TRACE_TYPE_UNHANDLED = 2, /* Relay to other output functions */ | ||
347 | TRACE_TYPE_NO_CONSUME = 3 /* Handled but ask to not consume */ | ||
348 | }; | ||
349 | |||
350 | |||
351 | /* | 329 | /* |
352 | * An option specific to a tracer. This is a boolean value. | 330 | * An option specific to a tracer. This is a boolean value. |
353 | * The bit is the bit index that sets its value on the | 331 | * The bit is the bit index that sets its value on the |
@@ -423,60 +401,30 @@ struct tracer { | |||
423 | struct tracer_stat *stats; | 401 | struct tracer_stat *stats; |
424 | }; | 402 | }; |
425 | 403 | ||
426 | struct trace_seq { | ||
427 | unsigned char buffer[PAGE_SIZE]; | ||
428 | unsigned int len; | ||
429 | unsigned int readpos; | ||
430 | }; | ||
431 | |||
432 | static inline void | ||
433 | trace_seq_init(struct trace_seq *s) | ||
434 | { | ||
435 | s->len = 0; | ||
436 | s->readpos = 0; | ||
437 | } | ||
438 | |||
439 | 404 | ||
440 | #define TRACE_PIPE_ALL_CPU -1 | 405 | #define TRACE_PIPE_ALL_CPU -1 |
441 | 406 | ||
442 | /* | ||
443 | * Trace iterator - used by printout routines who present trace | ||
444 | * results to users and which routines might sleep, etc: | ||
445 | */ | ||
446 | struct trace_iterator { | ||
447 | struct trace_array *tr; | ||
448 | struct tracer *trace; | ||
449 | void *private; | ||
450 | int cpu_file; | ||
451 | struct mutex mutex; | ||
452 | struct ring_buffer_iter *buffer_iter[NR_CPUS]; | ||
453 | |||
454 | /* The below is zeroed out in pipe_read */ | ||
455 | struct trace_seq seq; | ||
456 | struct trace_entry *ent; | ||
457 | int cpu; | ||
458 | u64 ts; | ||
459 | |||
460 | unsigned long iter_flags; | ||
461 | loff_t pos; | ||
462 | long idx; | ||
463 | |||
464 | cpumask_var_t started; | ||
465 | }; | ||
466 | |||
467 | int tracer_init(struct tracer *t, struct trace_array *tr); | 407 | int tracer_init(struct tracer *t, struct trace_array *tr); |
468 | int tracing_is_enabled(void); | 408 | int tracing_is_enabled(void); |
469 | void trace_wake_up(void); | 409 | void trace_wake_up(void); |
470 | void tracing_reset(struct trace_array *tr, int cpu); | 410 | void tracing_reset(struct trace_array *tr, int cpu); |
471 | void tracing_reset_online_cpus(struct trace_array *tr); | 411 | void tracing_reset_online_cpus(struct trace_array *tr); |
412 | void tracing_reset_current(int cpu); | ||
413 | void tracing_reset_current_online_cpus(void); | ||
472 | int tracing_open_generic(struct inode *inode, struct file *filp); | 414 | int tracing_open_generic(struct inode *inode, struct file *filp); |
415 | struct dentry *trace_create_file(const char *name, | ||
416 | mode_t mode, | ||
417 | struct dentry *parent, | ||
418 | void *data, | ||
419 | const struct file_operations *fops); | ||
420 | |||
473 | struct dentry *tracing_init_dentry(void); | 421 | struct dentry *tracing_init_dentry(void); |
474 | void init_tracer_sysprof_debugfs(struct dentry *d_tracer); | 422 | void init_tracer_sysprof_debugfs(struct dentry *d_tracer); |
475 | 423 | ||
476 | struct ring_buffer_event; | 424 | struct ring_buffer_event; |
477 | 425 | ||
478 | struct ring_buffer_event *trace_buffer_lock_reserve(struct trace_array *tr, | 426 | struct ring_buffer_event *trace_buffer_lock_reserve(struct trace_array *tr, |
479 | unsigned char type, | 427 | int type, |
480 | unsigned long len, | 428 | unsigned long len, |
481 | unsigned long flags, | 429 | unsigned long flags, |
482 | int pc); | 430 | int pc); |
@@ -484,14 +432,6 @@ void trace_buffer_unlock_commit(struct trace_array *tr, | |||
484 | struct ring_buffer_event *event, | 432 | struct ring_buffer_event *event, |
485 | unsigned long flags, int pc); | 433 | unsigned long flags, int pc); |
486 | 434 | ||
487 | struct ring_buffer_event * | ||
488 | trace_current_buffer_lock_reserve(unsigned char type, unsigned long len, | ||
489 | unsigned long flags, int pc); | ||
490 | void trace_current_buffer_unlock_commit(struct ring_buffer_event *event, | ||
491 | unsigned long flags, int pc); | ||
492 | void trace_nowake_buffer_unlock_commit(struct ring_buffer_event *event, | ||
493 | unsigned long flags, int pc); | ||
494 | |||
495 | struct trace_entry *tracing_get_trace_entry(struct trace_array *tr, | 435 | struct trace_entry *tracing_get_trace_entry(struct trace_array *tr, |
496 | struct trace_array_cpu *data); | 436 | struct trace_array_cpu *data); |
497 | 437 | ||
@@ -514,7 +454,6 @@ void tracing_sched_switch_trace(struct trace_array *tr, | |||
514 | struct task_struct *prev, | 454 | struct task_struct *prev, |
515 | struct task_struct *next, | 455 | struct task_struct *next, |
516 | unsigned long flags, int pc); | 456 | unsigned long flags, int pc); |
517 | void tracing_record_cmdline(struct task_struct *tsk); | ||
518 | 457 | ||
519 | void tracing_sched_wakeup_trace(struct trace_array *tr, | 458 | void tracing_sched_wakeup_trace(struct trace_array *tr, |
520 | struct task_struct *wakee, | 459 | struct task_struct *wakee, |
@@ -599,6 +538,8 @@ extern int trace_selftest_startup_sysprof(struct tracer *trace, | |||
599 | struct trace_array *tr); | 538 | struct trace_array *tr); |
600 | extern int trace_selftest_startup_branch(struct tracer *trace, | 539 | extern int trace_selftest_startup_branch(struct tracer *trace, |
601 | struct trace_array *tr); | 540 | struct trace_array *tr); |
541 | extern int trace_selftest_startup_hw_branches(struct tracer *trace, | ||
542 | struct trace_array *tr); | ||
602 | #endif /* CONFIG_FTRACE_STARTUP_TEST */ | 543 | #endif /* CONFIG_FTRACE_STARTUP_TEST */ |
603 | 544 | ||
604 | extern void *head_page(struct trace_array_cpu *data); | 545 | extern void *head_page(struct trace_array_cpu *data); |
@@ -613,6 +554,8 @@ extern unsigned long trace_flags; | |||
613 | /* Standard output formatting function used for function return traces */ | 554 | /* Standard output formatting function used for function return traces */ |
614 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER | 555 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER |
615 | extern enum print_line_t print_graph_function(struct trace_iterator *iter); | 556 | extern enum print_line_t print_graph_function(struct trace_iterator *iter); |
557 | extern enum print_line_t | ||
558 | trace_print_graph_duration(unsigned long long duration, struct trace_seq *s); | ||
616 | 559 | ||
617 | #ifdef CONFIG_DYNAMIC_FTRACE | 560 | #ifdef CONFIG_DYNAMIC_FTRACE |
618 | /* TODO: make this variable */ | 561 | /* TODO: make this variable */ |
@@ -644,7 +587,6 @@ static inline int ftrace_graph_addr(unsigned long addr) | |||
644 | return 1; | 587 | return 1; |
645 | } | 588 | } |
646 | #endif /* CONFIG_DYNAMIC_FTRACE */ | 589 | #endif /* CONFIG_DYNAMIC_FTRACE */ |
647 | |||
648 | #else /* CONFIG_FUNCTION_GRAPH_TRACER */ | 590 | #else /* CONFIG_FUNCTION_GRAPH_TRACER */ |
649 | static inline enum print_line_t | 591 | static inline enum print_line_t |
650 | print_graph_function(struct trace_iterator *iter) | 592 | print_graph_function(struct trace_iterator *iter) |
@@ -692,6 +634,7 @@ enum trace_iterator_flags { | |||
692 | TRACE_ITER_LATENCY_FMT = 0x40000, | 634 | TRACE_ITER_LATENCY_FMT = 0x40000, |
693 | TRACE_ITER_GLOBAL_CLK = 0x80000, | 635 | TRACE_ITER_GLOBAL_CLK = 0x80000, |
694 | TRACE_ITER_SLEEP_TIME = 0x100000, | 636 | TRACE_ITER_SLEEP_TIME = 0x100000, |
637 | TRACE_ITER_GRAPH_TIME = 0x200000, | ||
695 | }; | 638 | }; |
696 | 639 | ||
697 | /* | 640 | /* |
@@ -790,103 +733,113 @@ struct ftrace_event_field { | |||
790 | char *type; | 733 | char *type; |
791 | int offset; | 734 | int offset; |
792 | int size; | 735 | int size; |
736 | int is_signed; | ||
793 | }; | 737 | }; |
794 | 738 | ||
795 | struct ftrace_event_call { | 739 | struct event_filter { |
796 | char *name; | 740 | int n_preds; |
797 | char *system; | ||
798 | struct dentry *dir; | ||
799 | int enabled; | ||
800 | int (*regfunc)(void); | ||
801 | void (*unregfunc)(void); | ||
802 | int id; | ||
803 | int (*raw_init)(void); | ||
804 | int (*show_format)(struct trace_seq *s); | ||
805 | int (*define_fields)(void); | ||
806 | struct list_head fields; | ||
807 | struct filter_pred **preds; | 741 | struct filter_pred **preds; |
808 | 742 | char *filter_string; | |
809 | #ifdef CONFIG_EVENT_PROFILE | ||
810 | atomic_t profile_count; | ||
811 | int (*profile_enable)(struct ftrace_event_call *); | ||
812 | void (*profile_disable)(struct ftrace_event_call *); | ||
813 | #endif | ||
814 | }; | 743 | }; |
815 | 744 | ||
816 | struct event_subsystem { | 745 | struct event_subsystem { |
817 | struct list_head list; | 746 | struct list_head list; |
818 | const char *name; | 747 | const char *name; |
819 | struct dentry *entry; | 748 | struct dentry *entry; |
820 | struct filter_pred **preds; | 749 | void *filter; |
821 | }; | 750 | }; |
822 | 751 | ||
823 | #define events_for_each(event) \ | ||
824 | for (event = __start_ftrace_events; \ | ||
825 | (unsigned long)event < (unsigned long)__stop_ftrace_events; \ | ||
826 | event++) | ||
827 | |||
828 | #define MAX_FILTER_PRED 8 | ||
829 | |||
830 | struct filter_pred; | 752 | struct filter_pred; |
831 | 753 | ||
832 | typedef int (*filter_pred_fn_t) (struct filter_pred *pred, void *event); | 754 | typedef int (*filter_pred_fn_t) (struct filter_pred *pred, void *event, |
755 | int val1, int val2); | ||
833 | 756 | ||
834 | struct filter_pred { | 757 | struct filter_pred { |
835 | filter_pred_fn_t fn; | 758 | filter_pred_fn_t fn; |
836 | u64 val; | 759 | u64 val; |
837 | char *str_val; | 760 | char str_val[MAX_FILTER_STR_VAL]; |
838 | int str_len; | 761 | int str_len; |
839 | char *field_name; | 762 | char *field_name; |
840 | int offset; | 763 | int offset; |
841 | int not; | 764 | int not; |
842 | int or; | 765 | int op; |
843 | int compound; | 766 | int pop_n; |
844 | int clear; | ||
845 | }; | 767 | }; |
846 | 768 | ||
847 | int trace_define_field(struct ftrace_event_call *call, char *type, | 769 | extern void print_event_filter(struct ftrace_event_call *call, |
848 | char *name, int offset, int size); | ||
849 | extern void filter_free_pred(struct filter_pred *pred); | ||
850 | extern void filter_print_preds(struct filter_pred **preds, | ||
851 | struct trace_seq *s); | 770 | struct trace_seq *s); |
852 | extern int filter_parse(char **pbuf, struct filter_pred *pred); | 771 | extern int apply_event_filter(struct ftrace_event_call *call, |
853 | extern int filter_add_pred(struct ftrace_event_call *call, | 772 | char *filter_string); |
854 | struct filter_pred *pred); | 773 | extern int apply_subsystem_event_filter(struct event_subsystem *system, |
855 | extern void filter_free_preds(struct ftrace_event_call *call); | 774 | char *filter_string); |
856 | extern int filter_match_preds(struct ftrace_event_call *call, void *rec); | 775 | extern void print_subsystem_event_filter(struct event_subsystem *system, |
857 | extern void filter_free_subsystem_preds(struct event_subsystem *system); | 776 | struct trace_seq *s); |
858 | extern int filter_add_subsystem_pred(struct event_subsystem *system, | 777 | |
859 | struct filter_pred *pred); | 778 | static inline int |
860 | 779 | filter_check_discard(struct ftrace_event_call *call, void *rec, | |
861 | void event_trace_printk(unsigned long ip, const char *fmt, ...); | 780 | struct ring_buffer *buffer, |
862 | extern struct ftrace_event_call __start_ftrace_events[]; | 781 | struct ring_buffer_event *event) |
863 | extern struct ftrace_event_call __stop_ftrace_events[]; | 782 | { |
864 | 783 | if (unlikely(call->filter_active) && !filter_match_preds(call, rec)) { | |
865 | #define for_each_event(event) \ | 784 | ring_buffer_discard_commit(buffer, event); |
866 | for (event = __start_ftrace_events; \ | 785 | return 1; |
867 | (unsigned long)event < (unsigned long)__stop_ftrace_events; \ | 786 | } |
868 | event++) | 787 | |
788 | return 0; | ||
789 | } | ||
790 | |||
791 | #define DEFINE_COMPARISON_PRED(type) \ | ||
792 | static int filter_pred_##type(struct filter_pred *pred, void *event, \ | ||
793 | int val1, int val2) \ | ||
794 | { \ | ||
795 | type *addr = (type *)(event + pred->offset); \ | ||
796 | type val = (type)pred->val; \ | ||
797 | int match = 0; \ | ||
798 | \ | ||
799 | switch (pred->op) { \ | ||
800 | case OP_LT: \ | ||
801 | match = (*addr < val); \ | ||
802 | break; \ | ||
803 | case OP_LE: \ | ||
804 | match = (*addr <= val); \ | ||
805 | break; \ | ||
806 | case OP_GT: \ | ||
807 | match = (*addr > val); \ | ||
808 | break; \ | ||
809 | case OP_GE: \ | ||
810 | match = (*addr >= val); \ | ||
811 | break; \ | ||
812 | default: \ | ||
813 | break; \ | ||
814 | } \ | ||
815 | \ | ||
816 | return match; \ | ||
817 | } | ||
818 | |||
819 | #define DEFINE_EQUALITY_PRED(size) \ | ||
820 | static int filter_pred_##size(struct filter_pred *pred, void *event, \ | ||
821 | int val1, int val2) \ | ||
822 | { \ | ||
823 | u##size *addr = (u##size *)(event + pred->offset); \ | ||
824 | u##size val = (u##size)pred->val; \ | ||
825 | int match; \ | ||
826 | \ | ||
827 | match = (val == *addr) ^ pred->not; \ | ||
828 | \ | ||
829 | return match; \ | ||
830 | } | ||
831 | |||
832 | extern struct mutex event_mutex; | ||
833 | extern struct list_head ftrace_events; | ||
869 | 834 | ||
870 | extern const char *__start___trace_bprintk_fmt[]; | 835 | extern const char *__start___trace_bprintk_fmt[]; |
871 | extern const char *__stop___trace_bprintk_fmt[]; | 836 | extern const char *__stop___trace_bprintk_fmt[]; |
872 | 837 | ||
873 | /* | 838 | #undef TRACE_EVENT_FORMAT |
874 | * The double __builtin_constant_p is because gcc will give us an error | 839 | #define TRACE_EVENT_FORMAT(call, proto, args, fmt, tstruct, tpfmt) \ |
875 | * if we try to allocate the static variable to fmt if it is not a | 840 | extern struct ftrace_event_call event_##call; |
876 | * constant. Even with the outer if statement optimizing out. | 841 | #undef TRACE_EVENT_FORMAT_NOFILTER |
877 | */ | 842 | #define TRACE_EVENT_FORMAT_NOFILTER(call, proto, args, fmt, tstruct, tpfmt) |
878 | #define event_trace_printk(ip, fmt, args...) \ | 843 | #include "trace_event_types.h" |
879 | do { \ | ||
880 | __trace_printk_check_format(fmt, ##args); \ | ||
881 | tracing_record_cmdline(current); \ | ||
882 | if (__builtin_constant_p(fmt)) { \ | ||
883 | static const char *trace_printk_fmt \ | ||
884 | __attribute__((section("__trace_printk_fmt"))) = \ | ||
885 | __builtin_constant_p(fmt) ? fmt : NULL; \ | ||
886 | \ | ||
887 | __trace_bprintk(ip, trace_printk_fmt, ##args); \ | ||
888 | } else \ | ||
889 | __trace_printk(ip, fmt, ##args); \ | ||
890 | } while (0) | ||
891 | 844 | ||
892 | #endif /* _LINUX_KERNEL_TRACE_H */ | 845 | #endif /* _LINUX_KERNEL_TRACE_H */ |
diff --git a/kernel/trace/trace_boot.c b/kernel/trace/trace_boot.c index 7a30fc4c3642..a29ef23ffb47 100644 --- a/kernel/trace/trace_boot.c +++ b/kernel/trace/trace_boot.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/debugfs.h> | 9 | #include <linux/debugfs.h> |
10 | #include <linux/ftrace.h> | 10 | #include <linux/ftrace.h> |
11 | #include <linux/kallsyms.h> | 11 | #include <linux/kallsyms.h> |
12 | #include <linux/time.h> | ||
12 | 13 | ||
13 | #include "trace.h" | 14 | #include "trace.h" |
14 | #include "trace_output.h" | 15 | #include "trace_output.h" |
@@ -67,7 +68,7 @@ initcall_call_print_line(struct trace_iterator *iter) | |||
67 | trace_assign_type(field, entry); | 68 | trace_assign_type(field, entry); |
68 | call = &field->boot_call; | 69 | call = &field->boot_call; |
69 | ts = iter->ts; | 70 | ts = iter->ts; |
70 | nsec_rem = do_div(ts, 1000000000); | 71 | nsec_rem = do_div(ts, NSEC_PER_SEC); |
71 | 72 | ||
72 | ret = trace_seq_printf(s, "[%5ld.%09ld] calling %s @ %i\n", | 73 | ret = trace_seq_printf(s, "[%5ld.%09ld] calling %s @ %i\n", |
73 | (unsigned long)ts, nsec_rem, call->func, call->caller); | 74 | (unsigned long)ts, nsec_rem, call->func, call->caller); |
@@ -92,7 +93,7 @@ initcall_ret_print_line(struct trace_iterator *iter) | |||
92 | trace_assign_type(field, entry); | 93 | trace_assign_type(field, entry); |
93 | init_ret = &field->boot_ret; | 94 | init_ret = &field->boot_ret; |
94 | ts = iter->ts; | 95 | ts = iter->ts; |
95 | nsec_rem = do_div(ts, 1000000000); | 96 | nsec_rem = do_div(ts, NSEC_PER_SEC); |
96 | 97 | ||
97 | ret = trace_seq_printf(s, "[%5ld.%09ld] initcall %s " | 98 | ret = trace_seq_printf(s, "[%5ld.%09ld] initcall %s " |
98 | "returned %d after %llu msecs\n", | 99 | "returned %d after %llu msecs\n", |
diff --git a/kernel/trace/trace_branch.c b/kernel/trace/trace_branch.c index 8333715e4066..7a7a9fd249a9 100644 --- a/kernel/trace/trace_branch.c +++ b/kernel/trace/trace_branch.c | |||
@@ -30,6 +30,7 @@ static struct trace_array *branch_tracer; | |||
30 | static void | 30 | static void |
31 | probe_likely_condition(struct ftrace_branch_data *f, int val, int expect) | 31 | probe_likely_condition(struct ftrace_branch_data *f, int val, int expect) |
32 | { | 32 | { |
33 | struct ftrace_event_call *call = &event_branch; | ||
33 | struct trace_array *tr = branch_tracer; | 34 | struct trace_array *tr = branch_tracer; |
34 | struct ring_buffer_event *event; | 35 | struct ring_buffer_event *event; |
35 | struct trace_branch *entry; | 36 | struct trace_branch *entry; |
@@ -73,7 +74,8 @@ probe_likely_condition(struct ftrace_branch_data *f, int val, int expect) | |||
73 | entry->line = f->line; | 74 | entry->line = f->line; |
74 | entry->correct = val == expect; | 75 | entry->correct = val == expect; |
75 | 76 | ||
76 | ring_buffer_unlock_commit(tr->buffer, event); | 77 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
78 | ring_buffer_unlock_commit(tr->buffer, event); | ||
77 | 79 | ||
78 | out: | 80 | out: |
79 | atomic_dec(&tr->data[cpu]->disabled); | 81 | atomic_dec(&tr->data[cpu]->disabled); |
@@ -271,7 +273,7 @@ static int branch_stat_show(struct seq_file *m, void *v) | |||
271 | return 0; | 273 | return 0; |
272 | } | 274 | } |
273 | 275 | ||
274 | static void *annotated_branch_stat_start(void) | 276 | static void *annotated_branch_stat_start(struct tracer_stat *trace) |
275 | { | 277 | { |
276 | return __start_annotated_branch_profile; | 278 | return __start_annotated_branch_profile; |
277 | } | 279 | } |
@@ -346,7 +348,7 @@ static int all_branch_stat_headers(struct seq_file *m) | |||
346 | return 0; | 348 | return 0; |
347 | } | 349 | } |
348 | 350 | ||
349 | static void *all_branch_stat_start(void) | 351 | static void *all_branch_stat_start(struct tracer_stat *trace) |
350 | { | 352 | { |
351 | return __start_branch_profile; | 353 | return __start_branch_profile; |
352 | } | 354 | } |
diff --git a/kernel/trace/trace_event_profile.c b/kernel/trace/trace_event_profile.c index 22cba9970776..5b5895afecfe 100644 --- a/kernel/trace/trace_event_profile.c +++ b/kernel/trace/trace_event_profile.c | |||
@@ -10,22 +10,30 @@ | |||
10 | int ftrace_profile_enable(int event_id) | 10 | int ftrace_profile_enable(int event_id) |
11 | { | 11 | { |
12 | struct ftrace_event_call *event; | 12 | struct ftrace_event_call *event; |
13 | int ret = -EINVAL; | ||
13 | 14 | ||
14 | for_each_event(event) { | 15 | mutex_lock(&event_mutex); |
15 | if (event->id == event_id) | 16 | list_for_each_entry(event, &ftrace_events, list) { |
16 | return event->profile_enable(event); | 17 | if (event->id == event_id) { |
18 | ret = event->profile_enable(event); | ||
19 | break; | ||
20 | } | ||
17 | } | 21 | } |
22 | mutex_unlock(&event_mutex); | ||
18 | 23 | ||
19 | return -EINVAL; | 24 | return ret; |
20 | } | 25 | } |
21 | 26 | ||
22 | void ftrace_profile_disable(int event_id) | 27 | void ftrace_profile_disable(int event_id) |
23 | { | 28 | { |
24 | struct ftrace_event_call *event; | 29 | struct ftrace_event_call *event; |
25 | 30 | ||
26 | for_each_event(event) { | 31 | mutex_lock(&event_mutex); |
27 | if (event->id == event_id) | 32 | list_for_each_entry(event, &ftrace_events, list) { |
28 | return event->profile_disable(event); | 33 | if (event->id == event_id) { |
34 | event->profile_disable(event); | ||
35 | break; | ||
36 | } | ||
29 | } | 37 | } |
38 | mutex_unlock(&event_mutex); | ||
30 | } | 39 | } |
31 | |||
diff --git a/kernel/trace/trace_event_types.h b/kernel/trace/trace_event_types.h index fd78bee71dd7..5e32e375134d 100644 --- a/kernel/trace/trace_event_types.h +++ b/kernel/trace/trace_event_types.h | |||
@@ -57,7 +57,7 @@ TRACE_EVENT_FORMAT(context_switch, TRACE_CTX, ctx_switch_entry, ignore, | |||
57 | TP_RAW_FMT("%u:%u:%u ==+ %u:%u:%u [%03u]") | 57 | TP_RAW_FMT("%u:%u:%u ==+ %u:%u:%u [%03u]") |
58 | ); | 58 | ); |
59 | 59 | ||
60 | TRACE_EVENT_FORMAT(special, TRACE_SPECIAL, special_entry, ignore, | 60 | TRACE_EVENT_FORMAT_NOFILTER(special, TRACE_SPECIAL, special_entry, ignore, |
61 | TRACE_STRUCT( | 61 | TRACE_STRUCT( |
62 | TRACE_FIELD(unsigned long, arg1, arg1) | 62 | TRACE_FIELD(unsigned long, arg1, arg1) |
63 | TRACE_FIELD(unsigned long, arg2, arg2) | 63 | TRACE_FIELD(unsigned long, arg2, arg2) |
@@ -122,8 +122,10 @@ TRACE_EVENT_FORMAT(print, TRACE_PRINT, print_entry, ignore, | |||
122 | TRACE_EVENT_FORMAT(branch, TRACE_BRANCH, trace_branch, ignore, | 122 | TRACE_EVENT_FORMAT(branch, TRACE_BRANCH, trace_branch, ignore, |
123 | TRACE_STRUCT( | 123 | TRACE_STRUCT( |
124 | TRACE_FIELD(unsigned int, line, line) | 124 | TRACE_FIELD(unsigned int, line, line) |
125 | TRACE_FIELD_SPECIAL(char func[TRACE_FUNC_SIZE+1], func, func) | 125 | TRACE_FIELD_SPECIAL(char func[TRACE_FUNC_SIZE+1], func, |
126 | TRACE_FIELD_SPECIAL(char file[TRACE_FUNC_SIZE+1], file, file) | 126 | TRACE_FUNC_SIZE+1, func) |
127 | TRACE_FIELD_SPECIAL(char file[TRACE_FUNC_SIZE+1], file, | ||
128 | TRACE_FUNC_SIZE+1, file) | ||
127 | TRACE_FIELD(char, correct, correct) | 129 | TRACE_FIELD(char, correct, correct) |
128 | ), | 130 | ), |
129 | TP_RAW_FMT("%u:%s:%s (%u)") | 131 | TP_RAW_FMT("%u:%s:%s (%u)") |
@@ -139,8 +141,8 @@ TRACE_EVENT_FORMAT(hw_branch, TRACE_HW_BRANCHES, hw_branch_entry, ignore, | |||
139 | 141 | ||
140 | TRACE_EVENT_FORMAT(power, TRACE_POWER, trace_power, ignore, | 142 | TRACE_EVENT_FORMAT(power, TRACE_POWER, trace_power, ignore, |
141 | TRACE_STRUCT( | 143 | TRACE_STRUCT( |
142 | TRACE_FIELD(ktime_t, state_data.stamp, stamp) | 144 | TRACE_FIELD_SIGN(ktime_t, state_data.stamp, stamp, 1) |
143 | TRACE_FIELD(ktime_t, state_data.end, end) | 145 | TRACE_FIELD_SIGN(ktime_t, state_data.end, end, 1) |
144 | TRACE_FIELD(int, state_data.type, type) | 146 | TRACE_FIELD(int, state_data.type, type) |
145 | TRACE_FIELD(int, state_data.state, state) | 147 | TRACE_FIELD(int, state_data.state, state) |
146 | ), | 148 | ), |
diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c index 576f4fa2af0d..aa08be69a1b6 100644 --- a/kernel/trace/trace_events.c +++ b/kernel/trace/trace_events.c | |||
@@ -8,19 +8,25 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/workqueue.h> | ||
12 | #include <linux/spinlock.h> | ||
13 | #include <linux/kthread.h> | ||
11 | #include <linux/debugfs.h> | 14 | #include <linux/debugfs.h> |
12 | #include <linux/uaccess.h> | 15 | #include <linux/uaccess.h> |
13 | #include <linux/module.h> | 16 | #include <linux/module.h> |
14 | #include <linux/ctype.h> | 17 | #include <linux/ctype.h> |
18 | #include <linux/delay.h> | ||
15 | 19 | ||
16 | #include "trace_output.h" | 20 | #include "trace_output.h" |
17 | 21 | ||
18 | #define TRACE_SYSTEM "TRACE_SYSTEM" | 22 | #define TRACE_SYSTEM "TRACE_SYSTEM" |
19 | 23 | ||
20 | static DEFINE_MUTEX(event_mutex); | 24 | DEFINE_MUTEX(event_mutex); |
25 | |||
26 | LIST_HEAD(ftrace_events); | ||
21 | 27 | ||
22 | int trace_define_field(struct ftrace_event_call *call, char *type, | 28 | int trace_define_field(struct ftrace_event_call *call, char *type, |
23 | char *name, int offset, int size) | 29 | char *name, int offset, int size, int is_signed) |
24 | { | 30 | { |
25 | struct ftrace_event_field *field; | 31 | struct ftrace_event_field *field; |
26 | 32 | ||
@@ -38,6 +44,7 @@ int trace_define_field(struct ftrace_event_call *call, char *type, | |||
38 | 44 | ||
39 | field->offset = offset; | 45 | field->offset = offset; |
40 | field->size = size; | 46 | field->size = size; |
47 | field->is_signed = is_signed; | ||
41 | list_add(&field->link, &call->fields); | 48 | list_add(&field->link, &call->fields); |
42 | 49 | ||
43 | return 0; | 50 | return 0; |
@@ -51,47 +58,94 @@ err: | |||
51 | 58 | ||
52 | return -ENOMEM; | 59 | return -ENOMEM; |
53 | } | 60 | } |
61 | EXPORT_SYMBOL_GPL(trace_define_field); | ||
54 | 62 | ||
55 | static void ftrace_clear_events(void) | 63 | #ifdef CONFIG_MODULES |
56 | { | ||
57 | struct ftrace_event_call *call = (void *)__start_ftrace_events; | ||
58 | |||
59 | 64 | ||
60 | while ((unsigned long)call < (unsigned long)__stop_ftrace_events) { | 65 | static void trace_destroy_fields(struct ftrace_event_call *call) |
66 | { | ||
67 | struct ftrace_event_field *field, *next; | ||
61 | 68 | ||
62 | if (call->enabled) { | 69 | list_for_each_entry_safe(field, next, &call->fields, link) { |
63 | call->enabled = 0; | 70 | list_del(&field->link); |
64 | call->unregfunc(); | 71 | kfree(field->type); |
65 | } | 72 | kfree(field->name); |
66 | call++; | 73 | kfree(field); |
67 | } | 74 | } |
68 | } | 75 | } |
69 | 76 | ||
77 | #endif /* CONFIG_MODULES */ | ||
78 | |||
70 | static void ftrace_event_enable_disable(struct ftrace_event_call *call, | 79 | static void ftrace_event_enable_disable(struct ftrace_event_call *call, |
71 | int enable) | 80 | int enable) |
72 | { | 81 | { |
73 | |||
74 | switch (enable) { | 82 | switch (enable) { |
75 | case 0: | 83 | case 0: |
76 | if (call->enabled) { | 84 | if (call->enabled) { |
77 | call->enabled = 0; | 85 | call->enabled = 0; |
86 | tracing_stop_cmdline_record(); | ||
78 | call->unregfunc(); | 87 | call->unregfunc(); |
79 | } | 88 | } |
80 | break; | 89 | break; |
81 | case 1: | 90 | case 1: |
82 | if (!call->enabled) { | 91 | if (!call->enabled) { |
83 | call->enabled = 1; | 92 | call->enabled = 1; |
93 | tracing_start_cmdline_record(); | ||
84 | call->regfunc(); | 94 | call->regfunc(); |
85 | } | 95 | } |
86 | break; | 96 | break; |
87 | } | 97 | } |
88 | } | 98 | } |
89 | 99 | ||
100 | static void ftrace_clear_events(void) | ||
101 | { | ||
102 | struct ftrace_event_call *call; | ||
103 | |||
104 | mutex_lock(&event_mutex); | ||
105 | list_for_each_entry(call, &ftrace_events, list) { | ||
106 | ftrace_event_enable_disable(call, 0); | ||
107 | } | ||
108 | mutex_unlock(&event_mutex); | ||
109 | } | ||
110 | |||
111 | /* | ||
112 | * __ftrace_set_clr_event(NULL, NULL, NULL, set) will set/unset all events. | ||
113 | */ | ||
114 | static int __ftrace_set_clr_event(const char *match, const char *sub, | ||
115 | const char *event, int set) | ||
116 | { | ||
117 | struct ftrace_event_call *call; | ||
118 | int ret = -EINVAL; | ||
119 | |||
120 | mutex_lock(&event_mutex); | ||
121 | list_for_each_entry(call, &ftrace_events, list) { | ||
122 | |||
123 | if (!call->name || !call->regfunc) | ||
124 | continue; | ||
125 | |||
126 | if (match && | ||
127 | strcmp(match, call->name) != 0 && | ||
128 | strcmp(match, call->system) != 0) | ||
129 | continue; | ||
130 | |||
131 | if (sub && strcmp(sub, call->system) != 0) | ||
132 | continue; | ||
133 | |||
134 | if (event && strcmp(event, call->name) != 0) | ||
135 | continue; | ||
136 | |||
137 | ftrace_event_enable_disable(call, set); | ||
138 | |||
139 | ret = 0; | ||
140 | } | ||
141 | mutex_unlock(&event_mutex); | ||
142 | |||
143 | return ret; | ||
144 | } | ||
145 | |||
90 | static int ftrace_set_clr_event(char *buf, int set) | 146 | static int ftrace_set_clr_event(char *buf, int set) |
91 | { | 147 | { |
92 | struct ftrace_event_call *call = __start_ftrace_events; | ||
93 | char *event = NULL, *sub = NULL, *match; | 148 | char *event = NULL, *sub = NULL, *match; |
94 | int ret = -EINVAL; | ||
95 | 149 | ||
96 | /* | 150 | /* |
97 | * The buf format can be <subsystem>:<event-name> | 151 | * The buf format can be <subsystem>:<event-name> |
@@ -117,30 +171,24 @@ static int ftrace_set_clr_event(char *buf, int set) | |||
117 | event = NULL; | 171 | event = NULL; |
118 | } | 172 | } |
119 | 173 | ||
120 | mutex_lock(&event_mutex); | 174 | return __ftrace_set_clr_event(match, sub, event, set); |
121 | for_each_event(call) { | 175 | } |
122 | |||
123 | if (!call->name || !call->regfunc) | ||
124 | continue; | ||
125 | |||
126 | if (match && | ||
127 | strcmp(match, call->name) != 0 && | ||
128 | strcmp(match, call->system) != 0) | ||
129 | continue; | ||
130 | |||
131 | if (sub && strcmp(sub, call->system) != 0) | ||
132 | continue; | ||
133 | |||
134 | if (event && strcmp(event, call->name) != 0) | ||
135 | continue; | ||
136 | |||
137 | ftrace_event_enable_disable(call, set); | ||
138 | |||
139 | ret = 0; | ||
140 | } | ||
141 | mutex_unlock(&event_mutex); | ||
142 | 176 | ||
143 | return ret; | 177 | /** |
178 | * trace_set_clr_event - enable or disable an event | ||
179 | * @system: system name to match (NULL for any system) | ||
180 | * @event: event name to match (NULL for all events, within system) | ||
181 | * @set: 1 to enable, 0 to disable | ||
182 | * | ||
183 | * This is a way for other parts of the kernel to enable or disable | ||
184 | * event recording. | ||
185 | * | ||
186 | * Returns 0 on success, -EINVAL if the parameters do not match any | ||
187 | * registered events. | ||
188 | */ | ||
189 | int trace_set_clr_event(const char *system, const char *event, int set) | ||
190 | { | ||
191 | return __ftrace_set_clr_event(NULL, system, event, set); | ||
144 | } | 192 | } |
145 | 193 | ||
146 | /* 128 should be much more than enough */ | 194 | /* 128 should be much more than enough */ |
@@ -224,15 +272,17 @@ ftrace_event_write(struct file *file, const char __user *ubuf, | |||
224 | static void * | 272 | static void * |
225 | t_next(struct seq_file *m, void *v, loff_t *pos) | 273 | t_next(struct seq_file *m, void *v, loff_t *pos) |
226 | { | 274 | { |
227 | struct ftrace_event_call *call = m->private; | 275 | struct list_head *list = m->private; |
228 | struct ftrace_event_call *next = call; | 276 | struct ftrace_event_call *call; |
229 | 277 | ||
230 | (*pos)++; | 278 | (*pos)++; |
231 | 279 | ||
232 | for (;;) { | 280 | for (;;) { |
233 | if ((unsigned long)call >= (unsigned long)__stop_ftrace_events) | 281 | if (list == &ftrace_events) |
234 | return NULL; | 282 | return NULL; |
235 | 283 | ||
284 | call = list_entry(list, struct ftrace_event_call, list); | ||
285 | |||
236 | /* | 286 | /* |
237 | * The ftrace subsystem is for showing formats only. | 287 | * The ftrace subsystem is for showing formats only. |
238 | * They can not be enabled or disabled via the event files. | 288 | * They can not be enabled or disabled via the event files. |
@@ -240,45 +290,51 @@ t_next(struct seq_file *m, void *v, loff_t *pos) | |||
240 | if (call->regfunc) | 290 | if (call->regfunc) |
241 | break; | 291 | break; |
242 | 292 | ||
243 | call++; | 293 | list = list->next; |
244 | next = call; | ||
245 | } | 294 | } |
246 | 295 | ||
247 | m->private = ++next; | 296 | m->private = list->next; |
248 | 297 | ||
249 | return call; | 298 | return call; |
250 | } | 299 | } |
251 | 300 | ||
252 | static void *t_start(struct seq_file *m, loff_t *pos) | 301 | static void *t_start(struct seq_file *m, loff_t *pos) |
253 | { | 302 | { |
303 | mutex_lock(&event_mutex); | ||
304 | if (*pos == 0) | ||
305 | m->private = ftrace_events.next; | ||
254 | return t_next(m, NULL, pos); | 306 | return t_next(m, NULL, pos); |
255 | } | 307 | } |
256 | 308 | ||
257 | static void * | 309 | static void * |
258 | s_next(struct seq_file *m, void *v, loff_t *pos) | 310 | s_next(struct seq_file *m, void *v, loff_t *pos) |
259 | { | 311 | { |
260 | struct ftrace_event_call *call = m->private; | 312 | struct list_head *list = m->private; |
261 | struct ftrace_event_call *next; | 313 | struct ftrace_event_call *call; |
262 | 314 | ||
263 | (*pos)++; | 315 | (*pos)++; |
264 | 316 | ||
265 | retry: | 317 | retry: |
266 | if ((unsigned long)call >= (unsigned long)__stop_ftrace_events) | 318 | if (list == &ftrace_events) |
267 | return NULL; | 319 | return NULL; |
268 | 320 | ||
321 | call = list_entry(list, struct ftrace_event_call, list); | ||
322 | |||
269 | if (!call->enabled) { | 323 | if (!call->enabled) { |
270 | call++; | 324 | list = list->next; |
271 | goto retry; | 325 | goto retry; |
272 | } | 326 | } |
273 | 327 | ||
274 | next = call; | 328 | m->private = list->next; |
275 | m->private = ++next; | ||
276 | 329 | ||
277 | return call; | 330 | return call; |
278 | } | 331 | } |
279 | 332 | ||
280 | static void *s_start(struct seq_file *m, loff_t *pos) | 333 | static void *s_start(struct seq_file *m, loff_t *pos) |
281 | { | 334 | { |
335 | mutex_lock(&event_mutex); | ||
336 | if (*pos == 0) | ||
337 | m->private = ftrace_events.next; | ||
282 | return s_next(m, NULL, pos); | 338 | return s_next(m, NULL, pos); |
283 | } | 339 | } |
284 | 340 | ||
@@ -295,12 +351,12 @@ static int t_show(struct seq_file *m, void *v) | |||
295 | 351 | ||
296 | static void t_stop(struct seq_file *m, void *p) | 352 | static void t_stop(struct seq_file *m, void *p) |
297 | { | 353 | { |
354 | mutex_unlock(&event_mutex); | ||
298 | } | 355 | } |
299 | 356 | ||
300 | static int | 357 | static int |
301 | ftrace_event_seq_open(struct inode *inode, struct file *file) | 358 | ftrace_event_seq_open(struct inode *inode, struct file *file) |
302 | { | 359 | { |
303 | int ret; | ||
304 | const struct seq_operations *seq_ops; | 360 | const struct seq_operations *seq_ops; |
305 | 361 | ||
306 | if ((file->f_mode & FMODE_WRITE) && | 362 | if ((file->f_mode & FMODE_WRITE) && |
@@ -308,13 +364,7 @@ ftrace_event_seq_open(struct inode *inode, struct file *file) | |||
308 | ftrace_clear_events(); | 364 | ftrace_clear_events(); |
309 | 365 | ||
310 | seq_ops = inode->i_private; | 366 | seq_ops = inode->i_private; |
311 | ret = seq_open(file, seq_ops); | 367 | return seq_open(file, seq_ops); |
312 | if (!ret) { | ||
313 | struct seq_file *m = file->private_data; | ||
314 | |||
315 | m->private = __start_ftrace_events; | ||
316 | } | ||
317 | return ret; | ||
318 | } | 368 | } |
319 | 369 | ||
320 | static ssize_t | 370 | static ssize_t |
@@ -374,8 +424,93 @@ event_enable_write(struct file *filp, const char __user *ubuf, size_t cnt, | |||
374 | return cnt; | 424 | return cnt; |
375 | } | 425 | } |
376 | 426 | ||
427 | static ssize_t | ||
428 | system_enable_read(struct file *filp, char __user *ubuf, size_t cnt, | ||
429 | loff_t *ppos) | ||
430 | { | ||
431 | const char set_to_char[4] = { '?', '0', '1', 'X' }; | ||
432 | const char *system = filp->private_data; | ||
433 | struct ftrace_event_call *call; | ||
434 | char buf[2]; | ||
435 | int set = 0; | ||
436 | int ret; | ||
437 | |||
438 | mutex_lock(&event_mutex); | ||
439 | list_for_each_entry(call, &ftrace_events, list) { | ||
440 | if (!call->name || !call->regfunc) | ||
441 | continue; | ||
442 | |||
443 | if (system && strcmp(call->system, system) != 0) | ||
444 | continue; | ||
445 | |||
446 | /* | ||
447 | * We need to find out if all the events are set | ||
448 | * or if all events or cleared, or if we have | ||
449 | * a mixture. | ||
450 | */ | ||
451 | set |= (1 << !!call->enabled); | ||
452 | |||
453 | /* | ||
454 | * If we have a mixture, no need to look further. | ||
455 | */ | ||
456 | if (set == 3) | ||
457 | break; | ||
458 | } | ||
459 | mutex_unlock(&event_mutex); | ||
460 | |||
461 | buf[0] = set_to_char[set]; | ||
462 | buf[1] = '\n'; | ||
463 | |||
464 | ret = simple_read_from_buffer(ubuf, cnt, ppos, buf, 2); | ||
465 | |||
466 | return ret; | ||
467 | } | ||
468 | |||
469 | static ssize_t | ||
470 | system_enable_write(struct file *filp, const char __user *ubuf, size_t cnt, | ||
471 | loff_t *ppos) | ||
472 | { | ||
473 | const char *system = filp->private_data; | ||
474 | unsigned long val; | ||
475 | char buf[64]; | ||
476 | ssize_t ret; | ||
477 | |||
478 | if (cnt >= sizeof(buf)) | ||
479 | return -EINVAL; | ||
480 | |||
481 | if (copy_from_user(&buf, ubuf, cnt)) | ||
482 | return -EFAULT; | ||
483 | |||
484 | buf[cnt] = 0; | ||
485 | |||
486 | ret = strict_strtoul(buf, 10, &val); | ||
487 | if (ret < 0) | ||
488 | return ret; | ||
489 | |||
490 | ret = tracing_update_buffers(); | ||
491 | if (ret < 0) | ||
492 | return ret; | ||
493 | |||
494 | if (val != 0 && val != 1) | ||
495 | return -EINVAL; | ||
496 | |||
497 | ret = __ftrace_set_clr_event(NULL, system, NULL, val); | ||
498 | if (ret) | ||
499 | goto out; | ||
500 | |||
501 | ret = cnt; | ||
502 | |||
503 | out: | ||
504 | *ppos += cnt; | ||
505 | |||
506 | return ret; | ||
507 | } | ||
508 | |||
509 | extern char *__bad_type_size(void); | ||
510 | |||
377 | #undef FIELD | 511 | #undef FIELD |
378 | #define FIELD(type, name) \ | 512 | #define FIELD(type, name) \ |
513 | sizeof(type) != sizeof(field.name) ? __bad_type_size() : \ | ||
379 | #type, "common_" #name, offsetof(typeof(field), name), \ | 514 | #type, "common_" #name, offsetof(typeof(field), name), \ |
380 | sizeof(field.name) | 515 | sizeof(field.name) |
381 | 516 | ||
@@ -391,7 +526,7 @@ static int trace_write_header(struct trace_seq *s) | |||
391 | "\tfield:%s %s;\toffset:%zu;\tsize:%zu;\n" | 526 | "\tfield:%s %s;\toffset:%zu;\tsize:%zu;\n" |
392 | "\tfield:%s %s;\toffset:%zu;\tsize:%zu;\n" | 527 | "\tfield:%s %s;\toffset:%zu;\tsize:%zu;\n" |
393 | "\n", | 528 | "\n", |
394 | FIELD(unsigned char, type), | 529 | FIELD(unsigned short, type), |
395 | FIELD(unsigned char, flags), | 530 | FIELD(unsigned char, flags), |
396 | FIELD(unsigned char, preempt_count), | 531 | FIELD(unsigned char, preempt_count), |
397 | FIELD(int, pid), | 532 | FIELD(int, pid), |
@@ -481,7 +616,7 @@ event_filter_read(struct file *filp, char __user *ubuf, size_t cnt, | |||
481 | 616 | ||
482 | trace_seq_init(s); | 617 | trace_seq_init(s); |
483 | 618 | ||
484 | filter_print_preds(call->preds, s); | 619 | print_event_filter(call, s); |
485 | r = simple_read_from_buffer(ubuf, cnt, ppos, s->buffer, s->len); | 620 | r = simple_read_from_buffer(ubuf, cnt, ppos, s->buffer, s->len); |
486 | 621 | ||
487 | kfree(s); | 622 | kfree(s); |
@@ -494,38 +629,26 @@ event_filter_write(struct file *filp, const char __user *ubuf, size_t cnt, | |||
494 | loff_t *ppos) | 629 | loff_t *ppos) |
495 | { | 630 | { |
496 | struct ftrace_event_call *call = filp->private_data; | 631 | struct ftrace_event_call *call = filp->private_data; |
497 | char buf[64], *pbuf = buf; | 632 | char *buf; |
498 | struct filter_pred *pred; | ||
499 | int err; | 633 | int err; |
500 | 634 | ||
501 | if (cnt >= sizeof(buf)) | 635 | if (cnt >= PAGE_SIZE) |
502 | return -EINVAL; | 636 | return -EINVAL; |
503 | 637 | ||
504 | if (copy_from_user(&buf, ubuf, cnt)) | 638 | buf = (char *)__get_free_page(GFP_TEMPORARY); |
505 | return -EFAULT; | 639 | if (!buf) |
506 | buf[cnt] = '\0'; | ||
507 | |||
508 | pred = kzalloc(sizeof(*pred), GFP_KERNEL); | ||
509 | if (!pred) | ||
510 | return -ENOMEM; | 640 | return -ENOMEM; |
511 | 641 | ||
512 | err = filter_parse(&pbuf, pred); | 642 | if (copy_from_user(buf, ubuf, cnt)) { |
513 | if (err < 0) { | 643 | free_page((unsigned long) buf); |
514 | filter_free_pred(pred); | 644 | return -EFAULT; |
515 | return err; | ||
516 | } | ||
517 | |||
518 | if (pred->clear) { | ||
519 | filter_free_preds(call); | ||
520 | filter_free_pred(pred); | ||
521 | return cnt; | ||
522 | } | 645 | } |
646 | buf[cnt] = '\0'; | ||
523 | 647 | ||
524 | err = filter_add_pred(call, pred); | 648 | err = apply_event_filter(call, buf); |
525 | if (err < 0) { | 649 | free_page((unsigned long) buf); |
526 | filter_free_pred(pred); | 650 | if (err < 0) |
527 | return err; | 651 | return err; |
528 | } | ||
529 | 652 | ||
530 | *ppos += cnt; | 653 | *ppos += cnt; |
531 | 654 | ||
@@ -549,7 +672,7 @@ subsystem_filter_read(struct file *filp, char __user *ubuf, size_t cnt, | |||
549 | 672 | ||
550 | trace_seq_init(s); | 673 | trace_seq_init(s); |
551 | 674 | ||
552 | filter_print_preds(system->preds, s); | 675 | print_subsystem_event_filter(system, s); |
553 | r = simple_read_from_buffer(ubuf, cnt, ppos, s->buffer, s->len); | 676 | r = simple_read_from_buffer(ubuf, cnt, ppos, s->buffer, s->len); |
554 | 677 | ||
555 | kfree(s); | 678 | kfree(s); |
@@ -562,45 +685,56 @@ subsystem_filter_write(struct file *filp, const char __user *ubuf, size_t cnt, | |||
562 | loff_t *ppos) | 685 | loff_t *ppos) |
563 | { | 686 | { |
564 | struct event_subsystem *system = filp->private_data; | 687 | struct event_subsystem *system = filp->private_data; |
565 | char buf[64], *pbuf = buf; | 688 | char *buf; |
566 | struct filter_pred *pred; | ||
567 | int err; | 689 | int err; |
568 | 690 | ||
569 | if (cnt >= sizeof(buf)) | 691 | if (cnt >= PAGE_SIZE) |
570 | return -EINVAL; | 692 | return -EINVAL; |
571 | 693 | ||
572 | if (copy_from_user(&buf, ubuf, cnt)) | 694 | buf = (char *)__get_free_page(GFP_TEMPORARY); |
573 | return -EFAULT; | 695 | if (!buf) |
574 | buf[cnt] = '\0'; | ||
575 | |||
576 | pred = kzalloc(sizeof(*pred), GFP_KERNEL); | ||
577 | if (!pred) | ||
578 | return -ENOMEM; | 696 | return -ENOMEM; |
579 | 697 | ||
580 | err = filter_parse(&pbuf, pred); | 698 | if (copy_from_user(buf, ubuf, cnt)) { |
581 | if (err < 0) { | 699 | free_page((unsigned long) buf); |
582 | filter_free_pred(pred); | 700 | return -EFAULT; |
583 | return err; | ||
584 | } | ||
585 | |||
586 | if (pred->clear) { | ||
587 | filter_free_subsystem_preds(system); | ||
588 | filter_free_pred(pred); | ||
589 | return cnt; | ||
590 | } | 701 | } |
702 | buf[cnt] = '\0'; | ||
591 | 703 | ||
592 | err = filter_add_subsystem_pred(system, pred); | 704 | err = apply_subsystem_event_filter(system, buf); |
593 | if (err < 0) { | 705 | free_page((unsigned long) buf); |
594 | filter_free_subsystem_preds(system); | 706 | if (err < 0) |
595 | filter_free_pred(pred); | ||
596 | return err; | 707 | return err; |
597 | } | ||
598 | 708 | ||
599 | *ppos += cnt; | 709 | *ppos += cnt; |
600 | 710 | ||
601 | return cnt; | 711 | return cnt; |
602 | } | 712 | } |
603 | 713 | ||
714 | static ssize_t | ||
715 | show_header(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) | ||
716 | { | ||
717 | int (*func)(struct trace_seq *s) = filp->private_data; | ||
718 | struct trace_seq *s; | ||
719 | int r; | ||
720 | |||
721 | if (*ppos) | ||
722 | return 0; | ||
723 | |||
724 | s = kmalloc(sizeof(*s), GFP_KERNEL); | ||
725 | if (!s) | ||
726 | return -ENOMEM; | ||
727 | |||
728 | trace_seq_init(s); | ||
729 | |||
730 | func(s); | ||
731 | r = simple_read_from_buffer(ubuf, cnt, ppos, s->buffer, s->len); | ||
732 | |||
733 | kfree(s); | ||
734 | |||
735 | return r; | ||
736 | } | ||
737 | |||
604 | static const struct seq_operations show_event_seq_ops = { | 738 | static const struct seq_operations show_event_seq_ops = { |
605 | .start = t_start, | 739 | .start = t_start, |
606 | .next = t_next, | 740 | .next = t_next, |
@@ -658,6 +792,17 @@ static const struct file_operations ftrace_subsystem_filter_fops = { | |||
658 | .write = subsystem_filter_write, | 792 | .write = subsystem_filter_write, |
659 | }; | 793 | }; |
660 | 794 | ||
795 | static const struct file_operations ftrace_system_enable_fops = { | ||
796 | .open = tracing_open_generic, | ||
797 | .read = system_enable_read, | ||
798 | .write = system_enable_write, | ||
799 | }; | ||
800 | |||
801 | static const struct file_operations ftrace_show_header_fops = { | ||
802 | .open = tracing_open_generic, | ||
803 | .read = show_header, | ||
804 | }; | ||
805 | |||
661 | static struct dentry *event_trace_events_dir(void) | 806 | static struct dentry *event_trace_events_dir(void) |
662 | { | 807 | { |
663 | static struct dentry *d_tracer; | 808 | static struct dentry *d_tracer; |
@@ -684,6 +829,7 @@ static struct dentry * | |||
684 | event_subsystem_dir(const char *name, struct dentry *d_events) | 829 | event_subsystem_dir(const char *name, struct dentry *d_events) |
685 | { | 830 | { |
686 | struct event_subsystem *system; | 831 | struct event_subsystem *system; |
832 | struct dentry *entry; | ||
687 | 833 | ||
688 | /* First see if we did not already create this dir */ | 834 | /* First see if we did not already create this dir */ |
689 | list_for_each_entry(system, &event_subsystems, list) { | 835 | list_for_each_entry(system, &event_subsystems, list) { |
@@ -707,16 +853,46 @@ event_subsystem_dir(const char *name, struct dentry *d_events) | |||
707 | return d_events; | 853 | return d_events; |
708 | } | 854 | } |
709 | 855 | ||
710 | system->name = name; | 856 | system->name = kstrdup(name, GFP_KERNEL); |
857 | if (!system->name) { | ||
858 | debugfs_remove(system->entry); | ||
859 | kfree(system); | ||
860 | return d_events; | ||
861 | } | ||
862 | |||
711 | list_add(&system->list, &event_subsystems); | 863 | list_add(&system->list, &event_subsystems); |
712 | 864 | ||
713 | system->preds = NULL; | 865 | system->filter = NULL; |
866 | |||
867 | system->filter = kzalloc(sizeof(struct event_filter), GFP_KERNEL); | ||
868 | if (!system->filter) { | ||
869 | pr_warning("Could not allocate filter for subsystem " | ||
870 | "'%s'\n", name); | ||
871 | return system->entry; | ||
872 | } | ||
873 | |||
874 | entry = debugfs_create_file("filter", 0644, system->entry, system, | ||
875 | &ftrace_subsystem_filter_fops); | ||
876 | if (!entry) { | ||
877 | kfree(system->filter); | ||
878 | system->filter = NULL; | ||
879 | pr_warning("Could not create debugfs " | ||
880 | "'%s/filter' entry\n", name); | ||
881 | } | ||
882 | |||
883 | entry = trace_create_file("enable", 0644, system->entry, | ||
884 | (void *)system->name, | ||
885 | &ftrace_system_enable_fops); | ||
714 | 886 | ||
715 | return system->entry; | 887 | return system->entry; |
716 | } | 888 | } |
717 | 889 | ||
718 | static int | 890 | static int |
719 | event_create_dir(struct ftrace_event_call *call, struct dentry *d_events) | 891 | event_create_dir(struct ftrace_event_call *call, struct dentry *d_events, |
892 | const struct file_operations *id, | ||
893 | const struct file_operations *enable, | ||
894 | const struct file_operations *filter, | ||
895 | const struct file_operations *format) | ||
720 | { | 896 | { |
721 | struct dentry *entry; | 897 | struct dentry *entry; |
722 | int ret; | 898 | int ret; |
@@ -725,7 +901,7 @@ event_create_dir(struct ftrace_event_call *call, struct dentry *d_events) | |||
725 | * If the trace point header did not define TRACE_SYSTEM | 901 | * If the trace point header did not define TRACE_SYSTEM |
726 | * then the system would be called "TRACE_SYSTEM". | 902 | * then the system would be called "TRACE_SYSTEM". |
727 | */ | 903 | */ |
728 | if (strcmp(call->system, "TRACE_SYSTEM") != 0) | 904 | if (strcmp(call->system, TRACE_SYSTEM) != 0) |
729 | d_events = event_subsystem_dir(call->system, d_events); | 905 | d_events = event_subsystem_dir(call->system, d_events); |
730 | 906 | ||
731 | if (call->raw_init) { | 907 | if (call->raw_init) { |
@@ -744,21 +920,13 @@ event_create_dir(struct ftrace_event_call *call, struct dentry *d_events) | |||
744 | return -1; | 920 | return -1; |
745 | } | 921 | } |
746 | 922 | ||
747 | if (call->regfunc) { | 923 | if (call->regfunc) |
748 | entry = debugfs_create_file("enable", 0644, call->dir, call, | 924 | entry = trace_create_file("enable", 0644, call->dir, call, |
749 | &ftrace_enable_fops); | 925 | enable); |
750 | if (!entry) | ||
751 | pr_warning("Could not create debugfs " | ||
752 | "'%s/enable' entry\n", call->name); | ||
753 | } | ||
754 | 926 | ||
755 | if (call->id) { | 927 | if (call->id) |
756 | entry = debugfs_create_file("id", 0444, call->dir, call, | 928 | entry = trace_create_file("id", 0444, call->dir, call, |
757 | &ftrace_event_id_fops); | 929 | id); |
758 | if (!entry) | ||
759 | pr_warning("Could not create debugfs '%s/id' entry\n", | ||
760 | call->name); | ||
761 | } | ||
762 | 930 | ||
763 | if (call->define_fields) { | 931 | if (call->define_fields) { |
764 | ret = call->define_fields(); | 932 | ret = call->define_fields(); |
@@ -767,32 +935,195 @@ event_create_dir(struct ftrace_event_call *call, struct dentry *d_events) | |||
767 | " events/%s\n", call->name); | 935 | " events/%s\n", call->name); |
768 | return ret; | 936 | return ret; |
769 | } | 937 | } |
770 | entry = debugfs_create_file("filter", 0644, call->dir, call, | 938 | entry = trace_create_file("filter", 0644, call->dir, call, |
771 | &ftrace_event_filter_fops); | 939 | filter); |
772 | if (!entry) | ||
773 | pr_warning("Could not create debugfs " | ||
774 | "'%s/filter' entry\n", call->name); | ||
775 | } | 940 | } |
776 | 941 | ||
777 | /* A trace may not want to export its format */ | 942 | /* A trace may not want to export its format */ |
778 | if (!call->show_format) | 943 | if (!call->show_format) |
779 | return 0; | 944 | return 0; |
780 | 945 | ||
781 | entry = debugfs_create_file("format", 0444, call->dir, call, | 946 | entry = trace_create_file("format", 0444, call->dir, call, |
782 | &ftrace_event_format_fops); | 947 | format); |
783 | if (!entry) | 948 | |
784 | pr_warning("Could not create debugfs " | 949 | return 0; |
785 | "'%s/format' entry\n", call->name); | 950 | } |
951 | |||
952 | #define for_each_event(event, start, end) \ | ||
953 | for (event = start; \ | ||
954 | (unsigned long)event < (unsigned long)end; \ | ||
955 | event++) | ||
956 | |||
957 | #ifdef CONFIG_MODULES | ||
958 | |||
959 | static LIST_HEAD(ftrace_module_file_list); | ||
960 | |||
961 | /* | ||
962 | * Modules must own their file_operations to keep up with | ||
963 | * reference counting. | ||
964 | */ | ||
965 | struct ftrace_module_file_ops { | ||
966 | struct list_head list; | ||
967 | struct module *mod; | ||
968 | struct file_operations id; | ||
969 | struct file_operations enable; | ||
970 | struct file_operations format; | ||
971 | struct file_operations filter; | ||
972 | }; | ||
973 | |||
974 | static struct ftrace_module_file_ops * | ||
975 | trace_create_file_ops(struct module *mod) | ||
976 | { | ||
977 | struct ftrace_module_file_ops *file_ops; | ||
978 | |||
979 | /* | ||
980 | * This is a bit of a PITA. To allow for correct reference | ||
981 | * counting, modules must "own" their file_operations. | ||
982 | * To do this, we allocate the file operations that will be | ||
983 | * used in the event directory. | ||
984 | */ | ||
985 | |||
986 | file_ops = kmalloc(sizeof(*file_ops), GFP_KERNEL); | ||
987 | if (!file_ops) | ||
988 | return NULL; | ||
989 | |||
990 | file_ops->mod = mod; | ||
991 | |||
992 | file_ops->id = ftrace_event_id_fops; | ||
993 | file_ops->id.owner = mod; | ||
994 | |||
995 | file_ops->enable = ftrace_enable_fops; | ||
996 | file_ops->enable.owner = mod; | ||
997 | |||
998 | file_ops->filter = ftrace_event_filter_fops; | ||
999 | file_ops->filter.owner = mod; | ||
1000 | |||
1001 | file_ops->format = ftrace_event_format_fops; | ||
1002 | file_ops->format.owner = mod; | ||
1003 | |||
1004 | list_add(&file_ops->list, &ftrace_module_file_list); | ||
1005 | |||
1006 | return file_ops; | ||
1007 | } | ||
1008 | |||
1009 | static void trace_module_add_events(struct module *mod) | ||
1010 | { | ||
1011 | struct ftrace_module_file_ops *file_ops = NULL; | ||
1012 | struct ftrace_event_call *call, *start, *end; | ||
1013 | struct dentry *d_events; | ||
1014 | |||
1015 | start = mod->trace_events; | ||
1016 | end = mod->trace_events + mod->num_trace_events; | ||
1017 | |||
1018 | if (start == end) | ||
1019 | return; | ||
1020 | |||
1021 | d_events = event_trace_events_dir(); | ||
1022 | if (!d_events) | ||
1023 | return; | ||
1024 | |||
1025 | for_each_event(call, start, end) { | ||
1026 | /* The linker may leave blanks */ | ||
1027 | if (!call->name) | ||
1028 | continue; | ||
1029 | |||
1030 | /* | ||
1031 | * This module has events, create file ops for this module | ||
1032 | * if not already done. | ||
1033 | */ | ||
1034 | if (!file_ops) { | ||
1035 | file_ops = trace_create_file_ops(mod); | ||
1036 | if (!file_ops) | ||
1037 | return; | ||
1038 | } | ||
1039 | call->mod = mod; | ||
1040 | list_add(&call->list, &ftrace_events); | ||
1041 | event_create_dir(call, d_events, | ||
1042 | &file_ops->id, &file_ops->enable, | ||
1043 | &file_ops->filter, &file_ops->format); | ||
1044 | } | ||
1045 | } | ||
1046 | |||
1047 | static void trace_module_remove_events(struct module *mod) | ||
1048 | { | ||
1049 | struct ftrace_module_file_ops *file_ops; | ||
1050 | struct ftrace_event_call *call, *p; | ||
1051 | bool found = false; | ||
1052 | |||
1053 | down_write(&trace_event_mutex); | ||
1054 | list_for_each_entry_safe(call, p, &ftrace_events, list) { | ||
1055 | if (call->mod == mod) { | ||
1056 | found = true; | ||
1057 | ftrace_event_enable_disable(call, 0); | ||
1058 | if (call->event) | ||
1059 | __unregister_ftrace_event(call->event); | ||
1060 | debugfs_remove_recursive(call->dir); | ||
1061 | list_del(&call->list); | ||
1062 | trace_destroy_fields(call); | ||
1063 | destroy_preds(call); | ||
1064 | } | ||
1065 | } | ||
1066 | |||
1067 | /* Now free the file_operations */ | ||
1068 | list_for_each_entry(file_ops, &ftrace_module_file_list, list) { | ||
1069 | if (file_ops->mod == mod) | ||
1070 | break; | ||
1071 | } | ||
1072 | if (&file_ops->list != &ftrace_module_file_list) { | ||
1073 | list_del(&file_ops->list); | ||
1074 | kfree(file_ops); | ||
1075 | } | ||
1076 | |||
1077 | /* | ||
1078 | * It is safest to reset the ring buffer if the module being unloaded | ||
1079 | * registered any events. | ||
1080 | */ | ||
1081 | if (found) | ||
1082 | tracing_reset_current_online_cpus(); | ||
1083 | up_write(&trace_event_mutex); | ||
1084 | } | ||
1085 | |||
1086 | static int trace_module_notify(struct notifier_block *self, | ||
1087 | unsigned long val, void *data) | ||
1088 | { | ||
1089 | struct module *mod = data; | ||
1090 | |||
1091 | mutex_lock(&event_mutex); | ||
1092 | switch (val) { | ||
1093 | case MODULE_STATE_COMING: | ||
1094 | trace_module_add_events(mod); | ||
1095 | break; | ||
1096 | case MODULE_STATE_GOING: | ||
1097 | trace_module_remove_events(mod); | ||
1098 | break; | ||
1099 | } | ||
1100 | mutex_unlock(&event_mutex); | ||
786 | 1101 | ||
787 | return 0; | 1102 | return 0; |
788 | } | 1103 | } |
1104 | #else | ||
1105 | static int trace_module_notify(struct notifier_block *self, | ||
1106 | unsigned long val, void *data) | ||
1107 | { | ||
1108 | return 0; | ||
1109 | } | ||
1110 | #endif /* CONFIG_MODULES */ | ||
1111 | |||
1112 | struct notifier_block trace_module_nb = { | ||
1113 | .notifier_call = trace_module_notify, | ||
1114 | .priority = 0, | ||
1115 | }; | ||
1116 | |||
1117 | extern struct ftrace_event_call __start_ftrace_events[]; | ||
1118 | extern struct ftrace_event_call __stop_ftrace_events[]; | ||
789 | 1119 | ||
790 | static __init int event_trace_init(void) | 1120 | static __init int event_trace_init(void) |
791 | { | 1121 | { |
792 | struct ftrace_event_call *call = __start_ftrace_events; | 1122 | struct ftrace_event_call *call; |
793 | struct dentry *d_tracer; | 1123 | struct dentry *d_tracer; |
794 | struct dentry *entry; | 1124 | struct dentry *entry; |
795 | struct dentry *d_events; | 1125 | struct dentry *d_events; |
1126 | int ret; | ||
796 | 1127 | ||
797 | d_tracer = tracing_init_dentry(); | 1128 | d_tracer = tracing_init_dentry(); |
798 | if (!d_tracer) | 1129 | if (!d_tracer) |
@@ -816,13 +1147,243 @@ static __init int event_trace_init(void) | |||
816 | if (!d_events) | 1147 | if (!d_events) |
817 | return 0; | 1148 | return 0; |
818 | 1149 | ||
819 | for_each_event(call) { | 1150 | /* ring buffer internal formats */ |
1151 | trace_create_file("header_page", 0444, d_events, | ||
1152 | ring_buffer_print_page_header, | ||
1153 | &ftrace_show_header_fops); | ||
1154 | |||
1155 | trace_create_file("header_event", 0444, d_events, | ||
1156 | ring_buffer_print_entry_header, | ||
1157 | &ftrace_show_header_fops); | ||
1158 | |||
1159 | trace_create_file("enable", 0644, d_events, | ||
1160 | NULL, &ftrace_system_enable_fops); | ||
1161 | |||
1162 | for_each_event(call, __start_ftrace_events, __stop_ftrace_events) { | ||
820 | /* The linker may leave blanks */ | 1163 | /* The linker may leave blanks */ |
821 | if (!call->name) | 1164 | if (!call->name) |
822 | continue; | 1165 | continue; |
823 | event_create_dir(call, d_events); | 1166 | list_add(&call->list, &ftrace_events); |
1167 | event_create_dir(call, d_events, &ftrace_event_id_fops, | ||
1168 | &ftrace_enable_fops, &ftrace_event_filter_fops, | ||
1169 | &ftrace_event_format_fops); | ||
824 | } | 1170 | } |
825 | 1171 | ||
1172 | ret = register_module_notifier(&trace_module_nb); | ||
1173 | if (ret) | ||
1174 | pr_warning("Failed to register trace events module notifier\n"); | ||
1175 | |||
826 | return 0; | 1176 | return 0; |
827 | } | 1177 | } |
828 | fs_initcall(event_trace_init); | 1178 | fs_initcall(event_trace_init); |
1179 | |||
1180 | #ifdef CONFIG_FTRACE_STARTUP_TEST | ||
1181 | |||
1182 | static DEFINE_SPINLOCK(test_spinlock); | ||
1183 | static DEFINE_SPINLOCK(test_spinlock_irq); | ||
1184 | static DEFINE_MUTEX(test_mutex); | ||
1185 | |||
1186 | static __init void test_work(struct work_struct *dummy) | ||
1187 | { | ||
1188 | spin_lock(&test_spinlock); | ||
1189 | spin_lock_irq(&test_spinlock_irq); | ||
1190 | udelay(1); | ||
1191 | spin_unlock_irq(&test_spinlock_irq); | ||
1192 | spin_unlock(&test_spinlock); | ||
1193 | |||
1194 | mutex_lock(&test_mutex); | ||
1195 | msleep(1); | ||
1196 | mutex_unlock(&test_mutex); | ||
1197 | } | ||
1198 | |||
1199 | static __init int event_test_thread(void *unused) | ||
1200 | { | ||
1201 | void *test_malloc; | ||
1202 | |||
1203 | test_malloc = kmalloc(1234, GFP_KERNEL); | ||
1204 | if (!test_malloc) | ||
1205 | pr_info("failed to kmalloc\n"); | ||
1206 | |||
1207 | schedule_on_each_cpu(test_work); | ||
1208 | |||
1209 | kfree(test_malloc); | ||
1210 | |||
1211 | set_current_state(TASK_INTERRUPTIBLE); | ||
1212 | while (!kthread_should_stop()) | ||
1213 | schedule(); | ||
1214 | |||
1215 | return 0; | ||
1216 | } | ||
1217 | |||
1218 | /* | ||
1219 | * Do various things that may trigger events. | ||
1220 | */ | ||
1221 | static __init void event_test_stuff(void) | ||
1222 | { | ||
1223 | struct task_struct *test_thread; | ||
1224 | |||
1225 | test_thread = kthread_run(event_test_thread, NULL, "test-events"); | ||
1226 | msleep(1); | ||
1227 | kthread_stop(test_thread); | ||
1228 | } | ||
1229 | |||
1230 | /* | ||
1231 | * For every trace event defined, we will test each trace point separately, | ||
1232 | * and then by groups, and finally all trace points. | ||
1233 | */ | ||
1234 | static __init void event_trace_self_tests(void) | ||
1235 | { | ||
1236 | struct ftrace_event_call *call; | ||
1237 | struct event_subsystem *system; | ||
1238 | int ret; | ||
1239 | |||
1240 | pr_info("Running tests on trace events:\n"); | ||
1241 | |||
1242 | list_for_each_entry(call, &ftrace_events, list) { | ||
1243 | |||
1244 | /* Only test those that have a regfunc */ | ||
1245 | if (!call->regfunc) | ||
1246 | continue; | ||
1247 | |||
1248 | pr_info("Testing event %s: ", call->name); | ||
1249 | |||
1250 | /* | ||
1251 | * If an event is already enabled, someone is using | ||
1252 | * it and the self test should not be on. | ||
1253 | */ | ||
1254 | if (call->enabled) { | ||
1255 | pr_warning("Enabled event during self test!\n"); | ||
1256 | WARN_ON_ONCE(1); | ||
1257 | continue; | ||
1258 | } | ||
1259 | |||
1260 | ftrace_event_enable_disable(call, 1); | ||
1261 | event_test_stuff(); | ||
1262 | ftrace_event_enable_disable(call, 0); | ||
1263 | |||
1264 | pr_cont("OK\n"); | ||
1265 | } | ||
1266 | |||
1267 | /* Now test at the sub system level */ | ||
1268 | |||
1269 | pr_info("Running tests on trace event systems:\n"); | ||
1270 | |||
1271 | list_for_each_entry(system, &event_subsystems, list) { | ||
1272 | |||
1273 | /* the ftrace system is special, skip it */ | ||
1274 | if (strcmp(system->name, "ftrace") == 0) | ||
1275 | continue; | ||
1276 | |||
1277 | pr_info("Testing event system %s: ", system->name); | ||
1278 | |||
1279 | ret = __ftrace_set_clr_event(NULL, system->name, NULL, 1); | ||
1280 | if (WARN_ON_ONCE(ret)) { | ||
1281 | pr_warning("error enabling system %s\n", | ||
1282 | system->name); | ||
1283 | continue; | ||
1284 | } | ||
1285 | |||
1286 | event_test_stuff(); | ||
1287 | |||
1288 | ret = __ftrace_set_clr_event(NULL, system->name, NULL, 0); | ||
1289 | if (WARN_ON_ONCE(ret)) | ||
1290 | pr_warning("error disabling system %s\n", | ||
1291 | system->name); | ||
1292 | |||
1293 | pr_cont("OK\n"); | ||
1294 | } | ||
1295 | |||
1296 | /* Test with all events enabled */ | ||
1297 | |||
1298 | pr_info("Running tests on all trace events:\n"); | ||
1299 | pr_info("Testing all events: "); | ||
1300 | |||
1301 | ret = __ftrace_set_clr_event(NULL, NULL, NULL, 1); | ||
1302 | if (WARN_ON_ONCE(ret)) { | ||
1303 | pr_warning("error enabling all events\n"); | ||
1304 | return; | ||
1305 | } | ||
1306 | |||
1307 | event_test_stuff(); | ||
1308 | |||
1309 | /* reset sysname */ | ||
1310 | ret = __ftrace_set_clr_event(NULL, NULL, NULL, 0); | ||
1311 | if (WARN_ON_ONCE(ret)) { | ||
1312 | pr_warning("error disabling all events\n"); | ||
1313 | return; | ||
1314 | } | ||
1315 | |||
1316 | pr_cont("OK\n"); | ||
1317 | } | ||
1318 | |||
1319 | #ifdef CONFIG_FUNCTION_TRACER | ||
1320 | |||
1321 | static DEFINE_PER_CPU(atomic_t, test_event_disable); | ||
1322 | |||
1323 | static void | ||
1324 | function_test_events_call(unsigned long ip, unsigned long parent_ip) | ||
1325 | { | ||
1326 | struct ring_buffer_event *event; | ||
1327 | struct ftrace_entry *entry; | ||
1328 | unsigned long flags; | ||
1329 | long disabled; | ||
1330 | int resched; | ||
1331 | int cpu; | ||
1332 | int pc; | ||
1333 | |||
1334 | pc = preempt_count(); | ||
1335 | resched = ftrace_preempt_disable(); | ||
1336 | cpu = raw_smp_processor_id(); | ||
1337 | disabled = atomic_inc_return(&per_cpu(test_event_disable, cpu)); | ||
1338 | |||
1339 | if (disabled != 1) | ||
1340 | goto out; | ||
1341 | |||
1342 | local_save_flags(flags); | ||
1343 | |||
1344 | event = trace_current_buffer_lock_reserve(TRACE_FN, sizeof(*entry), | ||
1345 | flags, pc); | ||
1346 | if (!event) | ||
1347 | goto out; | ||
1348 | entry = ring_buffer_event_data(event); | ||
1349 | entry->ip = ip; | ||
1350 | entry->parent_ip = parent_ip; | ||
1351 | |||
1352 | trace_nowake_buffer_unlock_commit(event, flags, pc); | ||
1353 | |||
1354 | out: | ||
1355 | atomic_dec(&per_cpu(test_event_disable, cpu)); | ||
1356 | ftrace_preempt_enable(resched); | ||
1357 | } | ||
1358 | |||
1359 | static struct ftrace_ops trace_ops __initdata = | ||
1360 | { | ||
1361 | .func = function_test_events_call, | ||
1362 | }; | ||
1363 | |||
1364 | static __init void event_trace_self_test_with_function(void) | ||
1365 | { | ||
1366 | register_ftrace_function(&trace_ops); | ||
1367 | pr_info("Running tests again, along with the function tracer\n"); | ||
1368 | event_trace_self_tests(); | ||
1369 | unregister_ftrace_function(&trace_ops); | ||
1370 | } | ||
1371 | #else | ||
1372 | static __init void event_trace_self_test_with_function(void) | ||
1373 | { | ||
1374 | } | ||
1375 | #endif | ||
1376 | |||
1377 | static __init int event_trace_self_tests_init(void) | ||
1378 | { | ||
1379 | |||
1380 | event_trace_self_tests(); | ||
1381 | |||
1382 | event_trace_self_test_with_function(); | ||
1383 | |||
1384 | return 0; | ||
1385 | } | ||
1386 | |||
1387 | late_initcall(event_trace_self_tests_init); | ||
1388 | |||
1389 | #endif | ||
diff --git a/kernel/trace/trace_events_filter.c b/kernel/trace/trace_events_filter.c index e03cbf1e38f3..db6e54bdb596 100644 --- a/kernel/trace/trace_events_filter.c +++ b/kernel/trace/trace_events_filter.c | |||
@@ -22,119 +22,297 @@ | |||
22 | #include <linux/uaccess.h> | 22 | #include <linux/uaccess.h> |
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/ctype.h> | 24 | #include <linux/ctype.h> |
25 | #include <linux/mutex.h> | ||
25 | 26 | ||
26 | #include "trace.h" | 27 | #include "trace.h" |
27 | #include "trace_output.h" | 28 | #include "trace_output.h" |
28 | 29 | ||
29 | static int filter_pred_64(struct filter_pred *pred, void *event) | 30 | static DEFINE_MUTEX(filter_mutex); |
31 | |||
32 | enum filter_op_ids | ||
33 | { | ||
34 | OP_OR, | ||
35 | OP_AND, | ||
36 | OP_NE, | ||
37 | OP_EQ, | ||
38 | OP_LT, | ||
39 | OP_LE, | ||
40 | OP_GT, | ||
41 | OP_GE, | ||
42 | OP_NONE, | ||
43 | OP_OPEN_PAREN, | ||
44 | }; | ||
45 | |||
46 | struct filter_op { | ||
47 | int id; | ||
48 | char *string; | ||
49 | int precedence; | ||
50 | }; | ||
51 | |||
52 | static struct filter_op filter_ops[] = { | ||
53 | { OP_OR, "||", 1 }, | ||
54 | { OP_AND, "&&", 2 }, | ||
55 | { OP_NE, "!=", 4 }, | ||
56 | { OP_EQ, "==", 4 }, | ||
57 | { OP_LT, "<", 5 }, | ||
58 | { OP_LE, "<=", 5 }, | ||
59 | { OP_GT, ">", 5 }, | ||
60 | { OP_GE, ">=", 5 }, | ||
61 | { OP_NONE, "OP_NONE", 0 }, | ||
62 | { OP_OPEN_PAREN, "(", 0 }, | ||
63 | }; | ||
64 | |||
65 | enum { | ||
66 | FILT_ERR_NONE, | ||
67 | FILT_ERR_INVALID_OP, | ||
68 | FILT_ERR_UNBALANCED_PAREN, | ||
69 | FILT_ERR_TOO_MANY_OPERANDS, | ||
70 | FILT_ERR_OPERAND_TOO_LONG, | ||
71 | FILT_ERR_FIELD_NOT_FOUND, | ||
72 | FILT_ERR_ILLEGAL_FIELD_OP, | ||
73 | FILT_ERR_ILLEGAL_INTVAL, | ||
74 | FILT_ERR_BAD_SUBSYS_FILTER, | ||
75 | FILT_ERR_TOO_MANY_PREDS, | ||
76 | FILT_ERR_MISSING_FIELD, | ||
77 | FILT_ERR_INVALID_FILTER, | ||
78 | }; | ||
79 | |||
80 | static char *err_text[] = { | ||
81 | "No error", | ||
82 | "Invalid operator", | ||
83 | "Unbalanced parens", | ||
84 | "Too many operands", | ||
85 | "Operand too long", | ||
86 | "Field not found", | ||
87 | "Illegal operation for field type", | ||
88 | "Illegal integer value", | ||
89 | "Couldn't find or set field in one of a subsystem's events", | ||
90 | "Too many terms in predicate expression", | ||
91 | "Missing field name and/or value", | ||
92 | "Meaningless filter expression", | ||
93 | }; | ||
94 | |||
95 | struct opstack_op { | ||
96 | int op; | ||
97 | struct list_head list; | ||
98 | }; | ||
99 | |||
100 | struct postfix_elt { | ||
101 | int op; | ||
102 | char *operand; | ||
103 | struct list_head list; | ||
104 | }; | ||
105 | |||
106 | struct filter_parse_state { | ||
107 | struct filter_op *ops; | ||
108 | struct list_head opstack; | ||
109 | struct list_head postfix; | ||
110 | int lasterr; | ||
111 | int lasterr_pos; | ||
112 | |||
113 | struct { | ||
114 | char *string; | ||
115 | unsigned int cnt; | ||
116 | unsigned int tail; | ||
117 | } infix; | ||
118 | |||
119 | struct { | ||
120 | char string[MAX_FILTER_STR_VAL]; | ||
121 | int pos; | ||
122 | unsigned int tail; | ||
123 | } operand; | ||
124 | }; | ||
125 | |||
126 | DEFINE_COMPARISON_PRED(s64); | ||
127 | DEFINE_COMPARISON_PRED(u64); | ||
128 | DEFINE_COMPARISON_PRED(s32); | ||
129 | DEFINE_COMPARISON_PRED(u32); | ||
130 | DEFINE_COMPARISON_PRED(s16); | ||
131 | DEFINE_COMPARISON_PRED(u16); | ||
132 | DEFINE_COMPARISON_PRED(s8); | ||
133 | DEFINE_COMPARISON_PRED(u8); | ||
134 | |||
135 | DEFINE_EQUALITY_PRED(64); | ||
136 | DEFINE_EQUALITY_PRED(32); | ||
137 | DEFINE_EQUALITY_PRED(16); | ||
138 | DEFINE_EQUALITY_PRED(8); | ||
139 | |||
140 | static int filter_pred_and(struct filter_pred *pred __attribute((unused)), | ||
141 | void *event __attribute((unused)), | ||
142 | int val1, int val2) | ||
143 | { | ||
144 | return val1 && val2; | ||
145 | } | ||
146 | |||
147 | static int filter_pred_or(struct filter_pred *pred __attribute((unused)), | ||
148 | void *event __attribute((unused)), | ||
149 | int val1, int val2) | ||
150 | { | ||
151 | return val1 || val2; | ||
152 | } | ||
153 | |||
154 | /* Filter predicate for fixed sized arrays of characters */ | ||
155 | static int filter_pred_string(struct filter_pred *pred, void *event, | ||
156 | int val1, int val2) | ||
30 | { | 157 | { |
31 | u64 *addr = (u64 *)(event + pred->offset); | 158 | char *addr = (char *)(event + pred->offset); |
32 | u64 val = (u64)pred->val; | 159 | int cmp, match; |
33 | int match; | 160 | |
161 | cmp = strncmp(addr, pred->str_val, pred->str_len); | ||
34 | 162 | ||
35 | match = (val == *addr) ^ pred->not; | 163 | match = (!cmp) ^ pred->not; |
36 | 164 | ||
37 | return match; | 165 | return match; |
38 | } | 166 | } |
39 | 167 | ||
40 | static int filter_pred_32(struct filter_pred *pred, void *event) | 168 | /* |
169 | * Filter predicate for dynamic sized arrays of characters. | ||
170 | * These are implemented through a list of strings at the end | ||
171 | * of the entry. | ||
172 | * Also each of these strings have a field in the entry which | ||
173 | * contains its offset from the beginning of the entry. | ||
174 | * We have then first to get this field, dereference it | ||
175 | * and add it to the address of the entry, and at last we have | ||
176 | * the address of the string. | ||
177 | */ | ||
178 | static int filter_pred_strloc(struct filter_pred *pred, void *event, | ||
179 | int val1, int val2) | ||
41 | { | 180 | { |
42 | u32 *addr = (u32 *)(event + pred->offset); | 181 | int str_loc = *(int *)(event + pred->offset); |
43 | u32 val = (u32)pred->val; | 182 | char *addr = (char *)(event + str_loc); |
44 | int match; | 183 | int cmp, match; |
184 | |||
185 | cmp = strncmp(addr, pred->str_val, pred->str_len); | ||
45 | 186 | ||
46 | match = (val == *addr) ^ pred->not; | 187 | match = (!cmp) ^ pred->not; |
47 | 188 | ||
48 | return match; | 189 | return match; |
49 | } | 190 | } |
50 | 191 | ||
51 | static int filter_pred_16(struct filter_pred *pred, void *event) | 192 | static int filter_pred_none(struct filter_pred *pred, void *event, |
193 | int val1, int val2) | ||
194 | { | ||
195 | return 0; | ||
196 | } | ||
197 | |||
198 | /* return 1 if event matches, 0 otherwise (discard) */ | ||
199 | int filter_match_preds(struct ftrace_event_call *call, void *rec) | ||
52 | { | 200 | { |
53 | u16 *addr = (u16 *)(event + pred->offset); | 201 | struct event_filter *filter = call->filter; |
54 | u16 val = (u16)pred->val; | 202 | int match, top = 0, val1 = 0, val2 = 0; |
55 | int match; | 203 | int stack[MAX_FILTER_PRED]; |
204 | struct filter_pred *pred; | ||
205 | int i; | ||
206 | |||
207 | for (i = 0; i < filter->n_preds; i++) { | ||
208 | pred = filter->preds[i]; | ||
209 | if (!pred->pop_n) { | ||
210 | match = pred->fn(pred, rec, val1, val2); | ||
211 | stack[top++] = match; | ||
212 | continue; | ||
213 | } | ||
214 | if (pred->pop_n > top) { | ||
215 | WARN_ON_ONCE(1); | ||
216 | return 0; | ||
217 | } | ||
218 | val1 = stack[--top]; | ||
219 | val2 = stack[--top]; | ||
220 | match = pred->fn(pred, rec, val1, val2); | ||
221 | stack[top++] = match; | ||
222 | } | ||
56 | 223 | ||
57 | match = (val == *addr) ^ pred->not; | 224 | return stack[--top]; |
225 | } | ||
226 | EXPORT_SYMBOL_GPL(filter_match_preds); | ||
58 | 227 | ||
59 | return match; | 228 | static void parse_error(struct filter_parse_state *ps, int err, int pos) |
229 | { | ||
230 | ps->lasterr = err; | ||
231 | ps->lasterr_pos = pos; | ||
60 | } | 232 | } |
61 | 233 | ||
62 | static int filter_pred_8(struct filter_pred *pred, void *event) | 234 | static void remove_filter_string(struct event_filter *filter) |
63 | { | 235 | { |
64 | u8 *addr = (u8 *)(event + pred->offset); | 236 | kfree(filter->filter_string); |
65 | u8 val = (u8)pred->val; | 237 | filter->filter_string = NULL; |
66 | int match; | 238 | } |
67 | 239 | ||
68 | match = (val == *addr) ^ pred->not; | 240 | static int replace_filter_string(struct event_filter *filter, |
241 | char *filter_string) | ||
242 | { | ||
243 | kfree(filter->filter_string); | ||
244 | filter->filter_string = kstrdup(filter_string, GFP_KERNEL); | ||
245 | if (!filter->filter_string) | ||
246 | return -ENOMEM; | ||
69 | 247 | ||
70 | return match; | 248 | return 0; |
71 | } | 249 | } |
72 | 250 | ||
73 | static int filter_pred_string(struct filter_pred *pred, void *event) | 251 | static int append_filter_string(struct event_filter *filter, |
252 | char *string) | ||
74 | { | 253 | { |
75 | char *addr = (char *)(event + pred->offset); | 254 | int newlen; |
76 | int cmp, match; | 255 | char *new_filter_string; |
77 | 256 | ||
78 | cmp = strncmp(addr, pred->str_val, pred->str_len); | 257 | BUG_ON(!filter->filter_string); |
258 | newlen = strlen(filter->filter_string) + strlen(string) + 1; | ||
259 | new_filter_string = kmalloc(newlen, GFP_KERNEL); | ||
260 | if (!new_filter_string) | ||
261 | return -ENOMEM; | ||
79 | 262 | ||
80 | match = (!cmp) ^ pred->not; | 263 | strcpy(new_filter_string, filter->filter_string); |
264 | strcat(new_filter_string, string); | ||
265 | kfree(filter->filter_string); | ||
266 | filter->filter_string = new_filter_string; | ||
81 | 267 | ||
82 | return match; | 268 | return 0; |
83 | } | 269 | } |
84 | 270 | ||
85 | /* return 1 if event matches, 0 otherwise (discard) */ | 271 | static void append_filter_err(struct filter_parse_state *ps, |
86 | int filter_match_preds(struct ftrace_event_call *call, void *rec) | 272 | struct event_filter *filter) |
87 | { | 273 | { |
88 | int i, matched, and_failed = 0; | 274 | int pos = ps->lasterr_pos; |
89 | struct filter_pred *pred; | 275 | char *buf, *pbuf; |
90 | 276 | ||
91 | for (i = 0; i < MAX_FILTER_PRED; i++) { | 277 | buf = (char *)__get_free_page(GFP_TEMPORARY); |
92 | if (call->preds[i]) { | 278 | if (!buf) |
93 | pred = call->preds[i]; | 279 | return; |
94 | if (and_failed && !pred->or) | ||
95 | continue; | ||
96 | matched = pred->fn(pred, rec); | ||
97 | if (!matched && !pred->or) { | ||
98 | and_failed = 1; | ||
99 | continue; | ||
100 | } else if (matched && pred->or) | ||
101 | return 1; | ||
102 | } else | ||
103 | break; | ||
104 | } | ||
105 | 280 | ||
106 | if (and_failed) | 281 | append_filter_string(filter, "\n"); |
107 | return 0; | 282 | memset(buf, ' ', PAGE_SIZE); |
283 | if (pos > PAGE_SIZE - 128) | ||
284 | pos = 0; | ||
285 | buf[pos] = '^'; | ||
286 | pbuf = &buf[pos] + 1; | ||
108 | 287 | ||
109 | return 1; | 288 | sprintf(pbuf, "\nparse_error: %s\n", err_text[ps->lasterr]); |
289 | append_filter_string(filter, buf); | ||
290 | free_page((unsigned long) buf); | ||
110 | } | 291 | } |
111 | 292 | ||
112 | void filter_print_preds(struct filter_pred **preds, struct trace_seq *s) | 293 | void print_event_filter(struct ftrace_event_call *call, struct trace_seq *s) |
113 | { | 294 | { |
114 | char *field_name; | 295 | struct event_filter *filter = call->filter; |
115 | struct filter_pred *pred; | ||
116 | int i; | ||
117 | 296 | ||
118 | if (!preds) { | 297 | mutex_lock(&filter_mutex); |
298 | if (filter->filter_string) | ||
299 | trace_seq_printf(s, "%s\n", filter->filter_string); | ||
300 | else | ||
119 | trace_seq_printf(s, "none\n"); | 301 | trace_seq_printf(s, "none\n"); |
120 | return; | 302 | mutex_unlock(&filter_mutex); |
121 | } | 303 | } |
122 | 304 | ||
123 | for (i = 0; i < MAX_FILTER_PRED; i++) { | 305 | void print_subsystem_event_filter(struct event_subsystem *system, |
124 | if (preds[i]) { | 306 | struct trace_seq *s) |
125 | pred = preds[i]; | 307 | { |
126 | field_name = pred->field_name; | 308 | struct event_filter *filter = system->filter; |
127 | if (i) | 309 | |
128 | trace_seq_printf(s, pred->or ? "|| " : "&& "); | 310 | mutex_lock(&filter_mutex); |
129 | trace_seq_printf(s, "%s ", field_name); | 311 | if (filter->filter_string) |
130 | trace_seq_printf(s, pred->not ? "!= " : "== "); | 312 | trace_seq_printf(s, "%s\n", filter->filter_string); |
131 | if (pred->str_val) | 313 | else |
132 | trace_seq_printf(s, "%s\n", pred->str_val); | 314 | trace_seq_printf(s, "none\n"); |
133 | else | 315 | mutex_unlock(&filter_mutex); |
134 | trace_seq_printf(s, "%llu\n", pred->val); | ||
135 | } else | ||
136 | break; | ||
137 | } | ||
138 | } | 316 | } |
139 | 317 | ||
140 | static struct ftrace_event_field * | 318 | static struct ftrace_event_field * |
@@ -150,284 +328,828 @@ find_event_field(struct ftrace_event_call *call, char *name) | |||
150 | return NULL; | 328 | return NULL; |
151 | } | 329 | } |
152 | 330 | ||
153 | void filter_free_pred(struct filter_pred *pred) | 331 | static void filter_free_pred(struct filter_pred *pred) |
154 | { | 332 | { |
155 | if (!pred) | 333 | if (!pred) |
156 | return; | 334 | return; |
157 | 335 | ||
158 | kfree(pred->field_name); | 336 | kfree(pred->field_name); |
159 | kfree(pred->str_val); | ||
160 | kfree(pred); | 337 | kfree(pred); |
161 | } | 338 | } |
162 | 339 | ||
163 | void filter_free_preds(struct ftrace_event_call *call) | 340 | static void filter_clear_pred(struct filter_pred *pred) |
164 | { | 341 | { |
165 | int i; | 342 | kfree(pred->field_name); |
343 | pred->field_name = NULL; | ||
344 | pred->str_len = 0; | ||
345 | } | ||
166 | 346 | ||
167 | if (call->preds) { | 347 | static int filter_set_pred(struct filter_pred *dest, |
168 | for (i = 0; i < MAX_FILTER_PRED; i++) | 348 | struct filter_pred *src, |
169 | filter_free_pred(call->preds[i]); | 349 | filter_pred_fn_t fn) |
170 | kfree(call->preds); | 350 | { |
171 | call->preds = NULL; | 351 | *dest = *src; |
352 | if (src->field_name) { | ||
353 | dest->field_name = kstrdup(src->field_name, GFP_KERNEL); | ||
354 | if (!dest->field_name) | ||
355 | return -ENOMEM; | ||
172 | } | 356 | } |
357 | dest->fn = fn; | ||
358 | |||
359 | return 0; | ||
173 | } | 360 | } |
174 | 361 | ||
175 | void filter_free_subsystem_preds(struct event_subsystem *system) | 362 | static void filter_disable_preds(struct ftrace_event_call *call) |
176 | { | 363 | { |
177 | struct ftrace_event_call *call = __start_ftrace_events; | 364 | struct event_filter *filter = call->filter; |
178 | int i; | 365 | int i; |
179 | 366 | ||
180 | if (system->preds) { | 367 | call->filter_active = 0; |
181 | for (i = 0; i < MAX_FILTER_PRED; i++) | 368 | filter->n_preds = 0; |
182 | filter_free_pred(system->preds[i]); | ||
183 | kfree(system->preds); | ||
184 | system->preds = NULL; | ||
185 | } | ||
186 | 369 | ||
187 | events_for_each(call) { | 370 | for (i = 0; i < MAX_FILTER_PRED; i++) |
188 | if (!call->name || !call->regfunc) | 371 | filter->preds[i]->fn = filter_pred_none; |
189 | continue; | 372 | } |
373 | |||
374 | void destroy_preds(struct ftrace_event_call *call) | ||
375 | { | ||
376 | struct event_filter *filter = call->filter; | ||
377 | int i; | ||
190 | 378 | ||
191 | if (!strcmp(call->system, system->name)) | 379 | for (i = 0; i < MAX_FILTER_PRED; i++) { |
192 | filter_free_preds(call); | 380 | if (filter->preds[i]) |
381 | filter_free_pred(filter->preds[i]); | ||
193 | } | 382 | } |
383 | kfree(filter->preds); | ||
384 | kfree(filter); | ||
385 | call->filter = NULL; | ||
194 | } | 386 | } |
195 | 387 | ||
196 | static int __filter_add_pred(struct ftrace_event_call *call, | 388 | int init_preds(struct ftrace_event_call *call) |
197 | struct filter_pred *pred) | ||
198 | { | 389 | { |
390 | struct event_filter *filter; | ||
391 | struct filter_pred *pred; | ||
199 | int i; | 392 | int i; |
200 | 393 | ||
201 | if (call->preds && !pred->compound) | 394 | filter = call->filter = kzalloc(sizeof(*filter), GFP_KERNEL); |
202 | filter_free_preds(call); | 395 | if (!call->filter) |
396 | return -ENOMEM; | ||
203 | 397 | ||
204 | if (!call->preds) { | 398 | call->filter_active = 0; |
205 | call->preds = kzalloc(MAX_FILTER_PRED * sizeof(pred), | 399 | filter->n_preds = 0; |
206 | GFP_KERNEL); | 400 | |
207 | if (!call->preds) | 401 | filter->preds = kzalloc(MAX_FILTER_PRED * sizeof(pred), GFP_KERNEL); |
208 | return -ENOMEM; | 402 | if (!filter->preds) |
209 | } | 403 | goto oom; |
210 | 404 | ||
211 | for (i = 0; i < MAX_FILTER_PRED; i++) { | 405 | for (i = 0; i < MAX_FILTER_PRED; i++) { |
212 | if (!call->preds[i]) { | 406 | pred = kzalloc(sizeof(*pred), GFP_KERNEL); |
213 | call->preds[i] = pred; | 407 | if (!pred) |
214 | return 0; | 408 | goto oom; |
409 | pred->fn = filter_pred_none; | ||
410 | filter->preds[i] = pred; | ||
411 | } | ||
412 | |||
413 | return 0; | ||
414 | |||
415 | oom: | ||
416 | destroy_preds(call); | ||
417 | |||
418 | return -ENOMEM; | ||
419 | } | ||
420 | EXPORT_SYMBOL_GPL(init_preds); | ||
421 | |||
422 | static void filter_free_subsystem_preds(struct event_subsystem *system) | ||
423 | { | ||
424 | struct event_filter *filter = system->filter; | ||
425 | struct ftrace_event_call *call; | ||
426 | int i; | ||
427 | |||
428 | if (filter->n_preds) { | ||
429 | for (i = 0; i < filter->n_preds; i++) | ||
430 | filter_free_pred(filter->preds[i]); | ||
431 | kfree(filter->preds); | ||
432 | filter->preds = NULL; | ||
433 | filter->n_preds = 0; | ||
434 | } | ||
435 | |||
436 | mutex_lock(&event_mutex); | ||
437 | list_for_each_entry(call, &ftrace_events, list) { | ||
438 | if (!call->define_fields) | ||
439 | continue; | ||
440 | |||
441 | if (!strcmp(call->system, system->name)) { | ||
442 | filter_disable_preds(call); | ||
443 | remove_filter_string(call->filter); | ||
215 | } | 444 | } |
216 | } | 445 | } |
446 | mutex_unlock(&event_mutex); | ||
447 | } | ||
448 | |||
449 | static int filter_add_pred_fn(struct filter_parse_state *ps, | ||
450 | struct ftrace_event_call *call, | ||
451 | struct filter_pred *pred, | ||
452 | filter_pred_fn_t fn) | ||
453 | { | ||
454 | struct event_filter *filter = call->filter; | ||
455 | int idx, err; | ||
456 | |||
457 | if (filter->n_preds == MAX_FILTER_PRED) { | ||
458 | parse_error(ps, FILT_ERR_TOO_MANY_PREDS, 0); | ||
459 | return -ENOSPC; | ||
460 | } | ||
461 | |||
462 | idx = filter->n_preds; | ||
463 | filter_clear_pred(filter->preds[idx]); | ||
464 | err = filter_set_pred(filter->preds[idx], pred, fn); | ||
465 | if (err) | ||
466 | return err; | ||
217 | 467 | ||
218 | return -ENOSPC; | 468 | filter->n_preds++; |
469 | call->filter_active = 1; | ||
470 | |||
471 | return 0; | ||
219 | } | 472 | } |
220 | 473 | ||
474 | enum { | ||
475 | FILTER_STATIC_STRING = 1, | ||
476 | FILTER_DYN_STRING | ||
477 | }; | ||
478 | |||
221 | static int is_string_field(const char *type) | 479 | static int is_string_field(const char *type) |
222 | { | 480 | { |
481 | if (strstr(type, "__data_loc") && strstr(type, "char")) | ||
482 | return FILTER_DYN_STRING; | ||
483 | |||
223 | if (strchr(type, '[') && strstr(type, "char")) | 484 | if (strchr(type, '[') && strstr(type, "char")) |
224 | return 1; | 485 | return FILTER_STATIC_STRING; |
225 | 486 | ||
226 | return 0; | 487 | return 0; |
227 | } | 488 | } |
228 | 489 | ||
229 | int filter_add_pred(struct ftrace_event_call *call, struct filter_pred *pred) | 490 | static int is_legal_op(struct ftrace_event_field *field, int op) |
230 | { | 491 | { |
231 | struct ftrace_event_field *field; | 492 | if (is_string_field(field->type) && (op != OP_EQ && op != OP_NE)) |
232 | 493 | return 0; | |
233 | field = find_event_field(call, pred->field_name); | ||
234 | if (!field) | ||
235 | return -EINVAL; | ||
236 | 494 | ||
237 | pred->offset = field->offset; | 495 | return 1; |
496 | } | ||
238 | 497 | ||
239 | if (is_string_field(field->type)) { | 498 | static filter_pred_fn_t select_comparison_fn(int op, int field_size, |
240 | if (!pred->str_val) | 499 | int field_is_signed) |
241 | return -EINVAL; | 500 | { |
242 | pred->fn = filter_pred_string; | 501 | filter_pred_fn_t fn = NULL; |
243 | pred->str_len = field->size; | ||
244 | return __filter_add_pred(call, pred); | ||
245 | } else { | ||
246 | if (pred->str_val) | ||
247 | return -EINVAL; | ||
248 | } | ||
249 | 502 | ||
250 | switch (field->size) { | 503 | switch (field_size) { |
251 | case 8: | 504 | case 8: |
252 | pred->fn = filter_pred_64; | 505 | if (op == OP_EQ || op == OP_NE) |
506 | fn = filter_pred_64; | ||
507 | else if (field_is_signed) | ||
508 | fn = filter_pred_s64; | ||
509 | else | ||
510 | fn = filter_pred_u64; | ||
253 | break; | 511 | break; |
254 | case 4: | 512 | case 4: |
255 | pred->fn = filter_pred_32; | 513 | if (op == OP_EQ || op == OP_NE) |
514 | fn = filter_pred_32; | ||
515 | else if (field_is_signed) | ||
516 | fn = filter_pred_s32; | ||
517 | else | ||
518 | fn = filter_pred_u32; | ||
256 | break; | 519 | break; |
257 | case 2: | 520 | case 2: |
258 | pred->fn = filter_pred_16; | 521 | if (op == OP_EQ || op == OP_NE) |
522 | fn = filter_pred_16; | ||
523 | else if (field_is_signed) | ||
524 | fn = filter_pred_s16; | ||
525 | else | ||
526 | fn = filter_pred_u16; | ||
259 | break; | 527 | break; |
260 | case 1: | 528 | case 1: |
261 | pred->fn = filter_pred_8; | 529 | if (op == OP_EQ || op == OP_NE) |
530 | fn = filter_pred_8; | ||
531 | else if (field_is_signed) | ||
532 | fn = filter_pred_s8; | ||
533 | else | ||
534 | fn = filter_pred_u8; | ||
262 | break; | 535 | break; |
263 | default: | ||
264 | return -EINVAL; | ||
265 | } | 536 | } |
266 | 537 | ||
267 | return __filter_add_pred(call, pred); | 538 | return fn; |
268 | } | 539 | } |
269 | 540 | ||
270 | static struct filter_pred *copy_pred(struct filter_pred *pred) | 541 | static int filter_add_pred(struct filter_parse_state *ps, |
542 | struct ftrace_event_call *call, | ||
543 | struct filter_pred *pred) | ||
271 | { | 544 | { |
272 | struct filter_pred *new_pred = kmalloc(sizeof(*pred), GFP_KERNEL); | 545 | struct ftrace_event_field *field; |
273 | if (!new_pred) | 546 | filter_pred_fn_t fn; |
274 | return NULL; | 547 | unsigned long long val; |
548 | int string_type; | ||
549 | |||
550 | pred->fn = filter_pred_none; | ||
551 | |||
552 | if (pred->op == OP_AND) { | ||
553 | pred->pop_n = 2; | ||
554 | return filter_add_pred_fn(ps, call, pred, filter_pred_and); | ||
555 | } else if (pred->op == OP_OR) { | ||
556 | pred->pop_n = 2; | ||
557 | return filter_add_pred_fn(ps, call, pred, filter_pred_or); | ||
558 | } | ||
559 | |||
560 | field = find_event_field(call, pred->field_name); | ||
561 | if (!field) { | ||
562 | parse_error(ps, FILT_ERR_FIELD_NOT_FOUND, 0); | ||
563 | return -EINVAL; | ||
564 | } | ||
275 | 565 | ||
276 | memcpy(new_pred, pred, sizeof(*pred)); | 566 | pred->offset = field->offset; |
277 | 567 | ||
278 | if (pred->field_name) { | 568 | if (!is_legal_op(field, pred->op)) { |
279 | new_pred->field_name = kstrdup(pred->field_name, GFP_KERNEL); | 569 | parse_error(ps, FILT_ERR_ILLEGAL_FIELD_OP, 0); |
280 | if (!new_pred->field_name) { | 570 | return -EINVAL; |
281 | kfree(new_pred); | ||
282 | return NULL; | ||
283 | } | ||
284 | } | 571 | } |
285 | 572 | ||
286 | if (pred->str_val) { | 573 | string_type = is_string_field(field->type); |
287 | new_pred->str_val = kstrdup(pred->str_val, GFP_KERNEL); | 574 | if (string_type) { |
288 | if (!new_pred->str_val) { | 575 | if (string_type == FILTER_STATIC_STRING) |
289 | filter_free_pred(new_pred); | 576 | fn = filter_pred_string; |
290 | return NULL; | 577 | else |
578 | fn = filter_pred_strloc; | ||
579 | pred->str_len = field->size; | ||
580 | if (pred->op == OP_NE) | ||
581 | pred->not = 1; | ||
582 | return filter_add_pred_fn(ps, call, pred, fn); | ||
583 | } else { | ||
584 | if (strict_strtoull(pred->str_val, 0, &val)) { | ||
585 | parse_error(ps, FILT_ERR_ILLEGAL_INTVAL, 0); | ||
586 | return -EINVAL; | ||
291 | } | 587 | } |
588 | pred->val = val; | ||
589 | } | ||
590 | |||
591 | fn = select_comparison_fn(pred->op, field->size, field->is_signed); | ||
592 | if (!fn) { | ||
593 | parse_error(ps, FILT_ERR_INVALID_OP, 0); | ||
594 | return -EINVAL; | ||
292 | } | 595 | } |
293 | 596 | ||
294 | return new_pred; | 597 | if (pred->op == OP_NE) |
598 | pred->not = 1; | ||
599 | |||
600 | return filter_add_pred_fn(ps, call, pred, fn); | ||
295 | } | 601 | } |
296 | 602 | ||
297 | int filter_add_subsystem_pred(struct event_subsystem *system, | 603 | static int filter_add_subsystem_pred(struct filter_parse_state *ps, |
298 | struct filter_pred *pred) | 604 | struct event_subsystem *system, |
605 | struct filter_pred *pred, | ||
606 | char *filter_string) | ||
299 | { | 607 | { |
300 | struct ftrace_event_call *call = __start_ftrace_events; | 608 | struct event_filter *filter = system->filter; |
301 | struct filter_pred *event_pred; | 609 | struct ftrace_event_call *call; |
302 | int i; | 610 | int err = 0; |
303 | |||
304 | if (system->preds && !pred->compound) | ||
305 | filter_free_subsystem_preds(system); | ||
306 | 611 | ||
307 | if (!system->preds) { | 612 | if (!filter->preds) { |
308 | system->preds = kzalloc(MAX_FILTER_PRED * sizeof(pred), | 613 | filter->preds = kzalloc(MAX_FILTER_PRED * sizeof(pred), |
309 | GFP_KERNEL); | 614 | GFP_KERNEL); |
310 | if (!system->preds) | 615 | |
616 | if (!filter->preds) | ||
311 | return -ENOMEM; | 617 | return -ENOMEM; |
312 | } | 618 | } |
313 | 619 | ||
314 | for (i = 0; i < MAX_FILTER_PRED; i++) { | 620 | if (filter->n_preds == MAX_FILTER_PRED) { |
315 | if (!system->preds[i]) { | 621 | parse_error(ps, FILT_ERR_TOO_MANY_PREDS, 0); |
316 | system->preds[i] = pred; | 622 | return -ENOSPC; |
317 | break; | ||
318 | } | ||
319 | } | 623 | } |
320 | 624 | ||
321 | if (i == MAX_FILTER_PRED) | 625 | filter->preds[filter->n_preds] = pred; |
322 | return -ENOSPC; | 626 | filter->n_preds++; |
323 | 627 | ||
324 | events_for_each(call) { | 628 | mutex_lock(&event_mutex); |
325 | int err; | 629 | list_for_each_entry(call, &ftrace_events, list) { |
326 | 630 | ||
327 | if (!call->name || !call->regfunc) | 631 | if (!call->define_fields) |
328 | continue; | 632 | continue; |
329 | 633 | ||
330 | if (strcmp(call->system, system->name)) | 634 | if (strcmp(call->system, system->name)) |
331 | continue; | 635 | continue; |
332 | 636 | ||
333 | if (!find_event_field(call, pred->field_name)) | 637 | err = filter_add_pred(ps, call, pred); |
334 | continue; | 638 | if (err) { |
639 | mutex_unlock(&event_mutex); | ||
640 | filter_free_subsystem_preds(system); | ||
641 | parse_error(ps, FILT_ERR_BAD_SUBSYS_FILTER, 0); | ||
642 | goto out; | ||
643 | } | ||
644 | replace_filter_string(call->filter, filter_string); | ||
645 | } | ||
646 | mutex_unlock(&event_mutex); | ||
647 | out: | ||
648 | return err; | ||
649 | } | ||
335 | 650 | ||
336 | event_pred = copy_pred(pred); | 651 | static void parse_init(struct filter_parse_state *ps, |
337 | if (!event_pred) | 652 | struct filter_op *ops, |
338 | goto oom; | 653 | char *infix_string) |
654 | { | ||
655 | memset(ps, '\0', sizeof(*ps)); | ||
339 | 656 | ||
340 | err = filter_add_pred(call, event_pred); | 657 | ps->infix.string = infix_string; |
341 | if (err) | 658 | ps->infix.cnt = strlen(infix_string); |
342 | filter_free_pred(event_pred); | 659 | ps->ops = ops; |
343 | if (err == -ENOMEM) | 660 | |
344 | goto oom; | 661 | INIT_LIST_HEAD(&ps->opstack); |
662 | INIT_LIST_HEAD(&ps->postfix); | ||
663 | } | ||
664 | |||
665 | static char infix_next(struct filter_parse_state *ps) | ||
666 | { | ||
667 | ps->infix.cnt--; | ||
668 | |||
669 | return ps->infix.string[ps->infix.tail++]; | ||
670 | } | ||
671 | |||
672 | static char infix_peek(struct filter_parse_state *ps) | ||
673 | { | ||
674 | if (ps->infix.tail == strlen(ps->infix.string)) | ||
675 | return 0; | ||
676 | |||
677 | return ps->infix.string[ps->infix.tail]; | ||
678 | } | ||
679 | |||
680 | static void infix_advance(struct filter_parse_state *ps) | ||
681 | { | ||
682 | ps->infix.cnt--; | ||
683 | ps->infix.tail++; | ||
684 | } | ||
685 | |||
686 | static inline int is_precedence_lower(struct filter_parse_state *ps, | ||
687 | int a, int b) | ||
688 | { | ||
689 | return ps->ops[a].precedence < ps->ops[b].precedence; | ||
690 | } | ||
691 | |||
692 | static inline int is_op_char(struct filter_parse_state *ps, char c) | ||
693 | { | ||
694 | int i; | ||
695 | |||
696 | for (i = 0; strcmp(ps->ops[i].string, "OP_NONE"); i++) { | ||
697 | if (ps->ops[i].string[0] == c) | ||
698 | return 1; | ||
345 | } | 699 | } |
346 | 700 | ||
347 | return 0; | 701 | return 0; |
702 | } | ||
348 | 703 | ||
349 | oom: | 704 | static int infix_get_op(struct filter_parse_state *ps, char firstc) |
350 | system->preds[i] = NULL; | 705 | { |
351 | return -ENOMEM; | 706 | char nextc = infix_peek(ps); |
707 | char opstr[3]; | ||
708 | int i; | ||
709 | |||
710 | opstr[0] = firstc; | ||
711 | opstr[1] = nextc; | ||
712 | opstr[2] = '\0'; | ||
713 | |||
714 | for (i = 0; strcmp(ps->ops[i].string, "OP_NONE"); i++) { | ||
715 | if (!strcmp(opstr, ps->ops[i].string)) { | ||
716 | infix_advance(ps); | ||
717 | return ps->ops[i].id; | ||
718 | } | ||
719 | } | ||
720 | |||
721 | opstr[1] = '\0'; | ||
722 | |||
723 | for (i = 0; strcmp(ps->ops[i].string, "OP_NONE"); i++) { | ||
724 | if (!strcmp(opstr, ps->ops[i].string)) | ||
725 | return ps->ops[i].id; | ||
726 | } | ||
727 | |||
728 | return OP_NONE; | ||
352 | } | 729 | } |
353 | 730 | ||
354 | int filter_parse(char **pbuf, struct filter_pred *pred) | 731 | static inline void clear_operand_string(struct filter_parse_state *ps) |
355 | { | 732 | { |
356 | char *tmp, *tok, *val_str = NULL; | 733 | memset(ps->operand.string, '\0', MAX_FILTER_STR_VAL); |
357 | int tok_n = 0; | 734 | ps->operand.tail = 0; |
735 | } | ||
358 | 736 | ||
359 | /* field ==/!= number, or/and field ==/!= number, number */ | 737 | static inline int append_operand_char(struct filter_parse_state *ps, char c) |
360 | while ((tok = strsep(pbuf, " \n"))) { | 738 | { |
361 | if (tok_n == 0) { | 739 | if (ps->operand.tail == MAX_FILTER_STR_VAL - 1) |
362 | if (!strcmp(tok, "0")) { | 740 | return -EINVAL; |
363 | pred->clear = 1; | 741 | |
364 | return 0; | 742 | ps->operand.string[ps->operand.tail++] = c; |
365 | } else if (!strcmp(tok, "&&")) { | 743 | |
366 | pred->or = 0; | 744 | return 0; |
367 | pred->compound = 1; | 745 | } |
368 | } else if (!strcmp(tok, "||")) { | 746 | |
369 | pred->or = 1; | 747 | static int filter_opstack_push(struct filter_parse_state *ps, int op) |
370 | pred->compound = 1; | 748 | { |
371 | } else | 749 | struct opstack_op *opstack_op; |
372 | pred->field_name = tok; | 750 | |
373 | tok_n = 1; | 751 | opstack_op = kmalloc(sizeof(*opstack_op), GFP_KERNEL); |
752 | if (!opstack_op) | ||
753 | return -ENOMEM; | ||
754 | |||
755 | opstack_op->op = op; | ||
756 | list_add(&opstack_op->list, &ps->opstack); | ||
757 | |||
758 | return 0; | ||
759 | } | ||
760 | |||
761 | static int filter_opstack_empty(struct filter_parse_state *ps) | ||
762 | { | ||
763 | return list_empty(&ps->opstack); | ||
764 | } | ||
765 | |||
766 | static int filter_opstack_top(struct filter_parse_state *ps) | ||
767 | { | ||
768 | struct opstack_op *opstack_op; | ||
769 | |||
770 | if (filter_opstack_empty(ps)) | ||
771 | return OP_NONE; | ||
772 | |||
773 | opstack_op = list_first_entry(&ps->opstack, struct opstack_op, list); | ||
774 | |||
775 | return opstack_op->op; | ||
776 | } | ||
777 | |||
778 | static int filter_opstack_pop(struct filter_parse_state *ps) | ||
779 | { | ||
780 | struct opstack_op *opstack_op; | ||
781 | int op; | ||
782 | |||
783 | if (filter_opstack_empty(ps)) | ||
784 | return OP_NONE; | ||
785 | |||
786 | opstack_op = list_first_entry(&ps->opstack, struct opstack_op, list); | ||
787 | op = opstack_op->op; | ||
788 | list_del(&opstack_op->list); | ||
789 | |||
790 | kfree(opstack_op); | ||
791 | |||
792 | return op; | ||
793 | } | ||
794 | |||
795 | static void filter_opstack_clear(struct filter_parse_state *ps) | ||
796 | { | ||
797 | while (!filter_opstack_empty(ps)) | ||
798 | filter_opstack_pop(ps); | ||
799 | } | ||
800 | |||
801 | static char *curr_operand(struct filter_parse_state *ps) | ||
802 | { | ||
803 | return ps->operand.string; | ||
804 | } | ||
805 | |||
806 | static int postfix_append_operand(struct filter_parse_state *ps, char *operand) | ||
807 | { | ||
808 | struct postfix_elt *elt; | ||
809 | |||
810 | elt = kmalloc(sizeof(*elt), GFP_KERNEL); | ||
811 | if (!elt) | ||
812 | return -ENOMEM; | ||
813 | |||
814 | elt->op = OP_NONE; | ||
815 | elt->operand = kstrdup(operand, GFP_KERNEL); | ||
816 | if (!elt->operand) { | ||
817 | kfree(elt); | ||
818 | return -ENOMEM; | ||
819 | } | ||
820 | |||
821 | list_add_tail(&elt->list, &ps->postfix); | ||
822 | |||
823 | return 0; | ||
824 | } | ||
825 | |||
826 | static int postfix_append_op(struct filter_parse_state *ps, int op) | ||
827 | { | ||
828 | struct postfix_elt *elt; | ||
829 | |||
830 | elt = kmalloc(sizeof(*elt), GFP_KERNEL); | ||
831 | if (!elt) | ||
832 | return -ENOMEM; | ||
833 | |||
834 | elt->op = op; | ||
835 | elt->operand = NULL; | ||
836 | |||
837 | list_add_tail(&elt->list, &ps->postfix); | ||
838 | |||
839 | return 0; | ||
840 | } | ||
841 | |||
842 | static void postfix_clear(struct filter_parse_state *ps) | ||
843 | { | ||
844 | struct postfix_elt *elt; | ||
845 | |||
846 | while (!list_empty(&ps->postfix)) { | ||
847 | elt = list_first_entry(&ps->postfix, struct postfix_elt, list); | ||
848 | kfree(elt->operand); | ||
849 | list_del(&elt->list); | ||
850 | } | ||
851 | } | ||
852 | |||
853 | static int filter_parse(struct filter_parse_state *ps) | ||
854 | { | ||
855 | int in_string = 0; | ||
856 | int op, top_op; | ||
857 | char ch; | ||
858 | |||
859 | while ((ch = infix_next(ps))) { | ||
860 | if (ch == '"') { | ||
861 | in_string ^= 1; | ||
374 | continue; | 862 | continue; |
375 | } | 863 | } |
376 | if (tok_n == 1) { | 864 | |
377 | if (!pred->field_name) | 865 | if (in_string) |
378 | pred->field_name = tok; | 866 | goto parse_operand; |
379 | else if (!strcmp(tok, "!=")) | 867 | |
380 | pred->not = 1; | 868 | if (isspace(ch)) |
381 | else if (!strcmp(tok, "==")) | 869 | continue; |
382 | pred->not = 0; | 870 | |
383 | else { | 871 | if (is_op_char(ps, ch)) { |
384 | pred->field_name = NULL; | 872 | op = infix_get_op(ps, ch); |
873 | if (op == OP_NONE) { | ||
874 | parse_error(ps, FILT_ERR_INVALID_OP, 0); | ||
385 | return -EINVAL; | 875 | return -EINVAL; |
386 | } | 876 | } |
387 | tok_n = 2; | 877 | |
878 | if (strlen(curr_operand(ps))) { | ||
879 | postfix_append_operand(ps, curr_operand(ps)); | ||
880 | clear_operand_string(ps); | ||
881 | } | ||
882 | |||
883 | while (!filter_opstack_empty(ps)) { | ||
884 | top_op = filter_opstack_top(ps); | ||
885 | if (!is_precedence_lower(ps, top_op, op)) { | ||
886 | top_op = filter_opstack_pop(ps); | ||
887 | postfix_append_op(ps, top_op); | ||
888 | continue; | ||
889 | } | ||
890 | break; | ||
891 | } | ||
892 | |||
893 | filter_opstack_push(ps, op); | ||
388 | continue; | 894 | continue; |
389 | } | 895 | } |
390 | if (tok_n == 2) { | 896 | |
391 | if (pred->compound) { | 897 | if (ch == '(') { |
392 | if (!strcmp(tok, "!=")) | 898 | filter_opstack_push(ps, OP_OPEN_PAREN); |
393 | pred->not = 1; | 899 | continue; |
394 | else if (!strcmp(tok, "==")) | 900 | } |
395 | pred->not = 0; | 901 | |
396 | else { | 902 | if (ch == ')') { |
397 | pred->field_name = NULL; | 903 | if (strlen(curr_operand(ps))) { |
398 | return -EINVAL; | 904 | postfix_append_operand(ps, curr_operand(ps)); |
399 | } | 905 | clear_operand_string(ps); |
400 | } else { | 906 | } |
401 | val_str = tok; | 907 | |
402 | break; /* done */ | 908 | top_op = filter_opstack_pop(ps); |
909 | while (top_op != OP_NONE) { | ||
910 | if (top_op == OP_OPEN_PAREN) | ||
911 | break; | ||
912 | postfix_append_op(ps, top_op); | ||
913 | top_op = filter_opstack_pop(ps); | ||
914 | } | ||
915 | if (top_op == OP_NONE) { | ||
916 | parse_error(ps, FILT_ERR_UNBALANCED_PAREN, 0); | ||
917 | return -EINVAL; | ||
403 | } | 918 | } |
404 | tok_n = 3; | ||
405 | continue; | 919 | continue; |
406 | } | 920 | } |
407 | if (tok_n == 3) { | 921 | parse_operand: |
408 | val_str = tok; | 922 | if (append_operand_char(ps, ch)) { |
409 | break; /* done */ | 923 | parse_error(ps, FILT_ERR_OPERAND_TOO_LONG, 0); |
924 | return -EINVAL; | ||
410 | } | 925 | } |
411 | } | 926 | } |
412 | 927 | ||
413 | if (!val_str) { | 928 | if (strlen(curr_operand(ps))) |
414 | pred->field_name = NULL; | 929 | postfix_append_operand(ps, curr_operand(ps)); |
415 | return -EINVAL; | 930 | |
931 | while (!filter_opstack_empty(ps)) { | ||
932 | top_op = filter_opstack_pop(ps); | ||
933 | if (top_op == OP_NONE) | ||
934 | break; | ||
935 | if (top_op == OP_OPEN_PAREN) { | ||
936 | parse_error(ps, FILT_ERR_UNBALANCED_PAREN, 0); | ||
937 | return -EINVAL; | ||
938 | } | ||
939 | postfix_append_op(ps, top_op); | ||
416 | } | 940 | } |
417 | 941 | ||
418 | pred->field_name = kstrdup(pred->field_name, GFP_KERNEL); | 942 | return 0; |
419 | if (!pred->field_name) | 943 | } |
420 | return -ENOMEM; | ||
421 | 944 | ||
422 | pred->val = simple_strtoull(val_str, &tmp, 0); | 945 | static struct filter_pred *create_pred(int op, char *operand1, char *operand2) |
423 | if (tmp == val_str) { | 946 | { |
424 | pred->str_val = kstrdup(val_str, GFP_KERNEL); | 947 | struct filter_pred *pred; |
425 | if (!pred->str_val) | 948 | |
426 | return -ENOMEM; | 949 | pred = kzalloc(sizeof(*pred), GFP_KERNEL); |
427 | } else if (*tmp != '\0') | 950 | if (!pred) |
951 | return NULL; | ||
952 | |||
953 | pred->field_name = kstrdup(operand1, GFP_KERNEL); | ||
954 | if (!pred->field_name) { | ||
955 | kfree(pred); | ||
956 | return NULL; | ||
957 | } | ||
958 | |||
959 | strcpy(pred->str_val, operand2); | ||
960 | pred->str_len = strlen(operand2); | ||
961 | |||
962 | pred->op = op; | ||
963 | |||
964 | return pred; | ||
965 | } | ||
966 | |||
967 | static struct filter_pred *create_logical_pred(int op) | ||
968 | { | ||
969 | struct filter_pred *pred; | ||
970 | |||
971 | pred = kzalloc(sizeof(*pred), GFP_KERNEL); | ||
972 | if (!pred) | ||
973 | return NULL; | ||
974 | |||
975 | pred->op = op; | ||
976 | |||
977 | return pred; | ||
978 | } | ||
979 | |||
980 | static int check_preds(struct filter_parse_state *ps) | ||
981 | { | ||
982 | int n_normal_preds = 0, n_logical_preds = 0; | ||
983 | struct postfix_elt *elt; | ||
984 | |||
985 | list_for_each_entry(elt, &ps->postfix, list) { | ||
986 | if (elt->op == OP_NONE) | ||
987 | continue; | ||
988 | |||
989 | if (elt->op == OP_AND || elt->op == OP_OR) { | ||
990 | n_logical_preds++; | ||
991 | continue; | ||
992 | } | ||
993 | n_normal_preds++; | ||
994 | } | ||
995 | |||
996 | if (!n_normal_preds || n_logical_preds >= n_normal_preds) { | ||
997 | parse_error(ps, FILT_ERR_INVALID_FILTER, 0); | ||
428 | return -EINVAL; | 998 | return -EINVAL; |
999 | } | ||
429 | 1000 | ||
430 | return 0; | 1001 | return 0; |
431 | } | 1002 | } |
432 | 1003 | ||
1004 | static int replace_preds(struct event_subsystem *system, | ||
1005 | struct ftrace_event_call *call, | ||
1006 | struct filter_parse_state *ps, | ||
1007 | char *filter_string) | ||
1008 | { | ||
1009 | char *operand1 = NULL, *operand2 = NULL; | ||
1010 | struct filter_pred *pred; | ||
1011 | struct postfix_elt *elt; | ||
1012 | int err; | ||
1013 | |||
1014 | err = check_preds(ps); | ||
1015 | if (err) | ||
1016 | return err; | ||
1017 | |||
1018 | list_for_each_entry(elt, &ps->postfix, list) { | ||
1019 | if (elt->op == OP_NONE) { | ||
1020 | if (!operand1) | ||
1021 | operand1 = elt->operand; | ||
1022 | else if (!operand2) | ||
1023 | operand2 = elt->operand; | ||
1024 | else { | ||
1025 | parse_error(ps, FILT_ERR_TOO_MANY_OPERANDS, 0); | ||
1026 | return -EINVAL; | ||
1027 | } | ||
1028 | continue; | ||
1029 | } | ||
1030 | |||
1031 | if (elt->op == OP_AND || elt->op == OP_OR) { | ||
1032 | pred = create_logical_pred(elt->op); | ||
1033 | if (call) { | ||
1034 | err = filter_add_pred(ps, call, pred); | ||
1035 | filter_free_pred(pred); | ||
1036 | } else | ||
1037 | err = filter_add_subsystem_pred(ps, system, | ||
1038 | pred, filter_string); | ||
1039 | if (err) | ||
1040 | return err; | ||
1041 | |||
1042 | operand1 = operand2 = NULL; | ||
1043 | continue; | ||
1044 | } | ||
1045 | |||
1046 | if (!operand1 || !operand2) { | ||
1047 | parse_error(ps, FILT_ERR_MISSING_FIELD, 0); | ||
1048 | return -EINVAL; | ||
1049 | } | ||
1050 | |||
1051 | pred = create_pred(elt->op, operand1, operand2); | ||
1052 | if (call) { | ||
1053 | err = filter_add_pred(ps, call, pred); | ||
1054 | filter_free_pred(pred); | ||
1055 | } else | ||
1056 | err = filter_add_subsystem_pred(ps, system, pred, | ||
1057 | filter_string); | ||
1058 | if (err) | ||
1059 | return err; | ||
1060 | |||
1061 | operand1 = operand2 = NULL; | ||
1062 | } | ||
1063 | |||
1064 | return 0; | ||
1065 | } | ||
1066 | |||
1067 | int apply_event_filter(struct ftrace_event_call *call, char *filter_string) | ||
1068 | { | ||
1069 | int err; | ||
1070 | |||
1071 | struct filter_parse_state *ps; | ||
1072 | |||
1073 | mutex_lock(&filter_mutex); | ||
1074 | |||
1075 | if (!strcmp(strstrip(filter_string), "0")) { | ||
1076 | filter_disable_preds(call); | ||
1077 | remove_filter_string(call->filter); | ||
1078 | mutex_unlock(&filter_mutex); | ||
1079 | return 0; | ||
1080 | } | ||
1081 | |||
1082 | err = -ENOMEM; | ||
1083 | ps = kzalloc(sizeof(*ps), GFP_KERNEL); | ||
1084 | if (!ps) | ||
1085 | goto out_unlock; | ||
1086 | |||
1087 | filter_disable_preds(call); | ||
1088 | replace_filter_string(call->filter, filter_string); | ||
1089 | |||
1090 | parse_init(ps, filter_ops, filter_string); | ||
1091 | err = filter_parse(ps); | ||
1092 | if (err) { | ||
1093 | append_filter_err(ps, call->filter); | ||
1094 | goto out; | ||
1095 | } | ||
1096 | |||
1097 | err = replace_preds(NULL, call, ps, filter_string); | ||
1098 | if (err) | ||
1099 | append_filter_err(ps, call->filter); | ||
1100 | |||
1101 | out: | ||
1102 | filter_opstack_clear(ps); | ||
1103 | postfix_clear(ps); | ||
1104 | kfree(ps); | ||
1105 | out_unlock: | ||
1106 | mutex_unlock(&filter_mutex); | ||
1107 | |||
1108 | return err; | ||
1109 | } | ||
1110 | |||
1111 | int apply_subsystem_event_filter(struct event_subsystem *system, | ||
1112 | char *filter_string) | ||
1113 | { | ||
1114 | int err; | ||
1115 | |||
1116 | struct filter_parse_state *ps; | ||
1117 | |||
1118 | mutex_lock(&filter_mutex); | ||
1119 | |||
1120 | if (!strcmp(strstrip(filter_string), "0")) { | ||
1121 | filter_free_subsystem_preds(system); | ||
1122 | remove_filter_string(system->filter); | ||
1123 | mutex_unlock(&filter_mutex); | ||
1124 | return 0; | ||
1125 | } | ||
1126 | |||
1127 | err = -ENOMEM; | ||
1128 | ps = kzalloc(sizeof(*ps), GFP_KERNEL); | ||
1129 | if (!ps) | ||
1130 | goto out_unlock; | ||
1131 | |||
1132 | filter_free_subsystem_preds(system); | ||
1133 | replace_filter_string(system->filter, filter_string); | ||
1134 | |||
1135 | parse_init(ps, filter_ops, filter_string); | ||
1136 | err = filter_parse(ps); | ||
1137 | if (err) { | ||
1138 | append_filter_err(ps, system->filter); | ||
1139 | goto out; | ||
1140 | } | ||
1141 | |||
1142 | err = replace_preds(system, NULL, ps, filter_string); | ||
1143 | if (err) | ||
1144 | append_filter_err(ps, system->filter); | ||
1145 | |||
1146 | out: | ||
1147 | filter_opstack_clear(ps); | ||
1148 | postfix_clear(ps); | ||
1149 | kfree(ps); | ||
1150 | out_unlock: | ||
1151 | mutex_unlock(&filter_mutex); | ||
1152 | |||
1153 | return err; | ||
1154 | } | ||
433 | 1155 | ||
diff --git a/kernel/trace/trace_events_stage_1.h b/kernel/trace/trace_events_stage_1.h deleted file mode 100644 index 38985f9b379c..000000000000 --- a/kernel/trace/trace_events_stage_1.h +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | /* | ||
2 | * Stage 1 of the trace events. | ||
3 | * | ||
4 | * Override the macros in <trace/trace_event_types.h> to include the following: | ||
5 | * | ||
6 | * struct ftrace_raw_<call> { | ||
7 | * struct trace_entry ent; | ||
8 | * <type> <item>; | ||
9 | * <type2> <item2>[<len>]; | ||
10 | * [...] | ||
11 | * }; | ||
12 | * | ||
13 | * The <type> <item> is created by the __field(type, item) macro or | ||
14 | * the __array(type2, item2, len) macro. | ||
15 | * We simply do "type item;", and that will create the fields | ||
16 | * in the structure. | ||
17 | */ | ||
18 | |||
19 | #undef TRACE_FORMAT | ||
20 | #define TRACE_FORMAT(call, proto, args, fmt) | ||
21 | |||
22 | #undef __array | ||
23 | #define __array(type, item, len) type item[len]; | ||
24 | |||
25 | #undef __field | ||
26 | #define __field(type, item) type item; | ||
27 | |||
28 | #undef TP_STRUCT__entry | ||
29 | #define TP_STRUCT__entry(args...) args | ||
30 | |||
31 | #undef TRACE_EVENT | ||
32 | #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ | ||
33 | struct ftrace_raw_##name { \ | ||
34 | struct trace_entry ent; \ | ||
35 | tstruct \ | ||
36 | }; \ | ||
37 | static struct ftrace_event_call event_##name | ||
38 | |||
39 | #include <trace/trace_event_types.h> | ||
diff --git a/kernel/trace/trace_events_stage_2.h b/kernel/trace/trace_events_stage_2.h deleted file mode 100644 index d363c6672c6c..000000000000 --- a/kernel/trace/trace_events_stage_2.h +++ /dev/null | |||
@@ -1,176 +0,0 @@ | |||
1 | /* | ||
2 | * Stage 2 of the trace events. | ||
3 | * | ||
4 | * Override the macros in <trace/trace_event_types.h> to include the following: | ||
5 | * | ||
6 | * enum print_line_t | ||
7 | * ftrace_raw_output_<call>(struct trace_iterator *iter, int flags) | ||
8 | * { | ||
9 | * struct trace_seq *s = &iter->seq; | ||
10 | * struct ftrace_raw_<call> *field; <-- defined in stage 1 | ||
11 | * struct trace_entry *entry; | ||
12 | * int ret; | ||
13 | * | ||
14 | * entry = iter->ent; | ||
15 | * | ||
16 | * if (entry->type != event_<call>.id) { | ||
17 | * WARN_ON_ONCE(1); | ||
18 | * return TRACE_TYPE_UNHANDLED; | ||
19 | * } | ||
20 | * | ||
21 | * field = (typeof(field))entry; | ||
22 | * | ||
23 | * ret = trace_seq_printf(s, <TP_printk> "\n"); | ||
24 | * if (!ret) | ||
25 | * return TRACE_TYPE_PARTIAL_LINE; | ||
26 | * | ||
27 | * return TRACE_TYPE_HANDLED; | ||
28 | * } | ||
29 | * | ||
30 | * This is the method used to print the raw event to the trace | ||
31 | * output format. Note, this is not needed if the data is read | ||
32 | * in binary. | ||
33 | */ | ||
34 | |||
35 | #undef __entry | ||
36 | #define __entry field | ||
37 | |||
38 | #undef TP_printk | ||
39 | #define TP_printk(fmt, args...) fmt "\n", args | ||
40 | |||
41 | #undef TRACE_EVENT | ||
42 | #define TRACE_EVENT(call, proto, args, tstruct, assign, print) \ | ||
43 | enum print_line_t \ | ||
44 | ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \ | ||
45 | { \ | ||
46 | struct trace_seq *s = &iter->seq; \ | ||
47 | struct ftrace_raw_##call *field; \ | ||
48 | struct trace_entry *entry; \ | ||
49 | int ret; \ | ||
50 | \ | ||
51 | entry = iter->ent; \ | ||
52 | \ | ||
53 | if (entry->type != event_##call.id) { \ | ||
54 | WARN_ON_ONCE(1); \ | ||
55 | return TRACE_TYPE_UNHANDLED; \ | ||
56 | } \ | ||
57 | \ | ||
58 | field = (typeof(field))entry; \ | ||
59 | \ | ||
60 | ret = trace_seq_printf(s, #call ": " print); \ | ||
61 | if (!ret) \ | ||
62 | return TRACE_TYPE_PARTIAL_LINE; \ | ||
63 | \ | ||
64 | return TRACE_TYPE_HANDLED; \ | ||
65 | } | ||
66 | |||
67 | #include <trace/trace_event_types.h> | ||
68 | |||
69 | /* | ||
70 | * Setup the showing format of trace point. | ||
71 | * | ||
72 | * int | ||
73 | * ftrace_format_##call(struct trace_seq *s) | ||
74 | * { | ||
75 | * struct ftrace_raw_##call field; | ||
76 | * int ret; | ||
77 | * | ||
78 | * ret = trace_seq_printf(s, #type " " #item ";" | ||
79 | * " offset:%u; size:%u;\n", | ||
80 | * offsetof(struct ftrace_raw_##call, item), | ||
81 | * sizeof(field.type)); | ||
82 | * | ||
83 | * } | ||
84 | */ | ||
85 | |||
86 | #undef TP_STRUCT__entry | ||
87 | #define TP_STRUCT__entry(args...) args | ||
88 | |||
89 | #undef __field | ||
90 | #define __field(type, item) \ | ||
91 | ret = trace_seq_printf(s, "\tfield:" #type " " #item ";\t" \ | ||
92 | "offset:%u;\tsize:%u;\n", \ | ||
93 | (unsigned int)offsetof(typeof(field), item), \ | ||
94 | (unsigned int)sizeof(field.item)); \ | ||
95 | if (!ret) \ | ||
96 | return 0; | ||
97 | |||
98 | #undef __array | ||
99 | #define __array(type, item, len) \ | ||
100 | ret = trace_seq_printf(s, "\tfield:" #type " " #item "[" #len "];\t" \ | ||
101 | "offset:%u;\tsize:%u;\n", \ | ||
102 | (unsigned int)offsetof(typeof(field), item), \ | ||
103 | (unsigned int)sizeof(field.item)); \ | ||
104 | if (!ret) \ | ||
105 | return 0; | ||
106 | |||
107 | #undef __entry | ||
108 | #define __entry REC | ||
109 | |||
110 | #undef TP_printk | ||
111 | #define TP_printk(fmt, args...) "%s, %s\n", #fmt, __stringify(args) | ||
112 | |||
113 | #undef TP_fast_assign | ||
114 | #define TP_fast_assign(args...) args | ||
115 | |||
116 | #undef TRACE_EVENT | ||
117 | #define TRACE_EVENT(call, proto, args, tstruct, func, print) \ | ||
118 | static int \ | ||
119 | ftrace_format_##call(struct trace_seq *s) \ | ||
120 | { \ | ||
121 | struct ftrace_raw_##call field; \ | ||
122 | int ret; \ | ||
123 | \ | ||
124 | tstruct; \ | ||
125 | \ | ||
126 | trace_seq_printf(s, "\nprint fmt: " print); \ | ||
127 | \ | ||
128 | return ret; \ | ||
129 | } | ||
130 | |||
131 | #include <trace/trace_event_types.h> | ||
132 | |||
133 | #undef __field | ||
134 | #define __field(type, item) \ | ||
135 | ret = trace_define_field(event_call, #type, #item, \ | ||
136 | offsetof(typeof(field), item), \ | ||
137 | sizeof(field.item)); \ | ||
138 | if (ret) \ | ||
139 | return ret; | ||
140 | |||
141 | #undef __array | ||
142 | #define __array(type, item, len) \ | ||
143 | ret = trace_define_field(event_call, #type "[" #len "]", #item, \ | ||
144 | offsetof(typeof(field), item), \ | ||
145 | sizeof(field.item)); \ | ||
146 | if (ret) \ | ||
147 | return ret; | ||
148 | |||
149 | #define __common_field(type, item) \ | ||
150 | ret = trace_define_field(event_call, #type, "common_" #item, \ | ||
151 | offsetof(typeof(field.ent), item), \ | ||
152 | sizeof(field.ent.item)); \ | ||
153 | if (ret) \ | ||
154 | return ret; | ||
155 | |||
156 | #undef TRACE_EVENT | ||
157 | #define TRACE_EVENT(call, proto, args, tstruct, func, print) \ | ||
158 | int \ | ||
159 | ftrace_define_fields_##call(void) \ | ||
160 | { \ | ||
161 | struct ftrace_raw_##call field; \ | ||
162 | struct ftrace_event_call *event_call = &event_##call; \ | ||
163 | int ret; \ | ||
164 | \ | ||
165 | __common_field(unsigned char, type); \ | ||
166 | __common_field(unsigned char, flags); \ | ||
167 | __common_field(unsigned char, preempt_count); \ | ||
168 | __common_field(int, pid); \ | ||
169 | __common_field(int, tgid); \ | ||
170 | \ | ||
171 | tstruct; \ | ||
172 | \ | ||
173 | return ret; \ | ||
174 | } | ||
175 | |||
176 | #include <trace/trace_event_types.h> | ||
diff --git a/kernel/trace/trace_events_stage_3.h b/kernel/trace/trace_events_stage_3.h deleted file mode 100644 index 9d2fa78cecca..000000000000 --- a/kernel/trace/trace_events_stage_3.h +++ /dev/null | |||
@@ -1,281 +0,0 @@ | |||
1 | /* | ||
2 | * Stage 3 of the trace events. | ||
3 | * | ||
4 | * Override the macros in <trace/trace_event_types.h> to include the following: | ||
5 | * | ||
6 | * static void ftrace_event_<call>(proto) | ||
7 | * { | ||
8 | * event_trace_printk(_RET_IP_, "<call>: " <fmt>); | ||
9 | * } | ||
10 | * | ||
11 | * static int ftrace_reg_event_<call>(void) | ||
12 | * { | ||
13 | * int ret; | ||
14 | * | ||
15 | * ret = register_trace_<call>(ftrace_event_<call>); | ||
16 | * if (!ret) | ||
17 | * pr_info("event trace: Could not activate trace point " | ||
18 | * "probe to <call>"); | ||
19 | * return ret; | ||
20 | * } | ||
21 | * | ||
22 | * static void ftrace_unreg_event_<call>(void) | ||
23 | * { | ||
24 | * unregister_trace_<call>(ftrace_event_<call>); | ||
25 | * } | ||
26 | * | ||
27 | * For those macros defined with TRACE_FORMAT: | ||
28 | * | ||
29 | * static struct ftrace_event_call __used | ||
30 | * __attribute__((__aligned__(4))) | ||
31 | * __attribute__((section("_ftrace_events"))) event_<call> = { | ||
32 | * .name = "<call>", | ||
33 | * .regfunc = ftrace_reg_event_<call>, | ||
34 | * .unregfunc = ftrace_unreg_event_<call>, | ||
35 | * } | ||
36 | * | ||
37 | * | ||
38 | * For those macros defined with TRACE_EVENT: | ||
39 | * | ||
40 | * static struct ftrace_event_call event_<call>; | ||
41 | * | ||
42 | * static void ftrace_raw_event_<call>(proto) | ||
43 | * { | ||
44 | * struct ring_buffer_event *event; | ||
45 | * struct ftrace_raw_<call> *entry; <-- defined in stage 1 | ||
46 | * unsigned long irq_flags; | ||
47 | * int pc; | ||
48 | * | ||
49 | * local_save_flags(irq_flags); | ||
50 | * pc = preempt_count(); | ||
51 | * | ||
52 | * event = trace_current_buffer_lock_reserve(event_<call>.id, | ||
53 | * sizeof(struct ftrace_raw_<call>), | ||
54 | * irq_flags, pc); | ||
55 | * if (!event) | ||
56 | * return; | ||
57 | * entry = ring_buffer_event_data(event); | ||
58 | * | ||
59 | * <assign>; <-- Here we assign the entries by the __field and | ||
60 | * __array macros. | ||
61 | * | ||
62 | * trace_current_buffer_unlock_commit(event, irq_flags, pc); | ||
63 | * } | ||
64 | * | ||
65 | * static int ftrace_raw_reg_event_<call>(void) | ||
66 | * { | ||
67 | * int ret; | ||
68 | * | ||
69 | * ret = register_trace_<call>(ftrace_raw_event_<call>); | ||
70 | * if (!ret) | ||
71 | * pr_info("event trace: Could not activate trace point " | ||
72 | * "probe to <call>"); | ||
73 | * return ret; | ||
74 | * } | ||
75 | * | ||
76 | * static void ftrace_unreg_event_<call>(void) | ||
77 | * { | ||
78 | * unregister_trace_<call>(ftrace_raw_event_<call>); | ||
79 | * } | ||
80 | * | ||
81 | * static struct trace_event ftrace_event_type_<call> = { | ||
82 | * .trace = ftrace_raw_output_<call>, <-- stage 2 | ||
83 | * }; | ||
84 | * | ||
85 | * static int ftrace_raw_init_event_<call>(void) | ||
86 | * { | ||
87 | * int id; | ||
88 | * | ||
89 | * id = register_ftrace_event(&ftrace_event_type_<call>); | ||
90 | * if (!id) | ||
91 | * return -ENODEV; | ||
92 | * event_<call>.id = id; | ||
93 | * return 0; | ||
94 | * } | ||
95 | * | ||
96 | * static struct ftrace_event_call __used | ||
97 | * __attribute__((__aligned__(4))) | ||
98 | * __attribute__((section("_ftrace_events"))) event_<call> = { | ||
99 | * .name = "<call>", | ||
100 | * .system = "<system>", | ||
101 | * .raw_init = ftrace_raw_init_event_<call>, | ||
102 | * .regfunc = ftrace_reg_event_<call>, | ||
103 | * .unregfunc = ftrace_unreg_event_<call>, | ||
104 | * .show_format = ftrace_format_<call>, | ||
105 | * } | ||
106 | * | ||
107 | */ | ||
108 | |||
109 | #undef TP_FMT | ||
110 | #define TP_FMT(fmt, args...) fmt "\n", ##args | ||
111 | |||
112 | #ifdef CONFIG_EVENT_PROFILE | ||
113 | #define _TRACE_PROFILE(call, proto, args) \ | ||
114 | static void ftrace_profile_##call(proto) \ | ||
115 | { \ | ||
116 | extern void perf_tpcounter_event(int); \ | ||
117 | perf_tpcounter_event(event_##call.id); \ | ||
118 | } \ | ||
119 | \ | ||
120 | static int ftrace_profile_enable_##call(struct ftrace_event_call *call) \ | ||
121 | { \ | ||
122 | int ret = 0; \ | ||
123 | \ | ||
124 | if (!atomic_inc_return(&call->profile_count)) \ | ||
125 | ret = register_trace_##call(ftrace_profile_##call); \ | ||
126 | \ | ||
127 | return ret; \ | ||
128 | } \ | ||
129 | \ | ||
130 | static void ftrace_profile_disable_##call(struct ftrace_event_call *call) \ | ||
131 | { \ | ||
132 | if (atomic_add_negative(-1, &call->profile_count)) \ | ||
133 | unregister_trace_##call(ftrace_profile_##call); \ | ||
134 | } | ||
135 | |||
136 | #define _TRACE_PROFILE_INIT(call) \ | ||
137 | .profile_count = ATOMIC_INIT(-1), \ | ||
138 | .profile_enable = ftrace_profile_enable_##call, \ | ||
139 | .profile_disable = ftrace_profile_disable_##call, | ||
140 | |||
141 | #else | ||
142 | #define _TRACE_PROFILE(call, proto, args) | ||
143 | #define _TRACE_PROFILE_INIT(call) | ||
144 | #endif | ||
145 | |||
146 | #define _TRACE_FORMAT(call, proto, args, fmt) \ | ||
147 | static void ftrace_event_##call(proto) \ | ||
148 | { \ | ||
149 | event_trace_printk(_RET_IP_, #call ": " fmt); \ | ||
150 | } \ | ||
151 | \ | ||
152 | static int ftrace_reg_event_##call(void) \ | ||
153 | { \ | ||
154 | int ret; \ | ||
155 | \ | ||
156 | ret = register_trace_##call(ftrace_event_##call); \ | ||
157 | if (ret) \ | ||
158 | pr_info("event trace: Could not activate trace point " \ | ||
159 | "probe to " #call "\n"); \ | ||
160 | return ret; \ | ||
161 | } \ | ||
162 | \ | ||
163 | static void ftrace_unreg_event_##call(void) \ | ||
164 | { \ | ||
165 | unregister_trace_##call(ftrace_event_##call); \ | ||
166 | } \ | ||
167 | \ | ||
168 | static struct ftrace_event_call event_##call; \ | ||
169 | \ | ||
170 | static int ftrace_init_event_##call(void) \ | ||
171 | { \ | ||
172 | int id; \ | ||
173 | \ | ||
174 | id = register_ftrace_event(NULL); \ | ||
175 | if (!id) \ | ||
176 | return -ENODEV; \ | ||
177 | event_##call.id = id; \ | ||
178 | return 0; \ | ||
179 | } | ||
180 | |||
181 | #undef TRACE_FORMAT | ||
182 | #define TRACE_FORMAT(call, proto, args, fmt) \ | ||
183 | _TRACE_FORMAT(call, PARAMS(proto), PARAMS(args), PARAMS(fmt)) \ | ||
184 | _TRACE_PROFILE(call, PARAMS(proto), PARAMS(args)) \ | ||
185 | static struct ftrace_event_call __used \ | ||
186 | __attribute__((__aligned__(4))) \ | ||
187 | __attribute__((section("_ftrace_events"))) event_##call = { \ | ||
188 | .name = #call, \ | ||
189 | .system = __stringify(TRACE_SYSTEM), \ | ||
190 | .raw_init = ftrace_init_event_##call, \ | ||
191 | .regfunc = ftrace_reg_event_##call, \ | ||
192 | .unregfunc = ftrace_unreg_event_##call, \ | ||
193 | _TRACE_PROFILE_INIT(call) \ | ||
194 | } | ||
195 | |||
196 | #undef __entry | ||
197 | #define __entry entry | ||
198 | |||
199 | #undef TRACE_EVENT | ||
200 | #define TRACE_EVENT(call, proto, args, tstruct, assign, print) \ | ||
201 | _TRACE_PROFILE(call, PARAMS(proto), PARAMS(args)) \ | ||
202 | \ | ||
203 | static struct ftrace_event_call event_##call; \ | ||
204 | \ | ||
205 | static void ftrace_raw_event_##call(proto) \ | ||
206 | { \ | ||
207 | struct ftrace_event_call *call = &event_##call; \ | ||
208 | struct ring_buffer_event *event; \ | ||
209 | struct ftrace_raw_##call *entry; \ | ||
210 | unsigned long irq_flags; \ | ||
211 | int pc; \ | ||
212 | \ | ||
213 | local_save_flags(irq_flags); \ | ||
214 | pc = preempt_count(); \ | ||
215 | \ | ||
216 | event = trace_current_buffer_lock_reserve(event_##call.id, \ | ||
217 | sizeof(struct ftrace_raw_##call), \ | ||
218 | irq_flags, pc); \ | ||
219 | if (!event) \ | ||
220 | return; \ | ||
221 | entry = ring_buffer_event_data(event); \ | ||
222 | \ | ||
223 | assign; \ | ||
224 | \ | ||
225 | if (call->preds && !filter_match_preds(call, entry)) \ | ||
226 | ring_buffer_event_discard(event); \ | ||
227 | \ | ||
228 | trace_nowake_buffer_unlock_commit(event, irq_flags, pc); \ | ||
229 | \ | ||
230 | } \ | ||
231 | \ | ||
232 | static int ftrace_raw_reg_event_##call(void) \ | ||
233 | { \ | ||
234 | int ret; \ | ||
235 | \ | ||
236 | ret = register_trace_##call(ftrace_raw_event_##call); \ | ||
237 | if (ret) \ | ||
238 | pr_info("event trace: Could not activate trace point " \ | ||
239 | "probe to " #call "\n"); \ | ||
240 | return ret; \ | ||
241 | } \ | ||
242 | \ | ||
243 | static void ftrace_raw_unreg_event_##call(void) \ | ||
244 | { \ | ||
245 | unregister_trace_##call(ftrace_raw_event_##call); \ | ||
246 | } \ | ||
247 | \ | ||
248 | static struct trace_event ftrace_event_type_##call = { \ | ||
249 | .trace = ftrace_raw_output_##call, \ | ||
250 | }; \ | ||
251 | \ | ||
252 | static int ftrace_raw_init_event_##call(void) \ | ||
253 | { \ | ||
254 | int id; \ | ||
255 | \ | ||
256 | id = register_ftrace_event(&ftrace_event_type_##call); \ | ||
257 | if (!id) \ | ||
258 | return -ENODEV; \ | ||
259 | event_##call.id = id; \ | ||
260 | INIT_LIST_HEAD(&event_##call.fields); \ | ||
261 | return 0; \ | ||
262 | } \ | ||
263 | \ | ||
264 | static struct ftrace_event_call __used \ | ||
265 | __attribute__((__aligned__(4))) \ | ||
266 | __attribute__((section("_ftrace_events"))) event_##call = { \ | ||
267 | .name = #call, \ | ||
268 | .system = __stringify(TRACE_SYSTEM), \ | ||
269 | .raw_init = ftrace_raw_init_event_##call, \ | ||
270 | .regfunc = ftrace_raw_reg_event_##call, \ | ||
271 | .unregfunc = ftrace_raw_unreg_event_##call, \ | ||
272 | .show_format = ftrace_format_##call, \ | ||
273 | .define_fields = ftrace_define_fields_##call, \ | ||
274 | _TRACE_PROFILE_INIT(call) \ | ||
275 | } | ||
276 | |||
277 | #include <trace/trace_event_types.h> | ||
278 | |||
279 | #undef _TRACE_PROFILE | ||
280 | #undef _TRACE_PROFILE_INIT | ||
281 | |||
diff --git a/kernel/trace/trace_export.c b/kernel/trace/trace_export.c index 07a22c33ebf3..d06cf898dc86 100644 --- a/kernel/trace/trace_export.c +++ b/kernel/trace/trace_export.c | |||
@@ -19,8 +19,12 @@ | |||
19 | #undef TRACE_STRUCT | 19 | #undef TRACE_STRUCT |
20 | #define TRACE_STRUCT(args...) args | 20 | #define TRACE_STRUCT(args...) args |
21 | 21 | ||
22 | extern void __bad_type_size(void); | ||
23 | |||
22 | #undef TRACE_FIELD | 24 | #undef TRACE_FIELD |
23 | #define TRACE_FIELD(type, item, assign) \ | 25 | #define TRACE_FIELD(type, item, assign) \ |
26 | if (sizeof(type) != sizeof(field.item)) \ | ||
27 | __bad_type_size(); \ | ||
24 | ret = trace_seq_printf(s, "\tfield:" #type " " #item ";\t" \ | 28 | ret = trace_seq_printf(s, "\tfield:" #type " " #item ";\t" \ |
25 | "offset:%u;\tsize:%u;\n", \ | 29 | "offset:%u;\tsize:%u;\n", \ |
26 | (unsigned int)offsetof(typeof(field), item), \ | 30 | (unsigned int)offsetof(typeof(field), item), \ |
@@ -30,7 +34,7 @@ | |||
30 | 34 | ||
31 | 35 | ||
32 | #undef TRACE_FIELD_SPECIAL | 36 | #undef TRACE_FIELD_SPECIAL |
33 | #define TRACE_FIELD_SPECIAL(type_item, item, cmd) \ | 37 | #define TRACE_FIELD_SPECIAL(type_item, item, len, cmd) \ |
34 | ret = trace_seq_printf(s, "\tfield special:" #type_item ";\t" \ | 38 | ret = trace_seq_printf(s, "\tfield special:" #type_item ";\t" \ |
35 | "offset:%u;\tsize:%u;\n", \ | 39 | "offset:%u;\tsize:%u;\n", \ |
36 | (unsigned int)offsetof(typeof(field), item), \ | 40 | (unsigned int)offsetof(typeof(field), item), \ |
@@ -46,6 +50,9 @@ | |||
46 | if (!ret) \ | 50 | if (!ret) \ |
47 | return 0; | 51 | return 0; |
48 | 52 | ||
53 | #undef TRACE_FIELD_SIGN | ||
54 | #define TRACE_FIELD_SIGN(type, item, assign, is_signed) \ | ||
55 | TRACE_FIELD(type, item, assign) | ||
49 | 56 | ||
50 | #undef TP_RAW_FMT | 57 | #undef TP_RAW_FMT |
51 | #define TP_RAW_FMT(args...) args | 58 | #define TP_RAW_FMT(args...) args |
@@ -65,6 +72,22 @@ ftrace_format_##call(struct trace_seq *s) \ | |||
65 | return ret; \ | 72 | return ret; \ |
66 | } | 73 | } |
67 | 74 | ||
75 | #undef TRACE_EVENT_FORMAT_NOFILTER | ||
76 | #define TRACE_EVENT_FORMAT_NOFILTER(call, proto, args, fmt, tstruct, \ | ||
77 | tpfmt) \ | ||
78 | static int \ | ||
79 | ftrace_format_##call(struct trace_seq *s) \ | ||
80 | { \ | ||
81 | struct args field; \ | ||
82 | int ret; \ | ||
83 | \ | ||
84 | tstruct; \ | ||
85 | \ | ||
86 | trace_seq_printf(s, "\nprint fmt: \"%s\"\n", tpfmt); \ | ||
87 | \ | ||
88 | return ret; \ | ||
89 | } | ||
90 | |||
68 | #include "trace_event_types.h" | 91 | #include "trace_event_types.h" |
69 | 92 | ||
70 | #undef TRACE_ZERO_CHAR | 93 | #undef TRACE_ZERO_CHAR |
@@ -78,6 +101,10 @@ ftrace_format_##call(struct trace_seq *s) \ | |||
78 | #define TRACE_FIELD(type, item, assign)\ | 101 | #define TRACE_FIELD(type, item, assign)\ |
79 | entry->item = assign; | 102 | entry->item = assign; |
80 | 103 | ||
104 | #undef TRACE_FIELD_SIGN | ||
105 | #define TRACE_FIELD_SIGN(type, item, assign, is_signed) \ | ||
106 | TRACE_FIELD(type, item, assign) | ||
107 | |||
81 | #undef TP_CMD | 108 | #undef TP_CMD |
82 | #define TP_CMD(cmd...) cmd | 109 | #define TP_CMD(cmd...) cmd |
83 | 110 | ||
@@ -85,18 +112,95 @@ ftrace_format_##call(struct trace_seq *s) \ | |||
85 | #define TRACE_ENTRY entry | 112 | #define TRACE_ENTRY entry |
86 | 113 | ||
87 | #undef TRACE_FIELD_SPECIAL | 114 | #undef TRACE_FIELD_SPECIAL |
88 | #define TRACE_FIELD_SPECIAL(type_item, item, cmd) \ | 115 | #define TRACE_FIELD_SPECIAL(type_item, item, len, cmd) \ |
89 | cmd; | 116 | cmd; |
90 | 117 | ||
91 | #undef TRACE_EVENT_FORMAT | 118 | #undef TRACE_EVENT_FORMAT |
92 | #define TRACE_EVENT_FORMAT(call, proto, args, fmt, tstruct, tpfmt) \ | 119 | #define TRACE_EVENT_FORMAT(call, proto, args, fmt, tstruct, tpfmt) \ |
120 | int ftrace_define_fields_##call(void); \ | ||
121 | static int ftrace_raw_init_event_##call(void); \ | ||
122 | \ | ||
123 | struct ftrace_event_call __used \ | ||
124 | __attribute__((__aligned__(4))) \ | ||
125 | __attribute__((section("_ftrace_events"))) event_##call = { \ | ||
126 | .name = #call, \ | ||
127 | .id = proto, \ | ||
128 | .system = __stringify(TRACE_SYSTEM), \ | ||
129 | .raw_init = ftrace_raw_init_event_##call, \ | ||
130 | .show_format = ftrace_format_##call, \ | ||
131 | .define_fields = ftrace_define_fields_##call, \ | ||
132 | }; \ | ||
133 | static int ftrace_raw_init_event_##call(void) \ | ||
134 | { \ | ||
135 | INIT_LIST_HEAD(&event_##call.fields); \ | ||
136 | init_preds(&event_##call); \ | ||
137 | return 0; \ | ||
138 | } \ | ||
139 | |||
140 | #undef TRACE_EVENT_FORMAT_NOFILTER | ||
141 | #define TRACE_EVENT_FORMAT_NOFILTER(call, proto, args, fmt, tstruct, \ | ||
142 | tpfmt) \ | ||
93 | \ | 143 | \ |
94 | static struct ftrace_event_call __used \ | 144 | struct ftrace_event_call __used \ |
95 | __attribute__((__aligned__(4))) \ | 145 | __attribute__((__aligned__(4))) \ |
96 | __attribute__((section("_ftrace_events"))) event_##call = { \ | 146 | __attribute__((section("_ftrace_events"))) event_##call = { \ |
97 | .name = #call, \ | 147 | .name = #call, \ |
98 | .id = proto, \ | 148 | .id = proto, \ |
99 | .system = __stringify(TRACE_SYSTEM), \ | 149 | .system = __stringify(TRACE_SYSTEM), \ |
100 | .show_format = ftrace_format_##call, \ | 150 | .show_format = ftrace_format_##call, \ |
151 | }; | ||
152 | |||
153 | #include "trace_event_types.h" | ||
154 | |||
155 | #undef TRACE_FIELD | ||
156 | #define TRACE_FIELD(type, item, assign) \ | ||
157 | ret = trace_define_field(event_call, #type, #item, \ | ||
158 | offsetof(typeof(field), item), \ | ||
159 | sizeof(field.item), is_signed_type(type)); \ | ||
160 | if (ret) \ | ||
161 | return ret; | ||
162 | |||
163 | #undef TRACE_FIELD_SPECIAL | ||
164 | #define TRACE_FIELD_SPECIAL(type, item, len, cmd) \ | ||
165 | ret = trace_define_field(event_call, #type "[" #len "]", #item, \ | ||
166 | offsetof(typeof(field), item), \ | ||
167 | sizeof(field.item), 0); \ | ||
168 | if (ret) \ | ||
169 | return ret; | ||
170 | |||
171 | #undef TRACE_FIELD_SIGN | ||
172 | #define TRACE_FIELD_SIGN(type, item, assign, is_signed) \ | ||
173 | ret = trace_define_field(event_call, #type, #item, \ | ||
174 | offsetof(typeof(field), item), \ | ||
175 | sizeof(field.item), is_signed); \ | ||
176 | if (ret) \ | ||
177 | return ret; | ||
178 | |||
179 | #undef TRACE_FIELD_ZERO_CHAR | ||
180 | #define TRACE_FIELD_ZERO_CHAR(item) | ||
181 | |||
182 | #undef TRACE_EVENT_FORMAT | ||
183 | #define TRACE_EVENT_FORMAT(call, proto, args, fmt, tstruct, tpfmt) \ | ||
184 | int \ | ||
185 | ftrace_define_fields_##call(void) \ | ||
186 | { \ | ||
187 | struct ftrace_event_call *event_call = &event_##call; \ | ||
188 | struct args field; \ | ||
189 | int ret; \ | ||
190 | \ | ||
191 | __common_field(unsigned char, type, 0); \ | ||
192 | __common_field(unsigned char, flags, 0); \ | ||
193 | __common_field(unsigned char, preempt_count, 0); \ | ||
194 | __common_field(int, pid, 1); \ | ||
195 | __common_field(int, tgid, 1); \ | ||
196 | \ | ||
197 | tstruct; \ | ||
198 | \ | ||
199 | return ret; \ | ||
101 | } | 200 | } |
201 | |||
202 | #undef TRACE_EVENT_FORMAT_NOFILTER | ||
203 | #define TRACE_EVENT_FORMAT_NOFILTER(call, proto, args, fmt, tstruct, \ | ||
204 | tpfmt) | ||
205 | |||
102 | #include "trace_event_types.h" | 206 | #include "trace_event_types.h" |
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c index d28687e7b3a7..10f6ad7d85f6 100644 --- a/kernel/trace/trace_functions_graph.c +++ b/kernel/trace/trace_functions_graph.c | |||
@@ -78,13 +78,14 @@ ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth) | |||
78 | current->ret_stack[index].ret = ret; | 78 | current->ret_stack[index].ret = ret; |
79 | current->ret_stack[index].func = func; | 79 | current->ret_stack[index].func = func; |
80 | current->ret_stack[index].calltime = calltime; | 80 | current->ret_stack[index].calltime = calltime; |
81 | current->ret_stack[index].subtime = 0; | ||
81 | *depth = index; | 82 | *depth = index; |
82 | 83 | ||
83 | return 0; | 84 | return 0; |
84 | } | 85 | } |
85 | 86 | ||
86 | /* Retrieve a function return address to the trace stack on thread info.*/ | 87 | /* Retrieve a function return address to the trace stack on thread info.*/ |
87 | void | 88 | static void |
88 | ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret) | 89 | ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret) |
89 | { | 90 | { |
90 | int index; | 91 | int index; |
@@ -104,9 +105,6 @@ ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret) | |||
104 | trace->calltime = current->ret_stack[index].calltime; | 105 | trace->calltime = current->ret_stack[index].calltime; |
105 | trace->overrun = atomic_read(¤t->trace_overrun); | 106 | trace->overrun = atomic_read(¤t->trace_overrun); |
106 | trace->depth = index; | 107 | trace->depth = index; |
107 | barrier(); | ||
108 | current->curr_ret_stack--; | ||
109 | |||
110 | } | 108 | } |
111 | 109 | ||
112 | /* | 110 | /* |
@@ -121,6 +119,8 @@ unsigned long ftrace_return_to_handler(void) | |||
121 | ftrace_pop_return_trace(&trace, &ret); | 119 | ftrace_pop_return_trace(&trace, &ret); |
122 | trace.rettime = trace_clock_local(); | 120 | trace.rettime = trace_clock_local(); |
123 | ftrace_graph_return(&trace); | 121 | ftrace_graph_return(&trace); |
122 | barrier(); | ||
123 | current->curr_ret_stack--; | ||
124 | 124 | ||
125 | if (unlikely(!ret)) { | 125 | if (unlikely(!ret)) { |
126 | ftrace_graph_stop(); | 126 | ftrace_graph_stop(); |
@@ -426,8 +426,8 @@ print_graph_irq(struct trace_iterator *iter, unsigned long addr, | |||
426 | return TRACE_TYPE_HANDLED; | 426 | return TRACE_TYPE_HANDLED; |
427 | } | 427 | } |
428 | 428 | ||
429 | static enum print_line_t | 429 | enum print_line_t |
430 | print_graph_duration(unsigned long long duration, struct trace_seq *s) | 430 | trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) |
431 | { | 431 | { |
432 | unsigned long nsecs_rem = do_div(duration, 1000); | 432 | unsigned long nsecs_rem = do_div(duration, 1000); |
433 | /* log10(ULONG_MAX) + '\0' */ | 433 | /* log10(ULONG_MAX) + '\0' */ |
@@ -464,12 +464,23 @@ print_graph_duration(unsigned long long duration, struct trace_seq *s) | |||
464 | if (!ret) | 464 | if (!ret) |
465 | return TRACE_TYPE_PARTIAL_LINE; | 465 | return TRACE_TYPE_PARTIAL_LINE; |
466 | } | 466 | } |
467 | return TRACE_TYPE_HANDLED; | ||
468 | } | ||
469 | |||
470 | static enum print_line_t | ||
471 | print_graph_duration(unsigned long long duration, struct trace_seq *s) | ||
472 | { | ||
473 | int ret; | ||
474 | |||
475 | ret = trace_print_graph_duration(duration, s); | ||
476 | if (ret != TRACE_TYPE_HANDLED) | ||
477 | return ret; | ||
467 | 478 | ||
468 | ret = trace_seq_printf(s, "| "); | 479 | ret = trace_seq_printf(s, "| "); |
469 | if (!ret) | 480 | if (!ret) |
470 | return TRACE_TYPE_PARTIAL_LINE; | 481 | return TRACE_TYPE_PARTIAL_LINE; |
471 | return TRACE_TYPE_HANDLED; | ||
472 | 482 | ||
483 | return TRACE_TYPE_HANDLED; | ||
473 | } | 484 | } |
474 | 485 | ||
475 | /* Case of a leaf function on its call entry */ | 486 | /* Case of a leaf function on its call entry */ |
diff --git a/kernel/trace/trace_hw_branches.c b/kernel/trace/trace_hw_branches.c index 7bfdf4c2347f..ca7d7c4d0c2a 100644 --- a/kernel/trace/trace_hw_branches.c +++ b/kernel/trace/trace_hw_branches.c | |||
@@ -1,10 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * h/w branch tracer for x86 based on bts | 2 | * h/w branch tracer for x86 based on BTS |
3 | * | 3 | * |
4 | * Copyright (C) 2008-2009 Intel Corporation. | 4 | * Copyright (C) 2008-2009 Intel Corporation. |
5 | * Markus Metzger <markus.t.metzger@gmail.com>, 2008-2009 | 5 | * Markus Metzger <markus.t.metzger@gmail.com>, 2008-2009 |
6 | */ | 6 | */ |
7 | #include <linux/spinlock.h> | ||
8 | #include <linux/kallsyms.h> | 7 | #include <linux/kallsyms.h> |
9 | #include <linux/debugfs.h> | 8 | #include <linux/debugfs.h> |
10 | #include <linux/ftrace.h> | 9 | #include <linux/ftrace.h> |
@@ -15,110 +14,119 @@ | |||
15 | 14 | ||
16 | #include <asm/ds.h> | 15 | #include <asm/ds.h> |
17 | 16 | ||
18 | #include "trace.h" | ||
19 | #include "trace_output.h" | 17 | #include "trace_output.h" |
18 | #include "trace.h" | ||
20 | 19 | ||
21 | 20 | ||
22 | #define SIZEOF_BTS (1 << 13) | 21 | #define BTS_BUFFER_SIZE (1 << 13) |
23 | 22 | ||
24 | /* | ||
25 | * The tracer lock protects the below per-cpu tracer array. | ||
26 | * It needs to be held to: | ||
27 | * - start tracing on all cpus | ||
28 | * - stop tracing on all cpus | ||
29 | * - start tracing on a single hotplug cpu | ||
30 | * - stop tracing on a single hotplug cpu | ||
31 | * - read the trace from all cpus | ||
32 | * - read the trace from a single cpu | ||
33 | */ | ||
34 | static DEFINE_SPINLOCK(bts_tracer_lock); | ||
35 | static DEFINE_PER_CPU(struct bts_tracer *, tracer); | 23 | static DEFINE_PER_CPU(struct bts_tracer *, tracer); |
36 | static DEFINE_PER_CPU(unsigned char[SIZEOF_BTS], buffer); | 24 | static DEFINE_PER_CPU(unsigned char[BTS_BUFFER_SIZE], buffer); |
37 | 25 | ||
38 | #define this_tracer per_cpu(tracer, smp_processor_id()) | 26 | #define this_tracer per_cpu(tracer, smp_processor_id()) |
39 | #define this_buffer per_cpu(buffer, smp_processor_id()) | ||
40 | 27 | ||
41 | static int __read_mostly trace_hw_branches_enabled; | 28 | static int trace_hw_branches_enabled __read_mostly; |
29 | static int trace_hw_branches_suspended __read_mostly; | ||
42 | static struct trace_array *hw_branch_trace __read_mostly; | 30 | static struct trace_array *hw_branch_trace __read_mostly; |
43 | 31 | ||
44 | 32 | ||
45 | /* | 33 | static void bts_trace_init_cpu(int cpu) |
46 | * Start tracing on the current cpu. | ||
47 | * The argument is ignored. | ||
48 | * | ||
49 | * pre: bts_tracer_lock must be locked. | ||
50 | */ | ||
51 | static void bts_trace_start_cpu(void *arg) | ||
52 | { | 34 | { |
53 | if (this_tracer) | 35 | per_cpu(tracer, cpu) = |
54 | ds_release_bts(this_tracer); | 36 | ds_request_bts_cpu(cpu, per_cpu(buffer, cpu), BTS_BUFFER_SIZE, |
55 | 37 | NULL, (size_t)-1, BTS_KERNEL); | |
56 | this_tracer = | 38 | |
57 | ds_request_bts(/* task = */ NULL, this_buffer, SIZEOF_BTS, | 39 | if (IS_ERR(per_cpu(tracer, cpu))) |
58 | /* ovfl = */ NULL, /* th = */ (size_t)-1, | 40 | per_cpu(tracer, cpu) = NULL; |
59 | BTS_KERNEL); | ||
60 | if (IS_ERR(this_tracer)) { | ||
61 | this_tracer = NULL; | ||
62 | return; | ||
63 | } | ||
64 | } | 41 | } |
65 | 42 | ||
66 | static void bts_trace_start(struct trace_array *tr) | 43 | static int bts_trace_init(struct trace_array *tr) |
67 | { | 44 | { |
68 | spin_lock(&bts_tracer_lock); | 45 | int cpu; |
46 | |||
47 | hw_branch_trace = tr; | ||
48 | trace_hw_branches_enabled = 0; | ||
69 | 49 | ||
70 | on_each_cpu(bts_trace_start_cpu, NULL, 1); | 50 | get_online_cpus(); |
71 | trace_hw_branches_enabled = 1; | 51 | for_each_online_cpu(cpu) { |
52 | bts_trace_init_cpu(cpu); | ||
72 | 53 | ||
73 | spin_unlock(&bts_tracer_lock); | 54 | if (likely(per_cpu(tracer, cpu))) |
55 | trace_hw_branches_enabled = 1; | ||
56 | } | ||
57 | trace_hw_branches_suspended = 0; | ||
58 | put_online_cpus(); | ||
59 | |||
60 | /* If we could not enable tracing on a single cpu, we fail. */ | ||
61 | return trace_hw_branches_enabled ? 0 : -EOPNOTSUPP; | ||
74 | } | 62 | } |
75 | 63 | ||
76 | /* | 64 | static void bts_trace_reset(struct trace_array *tr) |
77 | * Stop tracing on the current cpu. | ||
78 | * The argument is ignored. | ||
79 | * | ||
80 | * pre: bts_tracer_lock must be locked. | ||
81 | */ | ||
82 | static void bts_trace_stop_cpu(void *arg) | ||
83 | { | 65 | { |
84 | if (this_tracer) { | 66 | int cpu; |
85 | ds_release_bts(this_tracer); | 67 | |
86 | this_tracer = NULL; | 68 | get_online_cpus(); |
69 | for_each_online_cpu(cpu) { | ||
70 | if (likely(per_cpu(tracer, cpu))) { | ||
71 | ds_release_bts(per_cpu(tracer, cpu)); | ||
72 | per_cpu(tracer, cpu) = NULL; | ||
73 | } | ||
87 | } | 74 | } |
75 | trace_hw_branches_enabled = 0; | ||
76 | trace_hw_branches_suspended = 0; | ||
77 | put_online_cpus(); | ||
88 | } | 78 | } |
89 | 79 | ||
90 | static void bts_trace_stop(struct trace_array *tr) | 80 | static void bts_trace_start(struct trace_array *tr) |
91 | { | 81 | { |
92 | spin_lock(&bts_tracer_lock); | 82 | int cpu; |
93 | 83 | ||
94 | trace_hw_branches_enabled = 0; | 84 | get_online_cpus(); |
95 | on_each_cpu(bts_trace_stop_cpu, NULL, 1); | 85 | for_each_online_cpu(cpu) |
86 | if (likely(per_cpu(tracer, cpu))) | ||
87 | ds_resume_bts(per_cpu(tracer, cpu)); | ||
88 | trace_hw_branches_suspended = 0; | ||
89 | put_online_cpus(); | ||
90 | } | ||
96 | 91 | ||
97 | spin_unlock(&bts_tracer_lock); | 92 | static void bts_trace_stop(struct trace_array *tr) |
93 | { | ||
94 | int cpu; | ||
95 | |||
96 | get_online_cpus(); | ||
97 | for_each_online_cpu(cpu) | ||
98 | if (likely(per_cpu(tracer, cpu))) | ||
99 | ds_suspend_bts(per_cpu(tracer, cpu)); | ||
100 | trace_hw_branches_suspended = 1; | ||
101 | put_online_cpus(); | ||
98 | } | 102 | } |
99 | 103 | ||
100 | static int __cpuinit bts_hotcpu_handler(struct notifier_block *nfb, | 104 | static int __cpuinit bts_hotcpu_handler(struct notifier_block *nfb, |
101 | unsigned long action, void *hcpu) | 105 | unsigned long action, void *hcpu) |
102 | { | 106 | { |
103 | unsigned int cpu = (unsigned long)hcpu; | 107 | int cpu = (long)hcpu; |
104 | |||
105 | spin_lock(&bts_tracer_lock); | ||
106 | |||
107 | if (!trace_hw_branches_enabled) | ||
108 | goto out; | ||
109 | 108 | ||
110 | switch (action) { | 109 | switch (action) { |
111 | case CPU_ONLINE: | 110 | case CPU_ONLINE: |
112 | case CPU_DOWN_FAILED: | 111 | case CPU_DOWN_FAILED: |
113 | smp_call_function_single(cpu, bts_trace_start_cpu, NULL, 1); | 112 | /* The notification is sent with interrupts enabled. */ |
113 | if (trace_hw_branches_enabled) { | ||
114 | bts_trace_init_cpu(cpu); | ||
115 | |||
116 | if (trace_hw_branches_suspended && | ||
117 | likely(per_cpu(tracer, cpu))) | ||
118 | ds_suspend_bts(per_cpu(tracer, cpu)); | ||
119 | } | ||
114 | break; | 120 | break; |
121 | |||
115 | case CPU_DOWN_PREPARE: | 122 | case CPU_DOWN_PREPARE: |
116 | smp_call_function_single(cpu, bts_trace_stop_cpu, NULL, 1); | 123 | /* The notification is sent with interrupts enabled. */ |
117 | break; | 124 | if (likely(per_cpu(tracer, cpu))) { |
125 | ds_release_bts(per_cpu(tracer, cpu)); | ||
126 | per_cpu(tracer, cpu) = NULL; | ||
127 | } | ||
118 | } | 128 | } |
119 | 129 | ||
120 | out: | ||
121 | spin_unlock(&bts_tracer_lock); | ||
122 | return NOTIFY_DONE; | 130 | return NOTIFY_DONE; |
123 | } | 131 | } |
124 | 132 | ||
@@ -126,20 +134,6 @@ static struct notifier_block bts_hotcpu_notifier __cpuinitdata = { | |||
126 | .notifier_call = bts_hotcpu_handler | 134 | .notifier_call = bts_hotcpu_handler |
127 | }; | 135 | }; |
128 | 136 | ||
129 | static int bts_trace_init(struct trace_array *tr) | ||
130 | { | ||
131 | hw_branch_trace = tr; | ||
132 | |||
133 | bts_trace_start(tr); | ||
134 | |||
135 | return 0; | ||
136 | } | ||
137 | |||
138 | static void bts_trace_reset(struct trace_array *tr) | ||
139 | { | ||
140 | bts_trace_stop(tr); | ||
141 | } | ||
142 | |||
143 | static void bts_trace_print_header(struct seq_file *m) | 137 | static void bts_trace_print_header(struct seq_file *m) |
144 | { | 138 | { |
145 | seq_puts(m, "# CPU# TO <- FROM\n"); | 139 | seq_puts(m, "# CPU# TO <- FROM\n"); |
@@ -147,10 +141,10 @@ static void bts_trace_print_header(struct seq_file *m) | |||
147 | 141 | ||
148 | static enum print_line_t bts_trace_print_line(struct trace_iterator *iter) | 142 | static enum print_line_t bts_trace_print_line(struct trace_iterator *iter) |
149 | { | 143 | { |
144 | unsigned long symflags = TRACE_ITER_SYM_OFFSET; | ||
150 | struct trace_entry *entry = iter->ent; | 145 | struct trace_entry *entry = iter->ent; |
151 | struct trace_seq *seq = &iter->seq; | 146 | struct trace_seq *seq = &iter->seq; |
152 | struct hw_branch_entry *it; | 147 | struct hw_branch_entry *it; |
153 | unsigned long symflags = TRACE_ITER_SYM_OFFSET; | ||
154 | 148 | ||
155 | trace_assign_type(it, entry); | 149 | trace_assign_type(it, entry); |
156 | 150 | ||
@@ -168,6 +162,7 @@ static enum print_line_t bts_trace_print_line(struct trace_iterator *iter) | |||
168 | 162 | ||
169 | void trace_hw_branch(u64 from, u64 to) | 163 | void trace_hw_branch(u64 from, u64 to) |
170 | { | 164 | { |
165 | struct ftrace_event_call *call = &event_hw_branch; | ||
171 | struct trace_array *tr = hw_branch_trace; | 166 | struct trace_array *tr = hw_branch_trace; |
172 | struct ring_buffer_event *event; | 167 | struct ring_buffer_event *event; |
173 | struct hw_branch_entry *entry; | 168 | struct hw_branch_entry *entry; |
@@ -194,7 +189,8 @@ void trace_hw_branch(u64 from, u64 to) | |||
194 | entry->ent.type = TRACE_HW_BRANCHES; | 189 | entry->ent.type = TRACE_HW_BRANCHES; |
195 | entry->from = from; | 190 | entry->from = from; |
196 | entry->to = to; | 191 | entry->to = to; |
197 | trace_buffer_unlock_commit(tr, event, 0, 0); | 192 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
193 | trace_buffer_unlock_commit(tr, event, 0, 0); | ||
198 | 194 | ||
199 | out: | 195 | out: |
200 | atomic_dec(&tr->data[cpu]->disabled); | 196 | atomic_dec(&tr->data[cpu]->disabled); |
@@ -224,11 +220,11 @@ static void trace_bts_at(const struct bts_trace *trace, void *at) | |||
224 | /* | 220 | /* |
225 | * Collect the trace on the current cpu and write it into the ftrace buffer. | 221 | * Collect the trace on the current cpu and write it into the ftrace buffer. |
226 | * | 222 | * |
227 | * pre: bts_tracer_lock must be locked | 223 | * pre: tracing must be suspended on the current cpu |
228 | */ | 224 | */ |
229 | static void trace_bts_cpu(void *arg) | 225 | static void trace_bts_cpu(void *arg) |
230 | { | 226 | { |
231 | struct trace_array *tr = (struct trace_array *) arg; | 227 | struct trace_array *tr = (struct trace_array *)arg; |
232 | const struct bts_trace *trace; | 228 | const struct bts_trace *trace; |
233 | unsigned char *at; | 229 | unsigned char *at; |
234 | 230 | ||
@@ -241,10 +237,9 @@ static void trace_bts_cpu(void *arg) | |||
241 | if (unlikely(!this_tracer)) | 237 | if (unlikely(!this_tracer)) |
242 | return; | 238 | return; |
243 | 239 | ||
244 | ds_suspend_bts(this_tracer); | ||
245 | trace = ds_read_bts(this_tracer); | 240 | trace = ds_read_bts(this_tracer); |
246 | if (!trace) | 241 | if (!trace) |
247 | goto out; | 242 | return; |
248 | 243 | ||
249 | for (at = trace->ds.top; (void *)at < trace->ds.end; | 244 | for (at = trace->ds.top; (void *)at < trace->ds.end; |
250 | at += trace->ds.size) | 245 | at += trace->ds.size) |
@@ -253,18 +248,27 @@ static void trace_bts_cpu(void *arg) | |||
253 | for (at = trace->ds.begin; (void *)at < trace->ds.top; | 248 | for (at = trace->ds.begin; (void *)at < trace->ds.top; |
254 | at += trace->ds.size) | 249 | at += trace->ds.size) |
255 | trace_bts_at(trace, at); | 250 | trace_bts_at(trace, at); |
256 | |||
257 | out: | ||
258 | ds_resume_bts(this_tracer); | ||
259 | } | 251 | } |
260 | 252 | ||
261 | static void trace_bts_prepare(struct trace_iterator *iter) | 253 | static void trace_bts_prepare(struct trace_iterator *iter) |
262 | { | 254 | { |
263 | spin_lock(&bts_tracer_lock); | 255 | int cpu; |
264 | 256 | ||
257 | get_online_cpus(); | ||
258 | for_each_online_cpu(cpu) | ||
259 | if (likely(per_cpu(tracer, cpu))) | ||
260 | ds_suspend_bts(per_cpu(tracer, cpu)); | ||
261 | /* | ||
262 | * We need to collect the trace on the respective cpu since ftrace | ||
263 | * implicitly adds the record for the current cpu. | ||
264 | * Once that is more flexible, we could collect the data from any cpu. | ||
265 | */ | ||
265 | on_each_cpu(trace_bts_cpu, iter->tr, 1); | 266 | on_each_cpu(trace_bts_cpu, iter->tr, 1); |
266 | 267 | ||
267 | spin_unlock(&bts_tracer_lock); | 268 | for_each_online_cpu(cpu) |
269 | if (likely(per_cpu(tracer, cpu))) | ||
270 | ds_resume_bts(per_cpu(tracer, cpu)); | ||
271 | put_online_cpus(); | ||
268 | } | 272 | } |
269 | 273 | ||
270 | static void trace_bts_close(struct trace_iterator *iter) | 274 | static void trace_bts_close(struct trace_iterator *iter) |
@@ -274,11 +278,11 @@ static void trace_bts_close(struct trace_iterator *iter) | |||
274 | 278 | ||
275 | void trace_hw_branch_oops(void) | 279 | void trace_hw_branch_oops(void) |
276 | { | 280 | { |
277 | spin_lock(&bts_tracer_lock); | 281 | if (this_tracer) { |
278 | 282 | ds_suspend_bts_noirq(this_tracer); | |
279 | trace_bts_cpu(hw_branch_trace); | 283 | trace_bts_cpu(hw_branch_trace); |
280 | 284 | ds_resume_bts_noirq(this_tracer); | |
281 | spin_unlock(&bts_tracer_lock); | 285 | } |
282 | } | 286 | } |
283 | 287 | ||
284 | struct tracer bts_tracer __read_mostly = | 288 | struct tracer bts_tracer __read_mostly = |
@@ -291,7 +295,10 @@ struct tracer bts_tracer __read_mostly = | |||
291 | .start = bts_trace_start, | 295 | .start = bts_trace_start, |
292 | .stop = bts_trace_stop, | 296 | .stop = bts_trace_stop, |
293 | .open = trace_bts_prepare, | 297 | .open = trace_bts_prepare, |
294 | .close = trace_bts_close | 298 | .close = trace_bts_close, |
299 | #ifdef CONFIG_FTRACE_SELFTEST | ||
300 | .selftest = trace_selftest_startup_hw_branches, | ||
301 | #endif /* CONFIG_FTRACE_SELFTEST */ | ||
295 | }; | 302 | }; |
296 | 303 | ||
297 | __init static int init_bts_trace(void) | 304 | __init static int init_bts_trace(void) |
diff --git a/kernel/trace/trace_mmiotrace.c b/kernel/trace/trace_mmiotrace.c index 8e37fcddd8b4..d53b45ed0806 100644 --- a/kernel/trace/trace_mmiotrace.c +++ b/kernel/trace/trace_mmiotrace.c | |||
@@ -9,6 +9,8 @@ | |||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <linux/mmiotrace.h> | 10 | #include <linux/mmiotrace.h> |
11 | #include <linux/pci.h> | 11 | #include <linux/pci.h> |
12 | #include <linux/time.h> | ||
13 | |||
12 | #include <asm/atomic.h> | 14 | #include <asm/atomic.h> |
13 | 15 | ||
14 | #include "trace.h" | 16 | #include "trace.h" |
@@ -174,7 +176,7 @@ static enum print_line_t mmio_print_rw(struct trace_iterator *iter) | |||
174 | struct mmiotrace_rw *rw; | 176 | struct mmiotrace_rw *rw; |
175 | struct trace_seq *s = &iter->seq; | 177 | struct trace_seq *s = &iter->seq; |
176 | unsigned long long t = ns2usecs(iter->ts); | 178 | unsigned long long t = ns2usecs(iter->ts); |
177 | unsigned long usec_rem = do_div(t, 1000000ULL); | 179 | unsigned long usec_rem = do_div(t, USEC_PER_SEC); |
178 | unsigned secs = (unsigned long)t; | 180 | unsigned secs = (unsigned long)t; |
179 | int ret = 1; | 181 | int ret = 1; |
180 | 182 | ||
@@ -221,7 +223,7 @@ static enum print_line_t mmio_print_map(struct trace_iterator *iter) | |||
221 | struct mmiotrace_map *m; | 223 | struct mmiotrace_map *m; |
222 | struct trace_seq *s = &iter->seq; | 224 | struct trace_seq *s = &iter->seq; |
223 | unsigned long long t = ns2usecs(iter->ts); | 225 | unsigned long long t = ns2usecs(iter->ts); |
224 | unsigned long usec_rem = do_div(t, 1000000ULL); | 226 | unsigned long usec_rem = do_div(t, USEC_PER_SEC); |
225 | unsigned secs = (unsigned long)t; | 227 | unsigned secs = (unsigned long)t; |
226 | int ret; | 228 | int ret; |
227 | 229 | ||
diff --git a/kernel/trace/trace_output.c b/kernel/trace/trace_output.c index 64b54a59c55b..7938f3ae93e3 100644 --- a/kernel/trace/trace_output.c +++ b/kernel/trace/trace_output.c | |||
@@ -14,11 +14,25 @@ | |||
14 | /* must be a power of 2 */ | 14 | /* must be a power of 2 */ |
15 | #define EVENT_HASHSIZE 128 | 15 | #define EVENT_HASHSIZE 128 |
16 | 16 | ||
17 | static DEFINE_MUTEX(trace_event_mutex); | 17 | DECLARE_RWSEM(trace_event_mutex); |
18 | |||
19 | DEFINE_PER_CPU(struct trace_seq, ftrace_event_seq); | ||
20 | EXPORT_PER_CPU_SYMBOL(ftrace_event_seq); | ||
21 | |||
18 | static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly; | 22 | static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly; |
19 | 23 | ||
20 | static int next_event_type = __TRACE_LAST_TYPE + 1; | 24 | static int next_event_type = __TRACE_LAST_TYPE + 1; |
21 | 25 | ||
26 | void trace_print_seq(struct seq_file *m, struct trace_seq *s) | ||
27 | { | ||
28 | int len = s->len >= PAGE_SIZE ? PAGE_SIZE - 1 : s->len; | ||
29 | |||
30 | s->buffer[len] = 0; | ||
31 | seq_puts(m, s->buffer); | ||
32 | |||
33 | trace_seq_init(s); | ||
34 | } | ||
35 | |||
22 | enum print_line_t trace_print_bprintk_msg_only(struct trace_iterator *iter) | 36 | enum print_line_t trace_print_bprintk_msg_only(struct trace_iterator *iter) |
23 | { | 37 | { |
24 | struct trace_seq *s = &iter->seq; | 38 | struct trace_seq *s = &iter->seq; |
@@ -84,6 +98,39 @@ trace_seq_printf(struct trace_seq *s, const char *fmt, ...) | |||
84 | 98 | ||
85 | return len; | 99 | return len; |
86 | } | 100 | } |
101 | EXPORT_SYMBOL_GPL(trace_seq_printf); | ||
102 | |||
103 | /** | ||
104 | * trace_seq_vprintf - sequence printing of trace information | ||
105 | * @s: trace sequence descriptor | ||
106 | * @fmt: printf format string | ||
107 | * | ||
108 | * The tracer may use either sequence operations or its own | ||
109 | * copy to user routines. To simplify formating of a trace | ||
110 | * trace_seq_printf is used to store strings into a special | ||
111 | * buffer (@s). Then the output may be either used by | ||
112 | * the sequencer or pulled into another buffer. | ||
113 | */ | ||
114 | int | ||
115 | trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) | ||
116 | { | ||
117 | int len = (PAGE_SIZE - 1) - s->len; | ||
118 | int ret; | ||
119 | |||
120 | if (!len) | ||
121 | return 0; | ||
122 | |||
123 | ret = vsnprintf(s->buffer + s->len, len, fmt, args); | ||
124 | |||
125 | /* If we can't write it all, don't bother writing anything */ | ||
126 | if (ret >= len) | ||
127 | return 0; | ||
128 | |||
129 | s->len += ret; | ||
130 | |||
131 | return len; | ||
132 | } | ||
133 | EXPORT_SYMBOL_GPL(trace_seq_vprintf); | ||
87 | 134 | ||
88 | int trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) | 135 | int trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) |
89 | { | 136 | { |
@@ -201,6 +248,67 @@ int trace_seq_path(struct trace_seq *s, struct path *path) | |||
201 | return 0; | 248 | return 0; |
202 | } | 249 | } |
203 | 250 | ||
251 | const char * | ||
252 | ftrace_print_flags_seq(struct trace_seq *p, const char *delim, | ||
253 | unsigned long flags, | ||
254 | const struct trace_print_flags *flag_array) | ||
255 | { | ||
256 | unsigned long mask; | ||
257 | const char *str; | ||
258 | const char *ret = p->buffer + p->len; | ||
259 | int i; | ||
260 | |||
261 | for (i = 0; flag_array[i].name && flags; i++) { | ||
262 | |||
263 | mask = flag_array[i].mask; | ||
264 | if ((flags & mask) != mask) | ||
265 | continue; | ||
266 | |||
267 | str = flag_array[i].name; | ||
268 | flags &= ~mask; | ||
269 | if (p->len && delim) | ||
270 | trace_seq_puts(p, delim); | ||
271 | trace_seq_puts(p, str); | ||
272 | } | ||
273 | |||
274 | /* check for left over flags */ | ||
275 | if (flags) { | ||
276 | if (p->len && delim) | ||
277 | trace_seq_puts(p, delim); | ||
278 | trace_seq_printf(p, "0x%lx", flags); | ||
279 | } | ||
280 | |||
281 | trace_seq_putc(p, 0); | ||
282 | |||
283 | return ret; | ||
284 | } | ||
285 | EXPORT_SYMBOL(ftrace_print_flags_seq); | ||
286 | |||
287 | const char * | ||
288 | ftrace_print_symbols_seq(struct trace_seq *p, unsigned long val, | ||
289 | const struct trace_print_flags *symbol_array) | ||
290 | { | ||
291 | int i; | ||
292 | const char *ret = p->buffer + p->len; | ||
293 | |||
294 | for (i = 0; symbol_array[i].name; i++) { | ||
295 | |||
296 | if (val != symbol_array[i].mask) | ||
297 | continue; | ||
298 | |||
299 | trace_seq_puts(p, symbol_array[i].name); | ||
300 | break; | ||
301 | } | ||
302 | |||
303 | if (!p->len) | ||
304 | trace_seq_printf(p, "0x%lx", val); | ||
305 | |||
306 | trace_seq_putc(p, 0); | ||
307 | |||
308 | return ret; | ||
309 | } | ||
310 | EXPORT_SYMBOL(ftrace_print_symbols_seq); | ||
311 | |||
204 | #ifdef CONFIG_KRETPROBES | 312 | #ifdef CONFIG_KRETPROBES |
205 | static inline const char *kretprobed(const char *name) | 313 | static inline const char *kretprobed(const char *name) |
206 | { | 314 | { |
@@ -311,17 +419,20 @@ seq_print_userip_objs(const struct userstack_entry *entry, struct trace_seq *s, | |||
311 | 419 | ||
312 | if (ip == ULONG_MAX || !ret) | 420 | if (ip == ULONG_MAX || !ret) |
313 | break; | 421 | break; |
314 | if (i && ret) | 422 | if (ret) |
315 | ret = trace_seq_puts(s, " <- "); | 423 | ret = trace_seq_puts(s, " => "); |
316 | if (!ip) { | 424 | if (!ip) { |
317 | if (ret) | 425 | if (ret) |
318 | ret = trace_seq_puts(s, "??"); | 426 | ret = trace_seq_puts(s, "??"); |
427 | if (ret) | ||
428 | ret = trace_seq_puts(s, "\n"); | ||
319 | continue; | 429 | continue; |
320 | } | 430 | } |
321 | if (!ret) | 431 | if (!ret) |
322 | break; | 432 | break; |
323 | if (ret) | 433 | if (ret) |
324 | ret = seq_print_user_ip(s, mm, ip, sym_flags); | 434 | ret = seq_print_user_ip(s, mm, ip, sym_flags); |
435 | ret = trace_seq_puts(s, "\n"); | ||
325 | } | 436 | } |
326 | 437 | ||
327 | if (mm) | 438 | if (mm) |
@@ -455,6 +566,7 @@ static int task_state_char(unsigned long state) | |||
455 | * @type: the type of event to look for | 566 | * @type: the type of event to look for |
456 | * | 567 | * |
457 | * Returns an event of type @type otherwise NULL | 568 | * Returns an event of type @type otherwise NULL |
569 | * Called with trace_event_read_lock() held. | ||
458 | */ | 570 | */ |
459 | struct trace_event *ftrace_find_event(int type) | 571 | struct trace_event *ftrace_find_event(int type) |
460 | { | 572 | { |
@@ -464,7 +576,7 @@ struct trace_event *ftrace_find_event(int type) | |||
464 | 576 | ||
465 | key = type & (EVENT_HASHSIZE - 1); | 577 | key = type & (EVENT_HASHSIZE - 1); |
466 | 578 | ||
467 | hlist_for_each_entry_rcu(event, n, &event_hash[key], node) { | 579 | hlist_for_each_entry(event, n, &event_hash[key], node) { |
468 | if (event->type == type) | 580 | if (event->type == type) |
469 | return event; | 581 | return event; |
470 | } | 582 | } |
@@ -472,6 +584,46 @@ struct trace_event *ftrace_find_event(int type) | |||
472 | return NULL; | 584 | return NULL; |
473 | } | 585 | } |
474 | 586 | ||
587 | static LIST_HEAD(ftrace_event_list); | ||
588 | |||
589 | static int trace_search_list(struct list_head **list) | ||
590 | { | ||
591 | struct trace_event *e; | ||
592 | int last = __TRACE_LAST_TYPE; | ||
593 | |||
594 | if (list_empty(&ftrace_event_list)) { | ||
595 | *list = &ftrace_event_list; | ||
596 | return last + 1; | ||
597 | } | ||
598 | |||
599 | /* | ||
600 | * We used up all possible max events, | ||
601 | * lets see if somebody freed one. | ||
602 | */ | ||
603 | list_for_each_entry(e, &ftrace_event_list, list) { | ||
604 | if (e->type != last + 1) | ||
605 | break; | ||
606 | last++; | ||
607 | } | ||
608 | |||
609 | /* Did we used up all 65 thousand events??? */ | ||
610 | if ((last + 1) > FTRACE_MAX_EVENT) | ||
611 | return 0; | ||
612 | |||
613 | *list = &e->list; | ||
614 | return last + 1; | ||
615 | } | ||
616 | |||
617 | void trace_event_read_lock(void) | ||
618 | { | ||
619 | down_read(&trace_event_mutex); | ||
620 | } | ||
621 | |||
622 | void trace_event_read_unlock(void) | ||
623 | { | ||
624 | up_read(&trace_event_mutex); | ||
625 | } | ||
626 | |||
475 | /** | 627 | /** |
476 | * register_ftrace_event - register output for an event type | 628 | * register_ftrace_event - register output for an event type |
477 | * @event: the event type to register | 629 | * @event: the event type to register |
@@ -492,22 +644,42 @@ int register_ftrace_event(struct trace_event *event) | |||
492 | unsigned key; | 644 | unsigned key; |
493 | int ret = 0; | 645 | int ret = 0; |
494 | 646 | ||
495 | mutex_lock(&trace_event_mutex); | 647 | down_write(&trace_event_mutex); |
496 | 648 | ||
497 | if (!event) { | 649 | if (WARN_ON(!event)) |
498 | ret = next_event_type++; | ||
499 | goto out; | 650 | goto out; |
500 | } | ||
501 | 651 | ||
502 | if (!event->type) | 652 | INIT_LIST_HEAD(&event->list); |
503 | event->type = next_event_type++; | 653 | |
504 | else if (event->type > __TRACE_LAST_TYPE) { | 654 | if (!event->type) { |
655 | struct list_head *list = NULL; | ||
656 | |||
657 | if (next_event_type > FTRACE_MAX_EVENT) { | ||
658 | |||
659 | event->type = trace_search_list(&list); | ||
660 | if (!event->type) | ||
661 | goto out; | ||
662 | |||
663 | } else { | ||
664 | |||
665 | event->type = next_event_type++; | ||
666 | list = &ftrace_event_list; | ||
667 | } | ||
668 | |||
669 | if (WARN_ON(ftrace_find_event(event->type))) | ||
670 | goto out; | ||
671 | |||
672 | list_add_tail(&event->list, list); | ||
673 | |||
674 | } else if (event->type > __TRACE_LAST_TYPE) { | ||
505 | printk(KERN_WARNING "Need to add type to trace.h\n"); | 675 | printk(KERN_WARNING "Need to add type to trace.h\n"); |
506 | WARN_ON(1); | 676 | WARN_ON(1); |
507 | } | ||
508 | |||
509 | if (ftrace_find_event(event->type)) | ||
510 | goto out; | 677 | goto out; |
678 | } else { | ||
679 | /* Is this event already used */ | ||
680 | if (ftrace_find_event(event->type)) | ||
681 | goto out; | ||
682 | } | ||
511 | 683 | ||
512 | if (event->trace == NULL) | 684 | if (event->trace == NULL) |
513 | event->trace = trace_nop_print; | 685 | event->trace = trace_nop_print; |
@@ -520,14 +692,25 @@ int register_ftrace_event(struct trace_event *event) | |||
520 | 692 | ||
521 | key = event->type & (EVENT_HASHSIZE - 1); | 693 | key = event->type & (EVENT_HASHSIZE - 1); |
522 | 694 | ||
523 | hlist_add_head_rcu(&event->node, &event_hash[key]); | 695 | hlist_add_head(&event->node, &event_hash[key]); |
524 | 696 | ||
525 | ret = event->type; | 697 | ret = event->type; |
526 | out: | 698 | out: |
527 | mutex_unlock(&trace_event_mutex); | 699 | up_write(&trace_event_mutex); |
528 | 700 | ||
529 | return ret; | 701 | return ret; |
530 | } | 702 | } |
703 | EXPORT_SYMBOL_GPL(register_ftrace_event); | ||
704 | |||
705 | /* | ||
706 | * Used by module code with the trace_event_mutex held for write. | ||
707 | */ | ||
708 | int __unregister_ftrace_event(struct trace_event *event) | ||
709 | { | ||
710 | hlist_del(&event->node); | ||
711 | list_del(&event->list); | ||
712 | return 0; | ||
713 | } | ||
531 | 714 | ||
532 | /** | 715 | /** |
533 | * unregister_ftrace_event - remove a no longer used event | 716 | * unregister_ftrace_event - remove a no longer used event |
@@ -535,12 +718,13 @@ int register_ftrace_event(struct trace_event *event) | |||
535 | */ | 718 | */ |
536 | int unregister_ftrace_event(struct trace_event *event) | 719 | int unregister_ftrace_event(struct trace_event *event) |
537 | { | 720 | { |
538 | mutex_lock(&trace_event_mutex); | 721 | down_write(&trace_event_mutex); |
539 | hlist_del(&event->node); | 722 | __unregister_ftrace_event(event); |
540 | mutex_unlock(&trace_event_mutex); | 723 | up_write(&trace_event_mutex); |
541 | 724 | ||
542 | return 0; | 725 | return 0; |
543 | } | 726 | } |
727 | EXPORT_SYMBOL_GPL(unregister_ftrace_event); | ||
544 | 728 | ||
545 | /* | 729 | /* |
546 | * Standard events | 730 | * Standard events |
@@ -833,14 +1017,16 @@ static enum print_line_t trace_stack_print(struct trace_iterator *iter, | |||
833 | 1017 | ||
834 | trace_assign_type(field, iter->ent); | 1018 | trace_assign_type(field, iter->ent); |
835 | 1019 | ||
1020 | if (!trace_seq_puts(s, "<stack trace>\n")) | ||
1021 | goto partial; | ||
836 | for (i = 0; i < FTRACE_STACK_ENTRIES; i++) { | 1022 | for (i = 0; i < FTRACE_STACK_ENTRIES; i++) { |
837 | if (i) { | 1023 | if (!field->caller[i] || (field->caller[i] == ULONG_MAX)) |
838 | if (!trace_seq_puts(s, " <= ")) | 1024 | break; |
839 | goto partial; | 1025 | if (!trace_seq_puts(s, " => ")) |
1026 | goto partial; | ||
840 | 1027 | ||
841 | if (!seq_print_ip_sym(s, field->caller[i], flags)) | 1028 | if (!seq_print_ip_sym(s, field->caller[i], flags)) |
842 | goto partial; | 1029 | goto partial; |
843 | } | ||
844 | if (!trace_seq_puts(s, "\n")) | 1030 | if (!trace_seq_puts(s, "\n")) |
845 | goto partial; | 1031 | goto partial; |
846 | } | 1032 | } |
@@ -868,10 +1054,10 @@ static enum print_line_t trace_user_stack_print(struct trace_iterator *iter, | |||
868 | 1054 | ||
869 | trace_assign_type(field, iter->ent); | 1055 | trace_assign_type(field, iter->ent); |
870 | 1056 | ||
871 | if (!seq_print_userip_objs(field, s, flags)) | 1057 | if (!trace_seq_puts(s, "<user stack trace>\n")) |
872 | goto partial; | 1058 | goto partial; |
873 | 1059 | ||
874 | if (!trace_seq_putc(s, '\n')) | 1060 | if (!seq_print_userip_objs(field, s, flags)) |
875 | goto partial; | 1061 | goto partial; |
876 | 1062 | ||
877 | return TRACE_TYPE_HANDLED; | 1063 | return TRACE_TYPE_HANDLED; |
diff --git a/kernel/trace/trace_output.h b/kernel/trace/trace_output.h index e0bde39c2dd9..d38bec4a9c30 100644 --- a/kernel/trace/trace_output.h +++ b/kernel/trace/trace_output.h | |||
@@ -1,41 +1,17 @@ | |||
1 | #ifndef __TRACE_EVENTS_H | 1 | #ifndef __TRACE_EVENTS_H |
2 | #define __TRACE_EVENTS_H | 2 | #define __TRACE_EVENTS_H |
3 | 3 | ||
4 | #include <linux/trace_seq.h> | ||
4 | #include "trace.h" | 5 | #include "trace.h" |
5 | 6 | ||
6 | typedef enum print_line_t (*trace_print_func)(struct trace_iterator *iter, | ||
7 | int flags); | ||
8 | |||
9 | struct trace_event { | ||
10 | struct hlist_node node; | ||
11 | int type; | ||
12 | trace_print_func trace; | ||
13 | trace_print_func raw; | ||
14 | trace_print_func hex; | ||
15 | trace_print_func binary; | ||
16 | }; | ||
17 | |||
18 | extern enum print_line_t | 7 | extern enum print_line_t |
19 | trace_print_bprintk_msg_only(struct trace_iterator *iter); | 8 | trace_print_bprintk_msg_only(struct trace_iterator *iter); |
20 | extern enum print_line_t | 9 | extern enum print_line_t |
21 | trace_print_printk_msg_only(struct trace_iterator *iter); | 10 | trace_print_printk_msg_only(struct trace_iterator *iter); |
22 | 11 | ||
23 | extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) | ||
24 | __attribute__ ((format (printf, 2, 3))); | ||
25 | extern int | ||
26 | trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary); | ||
27 | extern int | 12 | extern int |
28 | seq_print_ip_sym(struct trace_seq *s, unsigned long ip, | 13 | seq_print_ip_sym(struct trace_seq *s, unsigned long ip, |
29 | unsigned long sym_flags); | 14 | unsigned long sym_flags); |
30 | extern ssize_t trace_seq_to_user(struct trace_seq *s, char __user *ubuf, | ||
31 | size_t cnt); | ||
32 | extern int trace_seq_puts(struct trace_seq *s, const char *str); | ||
33 | extern int trace_seq_putc(struct trace_seq *s, unsigned char c); | ||
34 | extern int trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len); | ||
35 | extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, | ||
36 | size_t len); | ||
37 | extern void *trace_seq_reserve(struct trace_seq *s, size_t len); | ||
38 | extern int trace_seq_path(struct trace_seq *s, struct path *path); | ||
39 | extern int seq_print_userip_objs(const struct userstack_entry *entry, | 15 | extern int seq_print_userip_objs(const struct userstack_entry *entry, |
40 | struct trace_seq *s, unsigned long sym_flags); | 16 | struct trace_seq *s, unsigned long sym_flags); |
41 | extern int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, | 17 | extern int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, |
@@ -44,13 +20,17 @@ extern int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, | |||
44 | extern int trace_print_context(struct trace_iterator *iter); | 20 | extern int trace_print_context(struct trace_iterator *iter); |
45 | extern int trace_print_lat_context(struct trace_iterator *iter); | 21 | extern int trace_print_lat_context(struct trace_iterator *iter); |
46 | 22 | ||
23 | extern void trace_event_read_lock(void); | ||
24 | extern void trace_event_read_unlock(void); | ||
47 | extern struct trace_event *ftrace_find_event(int type); | 25 | extern struct trace_event *ftrace_find_event(int type); |
48 | extern int register_ftrace_event(struct trace_event *event); | ||
49 | extern int unregister_ftrace_event(struct trace_event *event); | ||
50 | 26 | ||
51 | extern enum print_line_t trace_nop_print(struct trace_iterator *iter, | 27 | extern enum print_line_t trace_nop_print(struct trace_iterator *iter, |
52 | int flags); | 28 | int flags); |
53 | 29 | ||
30 | /* used by module unregistering */ | ||
31 | extern int __unregister_ftrace_event(struct trace_event *event); | ||
32 | extern struct rw_semaphore trace_event_mutex; | ||
33 | |||
54 | #define MAX_MEMHEX_BYTES 8 | 34 | #define MAX_MEMHEX_BYTES 8 |
55 | #define HEX_CHARS (MAX_MEMHEX_BYTES*2 + 1) | 35 | #define HEX_CHARS (MAX_MEMHEX_BYTES*2 + 1) |
56 | 36 | ||
diff --git a/kernel/trace/trace_power.c b/kernel/trace/trace_power.c index 118439709fb7..8a30d9874cd4 100644 --- a/kernel/trace/trace_power.c +++ b/kernel/trace/trace_power.c | |||
@@ -36,6 +36,7 @@ static void probe_power_start(struct power_trace *it, unsigned int type, | |||
36 | 36 | ||
37 | static void probe_power_end(struct power_trace *it) | 37 | static void probe_power_end(struct power_trace *it) |
38 | { | 38 | { |
39 | struct ftrace_event_call *call = &event_power; | ||
39 | struct ring_buffer_event *event; | 40 | struct ring_buffer_event *event; |
40 | struct trace_power *entry; | 41 | struct trace_power *entry; |
41 | struct trace_array_cpu *data; | 42 | struct trace_array_cpu *data; |
@@ -54,7 +55,8 @@ static void probe_power_end(struct power_trace *it) | |||
54 | goto out; | 55 | goto out; |
55 | entry = ring_buffer_event_data(event); | 56 | entry = ring_buffer_event_data(event); |
56 | entry->state_data = *it; | 57 | entry->state_data = *it; |
57 | trace_buffer_unlock_commit(tr, event, 0, 0); | 58 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
59 | trace_buffer_unlock_commit(tr, event, 0, 0); | ||
58 | out: | 60 | out: |
59 | preempt_enable(); | 61 | preempt_enable(); |
60 | } | 62 | } |
@@ -62,6 +64,7 @@ static void probe_power_end(struct power_trace *it) | |||
62 | static void probe_power_mark(struct power_trace *it, unsigned int type, | 64 | static void probe_power_mark(struct power_trace *it, unsigned int type, |
63 | unsigned int level) | 65 | unsigned int level) |
64 | { | 66 | { |
67 | struct ftrace_event_call *call = &event_power; | ||
65 | struct ring_buffer_event *event; | 68 | struct ring_buffer_event *event; |
66 | struct trace_power *entry; | 69 | struct trace_power *entry; |
67 | struct trace_array_cpu *data; | 70 | struct trace_array_cpu *data; |
@@ -84,7 +87,8 @@ static void probe_power_mark(struct power_trace *it, unsigned int type, | |||
84 | goto out; | 87 | goto out; |
85 | entry = ring_buffer_event_data(event); | 88 | entry = ring_buffer_event_data(event); |
86 | entry->state_data = *it; | 89 | entry->state_data = *it; |
87 | trace_buffer_unlock_commit(tr, event, 0, 0); | 90 | if (!filter_check_discard(call, entry, tr->buffer, event)) |
91 | trace_buffer_unlock_commit(tr, event, 0, 0); | ||
88 | out: | 92 | out: |
89 | preempt_enable(); | 93 | preempt_enable(); |
90 | } | 94 | } |
diff --git a/kernel/trace/trace_printk.c b/kernel/trace/trace_printk.c index eb81556107fe..9bece9687b62 100644 --- a/kernel/trace/trace_printk.c +++ b/kernel/trace/trace_printk.c | |||
@@ -245,17 +245,13 @@ static const struct file_operations ftrace_formats_fops = { | |||
245 | static __init int init_trace_printk_function_export(void) | 245 | static __init int init_trace_printk_function_export(void) |
246 | { | 246 | { |
247 | struct dentry *d_tracer; | 247 | struct dentry *d_tracer; |
248 | struct dentry *entry; | ||
249 | 248 | ||
250 | d_tracer = tracing_init_dentry(); | 249 | d_tracer = tracing_init_dentry(); |
251 | if (!d_tracer) | 250 | if (!d_tracer) |
252 | return 0; | 251 | return 0; |
253 | 252 | ||
254 | entry = debugfs_create_file("printk_formats", 0444, d_tracer, | 253 | trace_create_file("printk_formats", 0444, d_tracer, |
255 | NULL, &ftrace_formats_fops); | 254 | NULL, &ftrace_formats_fops); |
256 | if (!entry) | ||
257 | pr_warning("Could not create debugfs " | ||
258 | "'printk_formats' entry\n"); | ||
259 | 255 | ||
260 | return 0; | 256 | return 0; |
261 | } | 257 | } |
diff --git a/kernel/trace/trace_sched_switch.c b/kernel/trace/trace_sched_switch.c index 9117cea6f1ae..a98106dd979c 100644 --- a/kernel/trace/trace_sched_switch.c +++ b/kernel/trace/trace_sched_switch.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/kallsyms.h> | 10 | #include <linux/kallsyms.h> |
11 | #include <linux/uaccess.h> | 11 | #include <linux/uaccess.h> |
12 | #include <linux/ftrace.h> | 12 | #include <linux/ftrace.h> |
13 | #include <trace/sched.h> | 13 | #include <trace/events/sched.h> |
14 | 14 | ||
15 | #include "trace.h" | 15 | #include "trace.h" |
16 | 16 | ||
@@ -29,13 +29,13 @@ probe_sched_switch(struct rq *__rq, struct task_struct *prev, | |||
29 | int cpu; | 29 | int cpu; |
30 | int pc; | 30 | int pc; |
31 | 31 | ||
32 | if (!sched_ref || sched_stopped) | 32 | if (unlikely(!sched_ref)) |
33 | return; | 33 | return; |
34 | 34 | ||
35 | tracing_record_cmdline(prev); | 35 | tracing_record_cmdline(prev); |
36 | tracing_record_cmdline(next); | 36 | tracing_record_cmdline(next); |
37 | 37 | ||
38 | if (!tracer_enabled) | 38 | if (!tracer_enabled || sched_stopped) |
39 | return; | 39 | return; |
40 | 40 | ||
41 | pc = preempt_count(); | 41 | pc = preempt_count(); |
@@ -56,15 +56,15 @@ probe_sched_wakeup(struct rq *__rq, struct task_struct *wakee, int success) | |||
56 | unsigned long flags; | 56 | unsigned long flags; |
57 | int cpu, pc; | 57 | int cpu, pc; |
58 | 58 | ||
59 | if (!likely(tracer_enabled)) | 59 | if (unlikely(!sched_ref)) |
60 | return; | 60 | return; |
61 | 61 | ||
62 | pc = preempt_count(); | ||
63 | tracing_record_cmdline(current); | 62 | tracing_record_cmdline(current); |
64 | 63 | ||
65 | if (sched_stopped) | 64 | if (!tracer_enabled || sched_stopped) |
66 | return; | 65 | return; |
67 | 66 | ||
67 | pc = preempt_count(); | ||
68 | local_irq_save(flags); | 68 | local_irq_save(flags); |
69 | cpu = raw_smp_processor_id(); | 69 | cpu = raw_smp_processor_id(); |
70 | data = ctx_trace->data[cpu]; | 70 | data = ctx_trace->data[cpu]; |
diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c index 5bc00e8f153e..eacb27225173 100644 --- a/kernel/trace/trace_sched_wakeup.c +++ b/kernel/trace/trace_sched_wakeup.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <linux/kallsyms.h> | 15 | #include <linux/kallsyms.h> |
16 | #include <linux/uaccess.h> | 16 | #include <linux/uaccess.h> |
17 | #include <linux/ftrace.h> | 17 | #include <linux/ftrace.h> |
18 | #include <trace/sched.h> | 18 | #include <trace/events/sched.h> |
19 | 19 | ||
20 | #include "trace.h" | 20 | #include "trace.h" |
21 | 21 | ||
@@ -138,9 +138,6 @@ probe_wakeup_sched_switch(struct rq *rq, struct task_struct *prev, | |||
138 | 138 | ||
139 | pc = preempt_count(); | 139 | pc = preempt_count(); |
140 | 140 | ||
141 | /* The task we are waiting for is waking up */ | ||
142 | data = wakeup_trace->data[wakeup_cpu]; | ||
143 | |||
144 | /* disable local data, not wakeup_cpu data */ | 141 | /* disable local data, not wakeup_cpu data */ |
145 | cpu = raw_smp_processor_id(); | 142 | cpu = raw_smp_processor_id(); |
146 | disabled = atomic_inc_return(&wakeup_trace->data[cpu]->disabled); | 143 | disabled = atomic_inc_return(&wakeup_trace->data[cpu]->disabled); |
@@ -154,6 +151,9 @@ probe_wakeup_sched_switch(struct rq *rq, struct task_struct *prev, | |||
154 | if (unlikely(!tracer_enabled || next != wakeup_task)) | 151 | if (unlikely(!tracer_enabled || next != wakeup_task)) |
155 | goto out_unlock; | 152 | goto out_unlock; |
156 | 153 | ||
154 | /* The task we are waiting for is waking up */ | ||
155 | data = wakeup_trace->data[wakeup_cpu]; | ||
156 | |||
157 | trace_function(wakeup_trace, CALLER_ADDR0, CALLER_ADDR1, flags, pc); | 157 | trace_function(wakeup_trace, CALLER_ADDR0, CALLER_ADDR1, flags, pc); |
158 | tracing_sched_switch_trace(wakeup_trace, prev, next, flags, pc); | 158 | tracing_sched_switch_trace(wakeup_trace, prev, next, flags, pc); |
159 | 159 | ||
diff --git a/kernel/trace/trace_selftest.c b/kernel/trace/trace_selftest.c index 08f4eb2763d1..00dd6485bdd7 100644 --- a/kernel/trace/trace_selftest.c +++ b/kernel/trace/trace_selftest.c | |||
@@ -16,6 +16,7 @@ static inline int trace_valid_entry(struct trace_entry *entry) | |||
16 | case TRACE_BRANCH: | 16 | case TRACE_BRANCH: |
17 | case TRACE_GRAPH_ENT: | 17 | case TRACE_GRAPH_ENT: |
18 | case TRACE_GRAPH_RET: | 18 | case TRACE_GRAPH_RET: |
19 | case TRACE_HW_BRANCHES: | ||
19 | return 1; | 20 | return 1; |
20 | } | 21 | } |
21 | return 0; | 22 | return 0; |
@@ -188,6 +189,7 @@ int trace_selftest_startup_dynamic_tracing(struct tracer *trace, | |||
188 | #else | 189 | #else |
189 | # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) | 190 | # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) |
190 | #endif /* CONFIG_DYNAMIC_FTRACE */ | 191 | #endif /* CONFIG_DYNAMIC_FTRACE */ |
192 | |||
191 | /* | 193 | /* |
192 | * Simple verification test of ftrace function tracer. | 194 | * Simple verification test of ftrace function tracer. |
193 | * Enable ftrace, sleep 1/10 second, and then read the trace | 195 | * Enable ftrace, sleep 1/10 second, and then read the trace |
@@ -749,3 +751,59 @@ trace_selftest_startup_branch(struct tracer *trace, struct trace_array *tr) | |||
749 | return ret; | 751 | return ret; |
750 | } | 752 | } |
751 | #endif /* CONFIG_BRANCH_TRACER */ | 753 | #endif /* CONFIG_BRANCH_TRACER */ |
754 | |||
755 | #ifdef CONFIG_HW_BRANCH_TRACER | ||
756 | int | ||
757 | trace_selftest_startup_hw_branches(struct tracer *trace, | ||
758 | struct trace_array *tr) | ||
759 | { | ||
760 | struct trace_iterator *iter; | ||
761 | struct tracer tracer; | ||
762 | unsigned long count; | ||
763 | int ret; | ||
764 | |||
765 | if (!trace->open) { | ||
766 | printk(KERN_CONT "missing open function..."); | ||
767 | return -1; | ||
768 | } | ||
769 | |||
770 | ret = tracer_init(trace, tr); | ||
771 | if (ret) { | ||
772 | warn_failed_init_tracer(trace, ret); | ||
773 | return ret; | ||
774 | } | ||
775 | |||
776 | /* | ||
777 | * The hw-branch tracer needs to collect the trace from the various | ||
778 | * cpu trace buffers - before tracing is stopped. | ||
779 | */ | ||
780 | iter = kzalloc(sizeof(*iter), GFP_KERNEL); | ||
781 | if (!iter) | ||
782 | return -ENOMEM; | ||
783 | |||
784 | memcpy(&tracer, trace, sizeof(tracer)); | ||
785 | |||
786 | iter->trace = &tracer; | ||
787 | iter->tr = tr; | ||
788 | iter->pos = -1; | ||
789 | mutex_init(&iter->mutex); | ||
790 | |||
791 | trace->open(iter); | ||
792 | |||
793 | mutex_destroy(&iter->mutex); | ||
794 | kfree(iter); | ||
795 | |||
796 | tracing_stop(); | ||
797 | |||
798 | ret = trace_test_buffer(tr, &count); | ||
799 | trace->reset(tr); | ||
800 | tracing_start(); | ||
801 | |||
802 | if (!ret && !count) { | ||
803 | printk(KERN_CONT "no entries found.."); | ||
804 | ret = -1; | ||
805 | } | ||
806 | |||
807 | return ret; | ||
808 | } | ||
809 | #endif /* CONFIG_HW_BRANCH_TRACER */ | ||
diff --git a/kernel/trace/trace_stack.c b/kernel/trace/trace_stack.c index c750f65f9661..2d7aebd71dbd 100644 --- a/kernel/trace/trace_stack.c +++ b/kernel/trace/trace_stack.c | |||
@@ -265,7 +265,7 @@ static int t_show(struct seq_file *m, void *v) | |||
265 | seq_printf(m, " Depth Size Location" | 265 | seq_printf(m, " Depth Size Location" |
266 | " (%d entries)\n" | 266 | " (%d entries)\n" |
267 | " ----- ---- --------\n", | 267 | " ----- ---- --------\n", |
268 | max_stack_trace.nr_entries); | 268 | max_stack_trace.nr_entries - 1); |
269 | 269 | ||
270 | if (!stack_tracer_enabled && !max_stack_size) | 270 | if (!stack_tracer_enabled && !max_stack_size) |
271 | print_disabled(m); | 271 | print_disabled(m); |
@@ -352,19 +352,14 @@ __setup("stacktrace", enable_stacktrace); | |||
352 | static __init int stack_trace_init(void) | 352 | static __init int stack_trace_init(void) |
353 | { | 353 | { |
354 | struct dentry *d_tracer; | 354 | struct dentry *d_tracer; |
355 | struct dentry *entry; | ||
356 | 355 | ||
357 | d_tracer = tracing_init_dentry(); | 356 | d_tracer = tracing_init_dentry(); |
358 | 357 | ||
359 | entry = debugfs_create_file("stack_max_size", 0644, d_tracer, | 358 | trace_create_file("stack_max_size", 0644, d_tracer, |
360 | &max_stack_size, &stack_max_size_fops); | 359 | &max_stack_size, &stack_max_size_fops); |
361 | if (!entry) | ||
362 | pr_warning("Could not create debugfs 'stack_max_size' entry\n"); | ||
363 | 360 | ||
364 | entry = debugfs_create_file("stack_trace", 0444, d_tracer, | 361 | trace_create_file("stack_trace", 0444, d_tracer, |
365 | NULL, &stack_trace_fops); | 362 | NULL, &stack_trace_fops); |
366 | if (!entry) | ||
367 | pr_warning("Could not create debugfs 'stack_trace' entry\n"); | ||
368 | 363 | ||
369 | if (stack_tracer_enabled) | 364 | if (stack_tracer_enabled) |
370 | register_ftrace_function(&trace_ops); | 365 | register_ftrace_function(&trace_ops); |
diff --git a/kernel/trace/trace_stat.c b/kernel/trace/trace_stat.c index acdebd771a93..c00643733f4c 100644 --- a/kernel/trace/trace_stat.c +++ b/kernel/trace/trace_stat.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Infrastructure for statistic tracing (histogram output). | 2 | * Infrastructure for statistic tracing (histogram output). |
3 | * | 3 | * |
4 | * Copyright (C) 2008 Frederic Weisbecker <fweisbec@gmail.com> | 4 | * Copyright (C) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com> |
5 | * | 5 | * |
6 | * Based on the code from trace_branch.c which is | 6 | * Based on the code from trace_branch.c which is |
7 | * Copyright (C) 2008 Steven Rostedt <srostedt@redhat.com> | 7 | * Copyright (C) 2008 Steven Rostedt <srostedt@redhat.com> |
@@ -10,22 +10,27 @@ | |||
10 | 10 | ||
11 | 11 | ||
12 | #include <linux/list.h> | 12 | #include <linux/list.h> |
13 | #include <linux/rbtree.h> | ||
13 | #include <linux/debugfs.h> | 14 | #include <linux/debugfs.h> |
14 | #include "trace_stat.h" | 15 | #include "trace_stat.h" |
15 | #include "trace.h" | 16 | #include "trace.h" |
16 | 17 | ||
17 | 18 | ||
18 | /* List of stat entries from a tracer */ | 19 | /* |
19 | struct trace_stat_list { | 20 | * List of stat red-black nodes from a tracer |
20 | struct list_head list; | 21 | * We use a such tree to sort quickly the stat |
22 | * entries from the tracer. | ||
23 | */ | ||
24 | struct stat_node { | ||
25 | struct rb_node node; | ||
21 | void *stat; | 26 | void *stat; |
22 | }; | 27 | }; |
23 | 28 | ||
24 | /* A stat session is the stats output in one file */ | 29 | /* A stat session is the stats output in one file */ |
25 | struct tracer_stat_session { | 30 | struct stat_session { |
26 | struct list_head session_list; | 31 | struct list_head session_list; |
27 | struct tracer_stat *ts; | 32 | struct tracer_stat *ts; |
28 | struct list_head stat_list; | 33 | struct rb_root stat_root; |
29 | struct mutex stat_mutex; | 34 | struct mutex stat_mutex; |
30 | struct dentry *file; | 35 | struct dentry *file; |
31 | }; | 36 | }; |
@@ -37,18 +42,48 @@ static DEFINE_MUTEX(all_stat_sessions_mutex); | |||
37 | /* The root directory for all stat files */ | 42 | /* The root directory for all stat files */ |
38 | static struct dentry *stat_dir; | 43 | static struct dentry *stat_dir; |
39 | 44 | ||
45 | /* | ||
46 | * Iterate through the rbtree using a post order traversal path | ||
47 | * to release the next node. | ||
48 | * It won't necessary release one at each iteration | ||
49 | * but it will at least advance closer to the next one | ||
50 | * to be released. | ||
51 | */ | ||
52 | static struct rb_node *release_next(struct rb_node *node) | ||
53 | { | ||
54 | struct stat_node *snode; | ||
55 | struct rb_node *parent = rb_parent(node); | ||
56 | |||
57 | if (node->rb_left) | ||
58 | return node->rb_left; | ||
59 | else if (node->rb_right) | ||
60 | return node->rb_right; | ||
61 | else { | ||
62 | if (!parent) | ||
63 | ; | ||
64 | else if (parent->rb_left == node) | ||
65 | parent->rb_left = NULL; | ||
66 | else | ||
67 | parent->rb_right = NULL; | ||
68 | |||
69 | snode = container_of(node, struct stat_node, node); | ||
70 | kfree(snode); | ||
71 | |||
72 | return parent; | ||
73 | } | ||
74 | } | ||
40 | 75 | ||
41 | static void reset_stat_session(struct tracer_stat_session *session) | 76 | static void reset_stat_session(struct stat_session *session) |
42 | { | 77 | { |
43 | struct trace_stat_list *node, *next; | 78 | struct rb_node *node = session->stat_root.rb_node; |
44 | 79 | ||
45 | list_for_each_entry_safe(node, next, &session->stat_list, list) | 80 | while (node) |
46 | kfree(node); | 81 | node = release_next(node); |
47 | 82 | ||
48 | INIT_LIST_HEAD(&session->stat_list); | 83 | session->stat_root = RB_ROOT; |
49 | } | 84 | } |
50 | 85 | ||
51 | static void destroy_session(struct tracer_stat_session *session) | 86 | static void destroy_session(struct stat_session *session) |
52 | { | 87 | { |
53 | debugfs_remove(session->file); | 88 | debugfs_remove(session->file); |
54 | reset_stat_session(session); | 89 | reset_stat_session(session); |
@@ -56,25 +91,60 @@ static void destroy_session(struct tracer_stat_session *session) | |||
56 | kfree(session); | 91 | kfree(session); |
57 | } | 92 | } |
58 | 93 | ||
94 | typedef int (*cmp_stat_t)(void *, void *); | ||
95 | |||
96 | static int insert_stat(struct rb_root *root, void *stat, cmp_stat_t cmp) | ||
97 | { | ||
98 | struct rb_node **new = &(root->rb_node), *parent = NULL; | ||
99 | struct stat_node *data; | ||
100 | |||
101 | data = kzalloc(sizeof(*data), GFP_KERNEL); | ||
102 | if (!data) | ||
103 | return -ENOMEM; | ||
104 | data->stat = stat; | ||
105 | |||
106 | /* | ||
107 | * Figure out where to put new node | ||
108 | * This is a descendent sorting | ||
109 | */ | ||
110 | while (*new) { | ||
111 | struct stat_node *this; | ||
112 | int result; | ||
113 | |||
114 | this = container_of(*new, struct stat_node, node); | ||
115 | result = cmp(data->stat, this->stat); | ||
116 | |||
117 | parent = *new; | ||
118 | if (result >= 0) | ||
119 | new = &((*new)->rb_left); | ||
120 | else | ||
121 | new = &((*new)->rb_right); | ||
122 | } | ||
123 | |||
124 | rb_link_node(&data->node, parent, new); | ||
125 | rb_insert_color(&data->node, root); | ||
126 | return 0; | ||
127 | } | ||
128 | |||
59 | /* | 129 | /* |
60 | * For tracers that don't provide a stat_cmp callback. | 130 | * For tracers that don't provide a stat_cmp callback. |
61 | * This one will force an immediate insertion on tail of | 131 | * This one will force an insertion as right-most node |
62 | * the list. | 132 | * in the rbtree. |
63 | */ | 133 | */ |
64 | static int dummy_cmp(void *p1, void *p2) | 134 | static int dummy_cmp(void *p1, void *p2) |
65 | { | 135 | { |
66 | return 1; | 136 | return -1; |
67 | } | 137 | } |
68 | 138 | ||
69 | /* | 139 | /* |
70 | * Initialize the stat list at each trace_stat file opening. | 140 | * Initialize the stat rbtree at each trace_stat file opening. |
71 | * All of these copies and sorting are required on all opening | 141 | * All of these copies and sorting are required on all opening |
72 | * since the stats could have changed between two file sessions. | 142 | * since the stats could have changed between two file sessions. |
73 | */ | 143 | */ |
74 | static int stat_seq_init(struct tracer_stat_session *session) | 144 | static int stat_seq_init(struct stat_session *session) |
75 | { | 145 | { |
76 | struct trace_stat_list *iter_entry, *new_entry; | ||
77 | struct tracer_stat *ts = session->ts; | 146 | struct tracer_stat *ts = session->ts; |
147 | struct rb_root *root = &session->stat_root; | ||
78 | void *stat; | 148 | void *stat; |
79 | int ret = 0; | 149 | int ret = 0; |
80 | int i; | 150 | int i; |
@@ -85,29 +155,16 @@ static int stat_seq_init(struct tracer_stat_session *session) | |||
85 | if (!ts->stat_cmp) | 155 | if (!ts->stat_cmp) |
86 | ts->stat_cmp = dummy_cmp; | 156 | ts->stat_cmp = dummy_cmp; |
87 | 157 | ||
88 | stat = ts->stat_start(); | 158 | stat = ts->stat_start(ts); |
89 | if (!stat) | 159 | if (!stat) |
90 | goto exit; | 160 | goto exit; |
91 | 161 | ||
92 | /* | 162 | ret = insert_stat(root, stat, ts->stat_cmp); |
93 | * The first entry. Actually this is the second, but the first | 163 | if (ret) |
94 | * one (the stat_list head) is pointless. | ||
95 | */ | ||
96 | new_entry = kmalloc(sizeof(struct trace_stat_list), GFP_KERNEL); | ||
97 | if (!new_entry) { | ||
98 | ret = -ENOMEM; | ||
99 | goto exit; | 164 | goto exit; |
100 | } | ||
101 | |||
102 | INIT_LIST_HEAD(&new_entry->list); | ||
103 | |||
104 | list_add(&new_entry->list, &session->stat_list); | ||
105 | |||
106 | new_entry->stat = stat; | ||
107 | 165 | ||
108 | /* | 166 | /* |
109 | * Iterate over the tracer stat entries and store them in a sorted | 167 | * Iterate over the tracer stat entries and store them in an rbtree. |
110 | * list. | ||
111 | */ | 168 | */ |
112 | for (i = 1; ; i++) { | 169 | for (i = 1; ; i++) { |
113 | stat = ts->stat_next(stat, i); | 170 | stat = ts->stat_next(stat, i); |
@@ -116,36 +173,16 @@ static int stat_seq_init(struct tracer_stat_session *session) | |||
116 | if (!stat) | 173 | if (!stat) |
117 | break; | 174 | break; |
118 | 175 | ||
119 | new_entry = kmalloc(sizeof(struct trace_stat_list), GFP_KERNEL); | 176 | ret = insert_stat(root, stat, ts->stat_cmp); |
120 | if (!new_entry) { | 177 | if (ret) |
121 | ret = -ENOMEM; | 178 | goto exit_free_rbtree; |
122 | goto exit_free_list; | ||
123 | } | ||
124 | |||
125 | INIT_LIST_HEAD(&new_entry->list); | ||
126 | new_entry->stat = stat; | ||
127 | |||
128 | list_for_each_entry_reverse(iter_entry, &session->stat_list, | ||
129 | list) { | ||
130 | |||
131 | /* Insertion with a descendent sorting */ | ||
132 | if (ts->stat_cmp(iter_entry->stat, | ||
133 | new_entry->stat) >= 0) { | ||
134 | |||
135 | list_add(&new_entry->list, &iter_entry->list); | ||
136 | break; | ||
137 | } | ||
138 | } | ||
139 | |||
140 | /* The current larger value */ | ||
141 | if (list_empty(&new_entry->list)) | ||
142 | list_add(&new_entry->list, &session->stat_list); | ||
143 | } | 179 | } |
180 | |||
144 | exit: | 181 | exit: |
145 | mutex_unlock(&session->stat_mutex); | 182 | mutex_unlock(&session->stat_mutex); |
146 | return ret; | 183 | return ret; |
147 | 184 | ||
148 | exit_free_list: | 185 | exit_free_rbtree: |
149 | reset_stat_session(session); | 186 | reset_stat_session(session); |
150 | mutex_unlock(&session->stat_mutex); | 187 | mutex_unlock(&session->stat_mutex); |
151 | return ret; | 188 | return ret; |
@@ -154,38 +191,51 @@ exit_free_list: | |||
154 | 191 | ||
155 | static void *stat_seq_start(struct seq_file *s, loff_t *pos) | 192 | static void *stat_seq_start(struct seq_file *s, loff_t *pos) |
156 | { | 193 | { |
157 | struct tracer_stat_session *session = s->private; | 194 | struct stat_session *session = s->private; |
195 | struct rb_node *node; | ||
196 | int i; | ||
158 | 197 | ||
159 | /* Prevent from tracer switch or stat_list modification */ | 198 | /* Prevent from tracer switch or rbtree modification */ |
160 | mutex_lock(&session->stat_mutex); | 199 | mutex_lock(&session->stat_mutex); |
161 | 200 | ||
162 | /* If we are in the beginning of the file, print the headers */ | 201 | /* If we are in the beginning of the file, print the headers */ |
163 | if (!*pos && session->ts->stat_headers) | 202 | if (!*pos && session->ts->stat_headers) { |
203 | (*pos)++; | ||
164 | return SEQ_START_TOKEN; | 204 | return SEQ_START_TOKEN; |
205 | } | ||
165 | 206 | ||
166 | return seq_list_start(&session->stat_list, *pos); | 207 | node = rb_first(&session->stat_root); |
208 | for (i = 0; node && i < *pos; i++) | ||
209 | node = rb_next(node); | ||
210 | |||
211 | (*pos)++; | ||
212 | |||
213 | return node; | ||
167 | } | 214 | } |
168 | 215 | ||
169 | static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) | 216 | static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) |
170 | { | 217 | { |
171 | struct tracer_stat_session *session = s->private; | 218 | struct stat_session *session = s->private; |
219 | struct rb_node *node = p; | ||
220 | |||
221 | (*pos)++; | ||
172 | 222 | ||
173 | if (p == SEQ_START_TOKEN) | 223 | if (p == SEQ_START_TOKEN) |
174 | return seq_list_start(&session->stat_list, *pos); | 224 | return rb_first(&session->stat_root); |
175 | 225 | ||
176 | return seq_list_next(p, &session->stat_list, pos); | 226 | return rb_next(node); |
177 | } | 227 | } |
178 | 228 | ||
179 | static void stat_seq_stop(struct seq_file *s, void *p) | 229 | static void stat_seq_stop(struct seq_file *s, void *p) |
180 | { | 230 | { |
181 | struct tracer_stat_session *session = s->private; | 231 | struct stat_session *session = s->private; |
182 | mutex_unlock(&session->stat_mutex); | 232 | mutex_unlock(&session->stat_mutex); |
183 | } | 233 | } |
184 | 234 | ||
185 | static int stat_seq_show(struct seq_file *s, void *v) | 235 | static int stat_seq_show(struct seq_file *s, void *v) |
186 | { | 236 | { |
187 | struct tracer_stat_session *session = s->private; | 237 | struct stat_session *session = s->private; |
188 | struct trace_stat_list *l = list_entry(v, struct trace_stat_list, list); | 238 | struct stat_node *l = container_of(v, struct stat_node, node); |
189 | 239 | ||
190 | if (v == SEQ_START_TOKEN) | 240 | if (v == SEQ_START_TOKEN) |
191 | return session->ts->stat_headers(s); | 241 | return session->ts->stat_headers(s); |
@@ -205,7 +255,7 @@ static int tracing_stat_open(struct inode *inode, struct file *file) | |||
205 | { | 255 | { |
206 | int ret; | 256 | int ret; |
207 | 257 | ||
208 | struct tracer_stat_session *session = inode->i_private; | 258 | struct stat_session *session = inode->i_private; |
209 | 259 | ||
210 | ret = seq_open(file, &trace_stat_seq_ops); | 260 | ret = seq_open(file, &trace_stat_seq_ops); |
211 | if (!ret) { | 261 | if (!ret) { |
@@ -218,11 +268,11 @@ static int tracing_stat_open(struct inode *inode, struct file *file) | |||
218 | } | 268 | } |
219 | 269 | ||
220 | /* | 270 | /* |
221 | * Avoid consuming memory with our now useless list. | 271 | * Avoid consuming memory with our now useless rbtree. |
222 | */ | 272 | */ |
223 | static int tracing_stat_release(struct inode *i, struct file *f) | 273 | static int tracing_stat_release(struct inode *i, struct file *f) |
224 | { | 274 | { |
225 | struct tracer_stat_session *session = i->i_private; | 275 | struct stat_session *session = i->i_private; |
226 | 276 | ||
227 | mutex_lock(&session->stat_mutex); | 277 | mutex_lock(&session->stat_mutex); |
228 | reset_stat_session(session); | 278 | reset_stat_session(session); |
@@ -251,7 +301,7 @@ static int tracing_stat_init(void) | |||
251 | return 0; | 301 | return 0; |
252 | } | 302 | } |
253 | 303 | ||
254 | static int init_stat_file(struct tracer_stat_session *session) | 304 | static int init_stat_file(struct stat_session *session) |
255 | { | 305 | { |
256 | if (!stat_dir && tracing_stat_init()) | 306 | if (!stat_dir && tracing_stat_init()) |
257 | return -ENODEV; | 307 | return -ENODEV; |
@@ -266,7 +316,7 @@ static int init_stat_file(struct tracer_stat_session *session) | |||
266 | 316 | ||
267 | int register_stat_tracer(struct tracer_stat *trace) | 317 | int register_stat_tracer(struct tracer_stat *trace) |
268 | { | 318 | { |
269 | struct tracer_stat_session *session, *node, *tmp; | 319 | struct stat_session *session, *node; |
270 | int ret; | 320 | int ret; |
271 | 321 | ||
272 | if (!trace) | 322 | if (!trace) |
@@ -277,7 +327,7 @@ int register_stat_tracer(struct tracer_stat *trace) | |||
277 | 327 | ||
278 | /* Already registered? */ | 328 | /* Already registered? */ |
279 | mutex_lock(&all_stat_sessions_mutex); | 329 | mutex_lock(&all_stat_sessions_mutex); |
280 | list_for_each_entry_safe(node, tmp, &all_stat_sessions, session_list) { | 330 | list_for_each_entry(node, &all_stat_sessions, session_list) { |
281 | if (node->ts == trace) { | 331 | if (node->ts == trace) { |
282 | mutex_unlock(&all_stat_sessions_mutex); | 332 | mutex_unlock(&all_stat_sessions_mutex); |
283 | return -EINVAL; | 333 | return -EINVAL; |
@@ -286,15 +336,13 @@ int register_stat_tracer(struct tracer_stat *trace) | |||
286 | mutex_unlock(&all_stat_sessions_mutex); | 336 | mutex_unlock(&all_stat_sessions_mutex); |
287 | 337 | ||
288 | /* Init the session */ | 338 | /* Init the session */ |
289 | session = kmalloc(sizeof(struct tracer_stat_session), GFP_KERNEL); | 339 | session = kzalloc(sizeof(*session), GFP_KERNEL); |
290 | if (!session) | 340 | if (!session) |
291 | return -ENOMEM; | 341 | return -ENOMEM; |
292 | 342 | ||
293 | session->ts = trace; | 343 | session->ts = trace; |
294 | INIT_LIST_HEAD(&session->session_list); | 344 | INIT_LIST_HEAD(&session->session_list); |
295 | INIT_LIST_HEAD(&session->stat_list); | ||
296 | mutex_init(&session->stat_mutex); | 345 | mutex_init(&session->stat_mutex); |
297 | session->file = NULL; | ||
298 | 346 | ||
299 | ret = init_stat_file(session); | 347 | ret = init_stat_file(session); |
300 | if (ret) { | 348 | if (ret) { |
@@ -312,7 +360,7 @@ int register_stat_tracer(struct tracer_stat *trace) | |||
312 | 360 | ||
313 | void unregister_stat_tracer(struct tracer_stat *trace) | 361 | void unregister_stat_tracer(struct tracer_stat *trace) |
314 | { | 362 | { |
315 | struct tracer_stat_session *node, *tmp; | 363 | struct stat_session *node, *tmp; |
316 | 364 | ||
317 | mutex_lock(&all_stat_sessions_mutex); | 365 | mutex_lock(&all_stat_sessions_mutex); |
318 | list_for_each_entry_safe(node, tmp, &all_stat_sessions, session_list) { | 366 | list_for_each_entry_safe(node, tmp, &all_stat_sessions, session_list) { |
diff --git a/kernel/trace/trace_stat.h b/kernel/trace/trace_stat.h index 202274cf7f3d..f3546a2cd826 100644 --- a/kernel/trace/trace_stat.h +++ b/kernel/trace/trace_stat.h | |||
@@ -12,7 +12,7 @@ struct tracer_stat { | |||
12 | /* The name of your stat file */ | 12 | /* The name of your stat file */ |
13 | const char *name; | 13 | const char *name; |
14 | /* Iteration over statistic entries */ | 14 | /* Iteration over statistic entries */ |
15 | void *(*stat_start)(void); | 15 | void *(*stat_start)(struct tracer_stat *trace); |
16 | void *(*stat_next)(void *prev, int idx); | 16 | void *(*stat_next)(void *prev, int idx); |
17 | /* Compare two entries for stats sorting */ | 17 | /* Compare two entries for stats sorting */ |
18 | int (*stat_cmp)(void *p1, void *p2); | 18 | int (*stat_cmp)(void *p1, void *p2); |
diff --git a/kernel/trace/trace_sysprof.c b/kernel/trace/trace_sysprof.c index 91fd19c2149f..e04b76cc238a 100644 --- a/kernel/trace/trace_sysprof.c +++ b/kernel/trace/trace_sysprof.c | |||
@@ -321,11 +321,7 @@ static const struct file_operations sysprof_sample_fops = { | |||
321 | 321 | ||
322 | void init_tracer_sysprof_debugfs(struct dentry *d_tracer) | 322 | void init_tracer_sysprof_debugfs(struct dentry *d_tracer) |
323 | { | 323 | { |
324 | struct dentry *entry; | ||
325 | 324 | ||
326 | entry = debugfs_create_file("sysprof_sample_period", 0644, | 325 | trace_create_file("sysprof_sample_period", 0644, |
327 | d_tracer, NULL, &sysprof_sample_fops); | 326 | d_tracer, NULL, &sysprof_sample_fops); |
328 | if (entry) | ||
329 | return; | ||
330 | pr_warning("Could not create debugfs 'sysprof_sample_period' entry\n"); | ||
331 | } | 327 | } |
diff --git a/kernel/trace/trace_workqueue.c b/kernel/trace/trace_workqueue.c index 797201e4a137..97fcea4acce1 100644 --- a/kernel/trace/trace_workqueue.c +++ b/kernel/trace/trace_workqueue.c | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
9 | #include <trace/workqueue.h> | 9 | #include <trace/events/workqueue.h> |
10 | #include <linux/list.h> | 10 | #include <linux/list.h> |
11 | #include <linux/percpu.h> | 11 | #include <linux/percpu.h> |
12 | #include "trace_stat.h" | 12 | #include "trace_stat.h" |
@@ -16,8 +16,6 @@ | |||
16 | /* A cpu workqueue thread */ | 16 | /* A cpu workqueue thread */ |
17 | struct cpu_workqueue_stats { | 17 | struct cpu_workqueue_stats { |
18 | struct list_head list; | 18 | struct list_head list; |
19 | /* Useful to know if we print the cpu headers */ | ||
20 | bool first_entry; | ||
21 | int cpu; | 19 | int cpu; |
22 | pid_t pid; | 20 | pid_t pid; |
23 | /* Can be inserted from interrupt or user context, need to be atomic */ | 21 | /* Can be inserted from interrupt or user context, need to be atomic */ |
@@ -47,12 +45,11 @@ probe_workqueue_insertion(struct task_struct *wq_thread, | |||
47 | struct work_struct *work) | 45 | struct work_struct *work) |
48 | { | 46 | { |
49 | int cpu = cpumask_first(&wq_thread->cpus_allowed); | 47 | int cpu = cpumask_first(&wq_thread->cpus_allowed); |
50 | struct cpu_workqueue_stats *node, *next; | 48 | struct cpu_workqueue_stats *node; |
51 | unsigned long flags; | 49 | unsigned long flags; |
52 | 50 | ||
53 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); | 51 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); |
54 | list_for_each_entry_safe(node, next, &workqueue_cpu_stat(cpu)->list, | 52 | list_for_each_entry(node, &workqueue_cpu_stat(cpu)->list, list) { |
55 | list) { | ||
56 | if (node->pid == wq_thread->pid) { | 53 | if (node->pid == wq_thread->pid) { |
57 | atomic_inc(&node->inserted); | 54 | atomic_inc(&node->inserted); |
58 | goto found; | 55 | goto found; |
@@ -69,12 +66,11 @@ probe_workqueue_execution(struct task_struct *wq_thread, | |||
69 | struct work_struct *work) | 66 | struct work_struct *work) |
70 | { | 67 | { |
71 | int cpu = cpumask_first(&wq_thread->cpus_allowed); | 68 | int cpu = cpumask_first(&wq_thread->cpus_allowed); |
72 | struct cpu_workqueue_stats *node, *next; | 69 | struct cpu_workqueue_stats *node; |
73 | unsigned long flags; | 70 | unsigned long flags; |
74 | 71 | ||
75 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); | 72 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); |
76 | list_for_each_entry_safe(node, next, &workqueue_cpu_stat(cpu)->list, | 73 | list_for_each_entry(node, &workqueue_cpu_stat(cpu)->list, list) { |
77 | list) { | ||
78 | if (node->pid == wq_thread->pid) { | 74 | if (node->pid == wq_thread->pid) { |
79 | node->executed++; | 75 | node->executed++; |
80 | goto found; | 76 | goto found; |
@@ -105,8 +101,6 @@ static void probe_workqueue_creation(struct task_struct *wq_thread, int cpu) | |||
105 | cws->pid = wq_thread->pid; | 101 | cws->pid = wq_thread->pid; |
106 | 102 | ||
107 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); | 103 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); |
108 | if (list_empty(&workqueue_cpu_stat(cpu)->list)) | ||
109 | cws->first_entry = true; | ||
110 | list_add_tail(&cws->list, &workqueue_cpu_stat(cpu)->list); | 104 | list_add_tail(&cws->list, &workqueue_cpu_stat(cpu)->list); |
111 | spin_unlock_irqrestore(&workqueue_cpu_stat(cpu)->lock, flags); | 105 | spin_unlock_irqrestore(&workqueue_cpu_stat(cpu)->lock, flags); |
112 | } | 106 | } |
@@ -152,7 +146,7 @@ static struct cpu_workqueue_stats *workqueue_stat_start_cpu(int cpu) | |||
152 | return ret; | 146 | return ret; |
153 | } | 147 | } |
154 | 148 | ||
155 | static void *workqueue_stat_start(void) | 149 | static void *workqueue_stat_start(struct tracer_stat *trace) |
156 | { | 150 | { |
157 | int cpu; | 151 | int cpu; |
158 | void *ret = NULL; | 152 | void *ret = NULL; |
@@ -191,16 +185,9 @@ static void *workqueue_stat_next(void *prev, int idx) | |||
191 | static int workqueue_stat_show(struct seq_file *s, void *p) | 185 | static int workqueue_stat_show(struct seq_file *s, void *p) |
192 | { | 186 | { |
193 | struct cpu_workqueue_stats *cws = p; | 187 | struct cpu_workqueue_stats *cws = p; |
194 | unsigned long flags; | ||
195 | int cpu = cws->cpu; | ||
196 | struct pid *pid; | 188 | struct pid *pid; |
197 | struct task_struct *tsk; | 189 | struct task_struct *tsk; |
198 | 190 | ||
199 | spin_lock_irqsave(&workqueue_cpu_stat(cpu)->lock, flags); | ||
200 | if (&cws->list == workqueue_cpu_stat(cpu)->list.next) | ||
201 | seq_printf(s, "\n"); | ||
202 | spin_unlock_irqrestore(&workqueue_cpu_stat(cpu)->lock, flags); | ||
203 | |||
204 | pid = find_get_pid(cws->pid); | 191 | pid = find_get_pid(cws->pid); |
205 | if (pid) { | 192 | if (pid) { |
206 | tsk = get_pid_task(pid, PIDTYPE_PID); | 193 | tsk = get_pid_task(pid, PIDTYPE_PID); |
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index f71fb2a08950..0668795d8818 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -33,7 +33,8 @@ | |||
33 | #include <linux/kallsyms.h> | 33 | #include <linux/kallsyms.h> |
34 | #include <linux/debug_locks.h> | 34 | #include <linux/debug_locks.h> |
35 | #include <linux/lockdep.h> | 35 | #include <linux/lockdep.h> |
36 | #include <trace/workqueue.h> | 36 | #define CREATE_TRACE_POINTS |
37 | #include <trace/events/workqueue.h> | ||
37 | 38 | ||
38 | /* | 39 | /* |
39 | * The per-CPU workqueue (if single thread, we always use the first | 40 | * The per-CPU workqueue (if single thread, we always use the first |
@@ -124,8 +125,6 @@ struct cpu_workqueue_struct *get_wq_data(struct work_struct *work) | |||
124 | return (void *) (atomic_long_read(&work->data) & WORK_STRUCT_WQ_DATA_MASK); | 125 | return (void *) (atomic_long_read(&work->data) & WORK_STRUCT_WQ_DATA_MASK); |
125 | } | 126 | } |
126 | 127 | ||
127 | DEFINE_TRACE(workqueue_insertion); | ||
128 | |||
129 | static void insert_work(struct cpu_workqueue_struct *cwq, | 128 | static void insert_work(struct cpu_workqueue_struct *cwq, |
130 | struct work_struct *work, struct list_head *head) | 129 | struct work_struct *work, struct list_head *head) |
131 | { | 130 | { |
@@ -262,8 +261,6 @@ int queue_delayed_work_on(int cpu, struct workqueue_struct *wq, | |||
262 | } | 261 | } |
263 | EXPORT_SYMBOL_GPL(queue_delayed_work_on); | 262 | EXPORT_SYMBOL_GPL(queue_delayed_work_on); |
264 | 263 | ||
265 | DEFINE_TRACE(workqueue_execution); | ||
266 | |||
267 | static void run_workqueue(struct cpu_workqueue_struct *cwq) | 264 | static void run_workqueue(struct cpu_workqueue_struct *cwq) |
268 | { | 265 | { |
269 | spin_lock_irq(&cwq->lock); | 266 | spin_lock_irq(&cwq->lock); |
@@ -753,8 +750,6 @@ init_cpu_workqueue(struct workqueue_struct *wq, int cpu) | |||
753 | return cwq; | 750 | return cwq; |
754 | } | 751 | } |
755 | 752 | ||
756 | DEFINE_TRACE(workqueue_creation); | ||
757 | |||
758 | static int create_workqueue_thread(struct cpu_workqueue_struct *cwq, int cpu) | 753 | static int create_workqueue_thread(struct cpu_workqueue_struct *cwq, int cpu) |
759 | { | 754 | { |
760 | struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 }; | 755 | struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 }; |
@@ -860,8 +855,6 @@ struct workqueue_struct *__create_workqueue_key(const char *name, | |||
860 | } | 855 | } |
861 | EXPORT_SYMBOL_GPL(__create_workqueue_key); | 856 | EXPORT_SYMBOL_GPL(__create_workqueue_key); |
862 | 857 | ||
863 | DEFINE_TRACE(workqueue_destruction); | ||
864 | |||
865 | static void cleanup_workqueue_thread(struct cpu_workqueue_struct *cwq) | 858 | static void cleanup_workqueue_thread(struct cpu_workqueue_struct *cwq) |
866 | { | 859 | { |
867 | /* | 860 | /* |
diff --git a/mm/bounce.c b/mm/bounce.c index e590272fe7a8..65f5e17e411a 100644 --- a/mm/bounce.c +++ b/mm/bounce.c | |||
@@ -14,16 +14,15 @@ | |||
14 | #include <linux/hash.h> | 14 | #include <linux/hash.h> |
15 | #include <linux/highmem.h> | 15 | #include <linux/highmem.h> |
16 | #include <linux/blktrace_api.h> | 16 | #include <linux/blktrace_api.h> |
17 | #include <trace/block.h> | ||
18 | #include <asm/tlbflush.h> | 17 | #include <asm/tlbflush.h> |
19 | 18 | ||
19 | #include <trace/events/block.h> | ||
20 | |||
20 | #define POOL_SIZE 64 | 21 | #define POOL_SIZE 64 |
21 | #define ISA_POOL_SIZE 16 | 22 | #define ISA_POOL_SIZE 16 |
22 | 23 | ||
23 | static mempool_t *page_pool, *isa_page_pool; | 24 | static mempool_t *page_pool, *isa_page_pool; |
24 | 25 | ||
25 | DEFINE_TRACE(block_bio_bounce); | ||
26 | |||
27 | #ifdef CONFIG_HIGHMEM | 26 | #ifdef CONFIG_HIGHMEM |
28 | static __init int init_emergency_pool(void) | 27 | static __init int init_emergency_pool(void) |
29 | { | 28 | { |
diff --git a/mm/mlock.c b/mm/mlock.c index cbe9e0581b75..ac130433c7d3 100644 --- a/mm/mlock.c +++ b/mm/mlock.c | |||
@@ -629,52 +629,43 @@ void user_shm_unlock(size_t size, struct user_struct *user) | |||
629 | free_uid(user); | 629 | free_uid(user); |
630 | } | 630 | } |
631 | 631 | ||
632 | void *alloc_locked_buffer(size_t size) | 632 | int account_locked_memory(struct mm_struct *mm, struct rlimit *rlim, |
633 | size_t size) | ||
633 | { | 634 | { |
634 | unsigned long rlim, vm, pgsz; | 635 | unsigned long lim, vm, pgsz; |
635 | void *buffer = NULL; | 636 | int error = -ENOMEM; |
636 | 637 | ||
637 | pgsz = PAGE_ALIGN(size) >> PAGE_SHIFT; | 638 | pgsz = PAGE_ALIGN(size) >> PAGE_SHIFT; |
638 | 639 | ||
639 | down_write(¤t->mm->mmap_sem); | 640 | down_write(&mm->mmap_sem); |
640 | |||
641 | rlim = current->signal->rlim[RLIMIT_AS].rlim_cur >> PAGE_SHIFT; | ||
642 | vm = current->mm->total_vm + pgsz; | ||
643 | if (rlim < vm) | ||
644 | goto out; | ||
645 | 641 | ||
646 | rlim = current->signal->rlim[RLIMIT_MEMLOCK].rlim_cur >> PAGE_SHIFT; | 642 | lim = rlim[RLIMIT_AS].rlim_cur >> PAGE_SHIFT; |
647 | vm = current->mm->locked_vm + pgsz; | 643 | vm = mm->total_vm + pgsz; |
648 | if (rlim < vm) | 644 | if (lim < vm) |
649 | goto out; | 645 | goto out; |
650 | 646 | ||
651 | buffer = kzalloc(size, GFP_KERNEL); | 647 | lim = rlim[RLIMIT_MEMLOCK].rlim_cur >> PAGE_SHIFT; |
652 | if (!buffer) | 648 | vm = mm->locked_vm + pgsz; |
649 | if (lim < vm) | ||
653 | goto out; | 650 | goto out; |
654 | 651 | ||
655 | current->mm->total_vm += pgsz; | 652 | mm->total_vm += pgsz; |
656 | current->mm->locked_vm += pgsz; | 653 | mm->locked_vm += pgsz; |
657 | 654 | ||
655 | error = 0; | ||
658 | out: | 656 | out: |
659 | up_write(¤t->mm->mmap_sem); | 657 | up_write(&mm->mmap_sem); |
660 | return buffer; | 658 | return error; |
661 | } | 659 | } |
662 | 660 | ||
663 | void release_locked_buffer(void *buffer, size_t size) | 661 | void refund_locked_memory(struct mm_struct *mm, size_t size) |
664 | { | 662 | { |
665 | unsigned long pgsz = PAGE_ALIGN(size) >> PAGE_SHIFT; | 663 | unsigned long pgsz = PAGE_ALIGN(size) >> PAGE_SHIFT; |
666 | 664 | ||
667 | down_write(¤t->mm->mmap_sem); | 665 | down_write(&mm->mmap_sem); |
668 | |||
669 | current->mm->total_vm -= pgsz; | ||
670 | current->mm->locked_vm -= pgsz; | ||
671 | |||
672 | up_write(¤t->mm->mmap_sem); | ||
673 | } | ||
674 | 666 | ||
675 | void free_locked_buffer(void *buffer, size_t size) | 667 | mm->total_vm -= pgsz; |
676 | { | 668 | mm->locked_vm -= pgsz; |
677 | release_locked_buffer(buffer, size); | ||
678 | 669 | ||
679 | kfree(buffer); | 670 | up_write(&mm->mmap_sem); |
680 | } | 671 | } |
@@ -102,7 +102,7 @@ | |||
102 | #include <linux/cpu.h> | 102 | #include <linux/cpu.h> |
103 | #include <linux/sysctl.h> | 103 | #include <linux/sysctl.h> |
104 | #include <linux/module.h> | 104 | #include <linux/module.h> |
105 | #include <trace/kmemtrace.h> | 105 | #include <linux/kmemtrace.h> |
106 | #include <linux/rcupdate.h> | 106 | #include <linux/rcupdate.h> |
107 | #include <linux/string.h> | 107 | #include <linux/string.h> |
108 | #include <linux/uaccess.h> | 108 | #include <linux/uaccess.h> |
@@ -66,7 +66,7 @@ | |||
66 | #include <linux/module.h> | 66 | #include <linux/module.h> |
67 | #include <linux/rcupdate.h> | 67 | #include <linux/rcupdate.h> |
68 | #include <linux/list.h> | 68 | #include <linux/list.h> |
69 | #include <trace/kmemtrace.h> | 69 | #include <linux/kmemtrace.h> |
70 | #include <asm/atomic.h> | 70 | #include <asm/atomic.h> |
71 | 71 | ||
72 | /* | 72 | /* |
@@ -17,7 +17,7 @@ | |||
17 | #include <linux/slab.h> | 17 | #include <linux/slab.h> |
18 | #include <linux/proc_fs.h> | 18 | #include <linux/proc_fs.h> |
19 | #include <linux/seq_file.h> | 19 | #include <linux/seq_file.h> |
20 | #include <trace/kmemtrace.h> | 20 | #include <linux/kmemtrace.h> |
21 | #include <linux/cpu.h> | 21 | #include <linux/cpu.h> |
22 | #include <linux/cpuset.h> | 22 | #include <linux/cpuset.h> |
23 | #include <linux/mempolicy.h> | 23 | #include <linux/mempolicy.h> |
@@ -4,9 +4,11 @@ | |||
4 | #include <linux/module.h> | 4 | #include <linux/module.h> |
5 | #include <linux/err.h> | 5 | #include <linux/err.h> |
6 | #include <linux/sched.h> | 6 | #include <linux/sched.h> |
7 | #include <linux/tracepoint.h> | ||
8 | #include <asm/uaccess.h> | 7 | #include <asm/uaccess.h> |
9 | 8 | ||
9 | #define CREATE_TRACE_POINTS | ||
10 | #include <trace/events/kmem.h> | ||
11 | |||
10 | /** | 12 | /** |
11 | * kstrdup - allocate space for and copy an existing string | 13 | * kstrdup - allocate space for and copy an existing string |
12 | * @s: the string to duplicate | 14 | * @s: the string to duplicate |
@@ -255,13 +257,6 @@ int __attribute__((weak)) get_user_pages_fast(unsigned long start, | |||
255 | EXPORT_SYMBOL_GPL(get_user_pages_fast); | 257 | EXPORT_SYMBOL_GPL(get_user_pages_fast); |
256 | 258 | ||
257 | /* Tracepoints definitions. */ | 259 | /* Tracepoints definitions. */ |
258 | DEFINE_TRACE(kmalloc); | ||
259 | DEFINE_TRACE(kmem_cache_alloc); | ||
260 | DEFINE_TRACE(kmalloc_node); | ||
261 | DEFINE_TRACE(kmem_cache_alloc_node); | ||
262 | DEFINE_TRACE(kfree); | ||
263 | DEFINE_TRACE(kmem_cache_free); | ||
264 | |||
265 | EXPORT_TRACEPOINT_SYMBOL(kmalloc); | 260 | EXPORT_TRACEPOINT_SYMBOL(kmalloc); |
266 | EXPORT_TRACEPOINT_SYMBOL(kmem_cache_alloc); | 261 | EXPORT_TRACEPOINT_SYMBOL(kmem_cache_alloc); |
267 | EXPORT_TRACEPOINT_SYMBOL(kmalloc_node); | 262 | EXPORT_TRACEPOINT_SYMBOL(kmalloc_node); |
diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c index 9fd0dc3cca99..b75b6cea49da 100644 --- a/net/core/drop_monitor.c +++ b/net/core/drop_monitor.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <linux/bitops.h> | 23 | #include <linux/bitops.h> |
24 | #include <net/genetlink.h> | 24 | #include <net/genetlink.h> |
25 | 25 | ||
26 | #include <trace/skb.h> | 26 | #include <trace/events/skb.h> |
27 | 27 | ||
28 | #include <asm/unaligned.h> | 28 | #include <asm/unaligned.h> |
29 | 29 | ||
diff --git a/net/core/net-traces.c b/net/core/net-traces.c index c8fb45665e4f..499a67eaf3ae 100644 --- a/net/core/net-traces.c +++ b/net/core/net-traces.c | |||
@@ -19,11 +19,11 @@ | |||
19 | #include <linux/workqueue.h> | 19 | #include <linux/workqueue.h> |
20 | #include <linux/netlink.h> | 20 | #include <linux/netlink.h> |
21 | #include <linux/net_dropmon.h> | 21 | #include <linux/net_dropmon.h> |
22 | #include <trace/skb.h> | ||
23 | 22 | ||
24 | #include <asm/unaligned.h> | 23 | #include <asm/unaligned.h> |
25 | #include <asm/bitops.h> | 24 | #include <asm/bitops.h> |
26 | 25 | ||
26 | #define CREATE_TRACE_POINTS | ||
27 | #include <trace/events/skb.h> | ||
27 | 28 | ||
28 | DEFINE_TRACE(kfree_skb); | ||
29 | EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb); | 29 | EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb); |
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index e505b5392e1e..c2e4fb8f3546 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -65,7 +65,7 @@ | |||
65 | 65 | ||
66 | #include <asm/uaccess.h> | 66 | #include <asm/uaccess.h> |
67 | #include <asm/system.h> | 67 | #include <asm/system.h> |
68 | #include <trace/skb.h> | 68 | #include <trace/events/skb.h> |
69 | 69 | ||
70 | #include "kmap_skb.h" | 70 | #include "kmap_skb.h" |
71 | 71 | ||
diff --git a/samples/Kconfig b/samples/Kconfig index 4b02f5a0e656..b75d28cba3f7 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -19,6 +19,12 @@ config SAMPLE_TRACEPOINTS | |||
19 | help | 19 | help |
20 | This build tracepoints example modules. | 20 | This build tracepoints example modules. |
21 | 21 | ||
22 | config SAMPLE_TRACE_EVENTS | ||
23 | tristate "Build trace_events examples -- loadable modules only" | ||
24 | depends on EVENT_TRACING && m | ||
25 | help | ||
26 | This build trace event example modules. | ||
27 | |||
22 | config SAMPLE_KOBJECT | 28 | config SAMPLE_KOBJECT |
23 | tristate "Build kobject examples" | 29 | tristate "Build kobject examples" |
24 | help | 30 | help |
diff --git a/samples/Makefile b/samples/Makefile index 10eaca89fe17..13e4b470b539 100644 --- a/samples/Makefile +++ b/samples/Makefile | |||
@@ -1,3 +1,3 @@ | |||
1 | # Makefile for Linux samples code | 1 | # Makefile for Linux samples code |
2 | 2 | ||
3 | obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/ tracepoints/ | 3 | obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/ tracepoints/ trace_events/ |
diff --git a/samples/trace_events/Makefile b/samples/trace_events/Makefile new file mode 100644 index 000000000000..0d428dc67283 --- /dev/null +++ b/samples/trace_events/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # builds the trace events example kernel modules; | ||
2 | # then to use one (as root): insmod <module_name.ko> | ||
3 | |||
4 | CFLAGS_trace-events-sample.o := -I$(src) | ||
5 | |||
6 | obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o | ||
diff --git a/samples/trace_events/trace-events-sample.c b/samples/trace_events/trace-events-sample.c new file mode 100644 index 000000000000..aabc4e970911 --- /dev/null +++ b/samples/trace_events/trace-events-sample.c | |||
@@ -0,0 +1,52 @@ | |||
1 | #include <linux/module.h> | ||
2 | #include <linux/kthread.h> | ||
3 | |||
4 | /* | ||
5 | * Any file that uses trace points, must include the header. | ||
6 | * But only one file, must include the header by defining | ||
7 | * CREATE_TRACE_POINTS first. This will make the C code that | ||
8 | * creates the handles for the trace points. | ||
9 | */ | ||
10 | #define CREATE_TRACE_POINTS | ||
11 | #include "trace-events-sample.h" | ||
12 | |||
13 | |||
14 | static void simple_thread_func(int cnt) | ||
15 | { | ||
16 | set_current_state(TASK_INTERRUPTIBLE); | ||
17 | schedule_timeout(HZ); | ||
18 | trace_foo_bar("hello", cnt); | ||
19 | } | ||
20 | |||
21 | static int simple_thread(void *arg) | ||
22 | { | ||
23 | int cnt = 0; | ||
24 | |||
25 | while (!kthread_should_stop()) | ||
26 | simple_thread_func(cnt++); | ||
27 | |||
28 | return 0; | ||
29 | } | ||
30 | |||
31 | static struct task_struct *simple_tsk; | ||
32 | |||
33 | static int __init trace_event_init(void) | ||
34 | { | ||
35 | simple_tsk = kthread_run(simple_thread, NULL, "event-sample"); | ||
36 | if (IS_ERR(simple_tsk)) | ||
37 | return -1; | ||
38 | |||
39 | return 0; | ||
40 | } | ||
41 | |||
42 | static void __exit trace_event_exit(void) | ||
43 | { | ||
44 | kthread_stop(simple_tsk); | ||
45 | } | ||
46 | |||
47 | module_init(trace_event_init); | ||
48 | module_exit(trace_event_exit); | ||
49 | |||
50 | MODULE_AUTHOR("Steven Rostedt"); | ||
51 | MODULE_DESCRIPTION("trace-events-sample"); | ||
52 | MODULE_LICENSE("GPL"); | ||
diff --git a/samples/trace_events/trace-events-sample.h b/samples/trace_events/trace-events-sample.h new file mode 100644 index 000000000000..128a897687c5 --- /dev/null +++ b/samples/trace_events/trace-events-sample.h | |||
@@ -0,0 +1,129 @@ | |||
1 | /* | ||
2 | * Notice that this file is not protected like a normal header. | ||
3 | * We also must allow for rereading of this file. The | ||
4 | * | ||
5 | * || defined(TRACE_HEADER_MULTI_READ) | ||
6 | * | ||
7 | * serves this purpose. | ||
8 | */ | ||
9 | #if !defined(_TRACE_EVENT_SAMPLE_H) || defined(TRACE_HEADER_MULTI_READ) | ||
10 | #define _TRACE_EVENT_SAMPLE_H | ||
11 | |||
12 | /* | ||
13 | * All trace headers should include tracepoint.h, until we finally | ||
14 | * make it into a standard header. | ||
15 | */ | ||
16 | #include <linux/tracepoint.h> | ||
17 | |||
18 | /* | ||
19 | * If TRACE_SYSTEM is defined, that will be the directory created | ||
20 | * in the ftrace directory under /debugfs/tracing/events/<system> | ||
21 | * | ||
22 | * The define_trace.h belowe will also look for a file name of | ||
23 | * TRACE_SYSTEM.h where TRACE_SYSTEM is what is defined here. | ||
24 | * | ||
25 | * If you want a different system than file name, you can override | ||
26 | * the header name by defining TRACE_INCLUDE_FILE | ||
27 | * | ||
28 | * If this file was called, goofy.h, then we would define: | ||
29 | * | ||
30 | * #define TRACE_INCLUDE_FILE goofy | ||
31 | * | ||
32 | */ | ||
33 | #undef TRACE_SYSTEM | ||
34 | #define TRACE_SYSTEM sample | ||
35 | |||
36 | /* | ||
37 | * The TRACE_EVENT macro is broken up into 5 parts. | ||
38 | * | ||
39 | * name: name of the trace point. This is also how to enable the tracepoint. | ||
40 | * A function called trace_foo_bar() will be created. | ||
41 | * | ||
42 | * proto: the prototype of the function trace_foo_bar() | ||
43 | * Here it is trace_foo_bar(char *foo, int bar). | ||
44 | * | ||
45 | * args: must match the arguments in the prototype. | ||
46 | * Here it is simply "foo, bar". | ||
47 | * | ||
48 | * struct: This defines the way the data will be stored in the ring buffer. | ||
49 | * There are currently two types of elements. __field and __array. | ||
50 | * a __field is broken up into (type, name). Where type can be any | ||
51 | * type but an array. | ||
52 | * For an array. there are three fields. (type, name, size). The | ||
53 | * type of elements in the array, the name of the field and the size | ||
54 | * of the array. | ||
55 | * | ||
56 | * __array( char, foo, 10) is the same as saying char foo[10]. | ||
57 | * | ||
58 | * fast_assign: This is a C like function that is used to store the items | ||
59 | * into the ring buffer. | ||
60 | * | ||
61 | * printk: This is a way to print out the data in pretty print. This is | ||
62 | * useful if the system crashes and you are logging via a serial line, | ||
63 | * the data can be printed to the console using this "printk" method. | ||
64 | * | ||
65 | * Note, that for both the assign and the printk, __entry is the handler | ||
66 | * to the data structure in the ring buffer, and is defined by the | ||
67 | * TP_STRUCT__entry. | ||
68 | */ | ||
69 | TRACE_EVENT(foo_bar, | ||
70 | |||
71 | TP_PROTO(char *foo, int bar), | ||
72 | |||
73 | TP_ARGS(foo, bar), | ||
74 | |||
75 | TP_STRUCT__entry( | ||
76 | __array( char, foo, 10 ) | ||
77 | __field( int, bar ) | ||
78 | ), | ||
79 | |||
80 | TP_fast_assign( | ||
81 | strncpy(__entry->foo, foo, 10); | ||
82 | __entry->bar = bar; | ||
83 | ), | ||
84 | |||
85 | TP_printk("foo %s %d", __entry->foo, __entry->bar) | ||
86 | ); | ||
87 | #endif | ||
88 | |||
89 | /***** NOTICE! The #if protection ends here. *****/ | ||
90 | |||
91 | |||
92 | /* | ||
93 | * There are several ways I could have done this. If I left out the | ||
94 | * TRACE_INCLUDE_PATH, then it would default to the kernel source | ||
95 | * include/trace/events directory. | ||
96 | * | ||
97 | * I could specify a path from the define_trace.h file back to this | ||
98 | * file. | ||
99 | * | ||
100 | * #define TRACE_INCLUDE_PATH ../../samples/trace_events | ||
101 | * | ||
102 | * But I chose to simply make it use the current directory and then in | ||
103 | * the Makefile I added: | ||
104 | * | ||
105 | * CFLAGS_trace-events-sample.o := -I$(PWD)/samples/trace_events/ | ||
106 | * | ||
107 | * This will make sure the current path is part of the include | ||
108 | * structure for our file so that we can find it. | ||
109 | * | ||
110 | * I could have made only the top level directory the include: | ||
111 | * | ||
112 | * CFLAGS_trace-events-sample.o := -I$(PWD) | ||
113 | * | ||
114 | * And then let the path to this directory be the TRACE_INCLUDE_PATH: | ||
115 | * | ||
116 | * #define TRACE_INCLUDE_PATH samples/trace_events | ||
117 | * | ||
118 | * But then if something defines "samples" or "trace_events" then we | ||
119 | * could risk that being converted too, and give us an unexpected | ||
120 | * result. | ||
121 | */ | ||
122 | #undef TRACE_INCLUDE_PATH | ||
123 | #undef TRACE_INCLUDE_FILE | ||
124 | #define TRACE_INCLUDE_PATH . | ||
125 | /* | ||
126 | * TRACE_INCLUDE_FILE is not needed if the filename and TRACE_SYSTEM are equal | ||
127 | */ | ||
128 | #define TRACE_INCLUDE_FILE trace-events-sample | ||
129 | #include <trace/define_trace.h> | ||
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 3208a3a7e7fe..acd8c4a8e3e0 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -1828,6 +1828,25 @@ sub reset_state { | |||
1828 | $state = 0; | 1828 | $state = 0; |
1829 | } | 1829 | } |
1830 | 1830 | ||
1831 | sub tracepoint_munge($) { | ||
1832 | my $file = shift; | ||
1833 | my $tracepointname = 0; | ||
1834 | my $tracepointargs = 0; | ||
1835 | |||
1836 | if($prototype =~ m/TRACE_EVENT\((.*?),/) { | ||
1837 | $tracepointname = $1; | ||
1838 | } | ||
1839 | if($prototype =~ m/TP_PROTO\((.*?)\)/) { | ||
1840 | $tracepointargs = $1; | ||
1841 | } | ||
1842 | if (($tracepointname eq 0) || ($tracepointargs eq 0)) { | ||
1843 | print STDERR "Warning(${file}:$.): Unrecognized tracepoint format: \n". | ||
1844 | "$prototype\n"; | ||
1845 | } else { | ||
1846 | $prototype = "static inline void trace_$tracepointname($tracepointargs)"; | ||
1847 | } | ||
1848 | } | ||
1849 | |||
1831 | sub syscall_munge() { | 1850 | sub syscall_munge() { |
1832 | my $void = 0; | 1851 | my $void = 0; |
1833 | 1852 | ||
@@ -1882,6 +1901,9 @@ sub process_state3_function($$) { | |||
1882 | if ($prototype =~ /SYSCALL_DEFINE/) { | 1901 | if ($prototype =~ /SYSCALL_DEFINE/) { |
1883 | syscall_munge(); | 1902 | syscall_munge(); |
1884 | } | 1903 | } |
1904 | if ($prototype =~ /TRACE_EVENT/) { | ||
1905 | tracepoint_munge($file); | ||
1906 | } | ||
1885 | dump_function($prototype, $file); | 1907 | dump_function($prototype, $file); |
1886 | reset_state(); | 1908 | reset_state(); |
1887 | } | 1909 | } |
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 409596eca124..0fae7da0529c 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl | |||
@@ -26,7 +26,7 @@ | |||
26 | # which will also be the location of that section after final link. | 26 | # which will also be the location of that section after final link. |
27 | # e.g. | 27 | # e.g. |
28 | # | 28 | # |
29 | # .section ".text.sched" | 29 | # .section ".sched.text", "ax" |
30 | # .globl my_func | 30 | # .globl my_func |
31 | # my_func: | 31 | # my_func: |
32 | # [...] | 32 | # [...] |
@@ -39,7 +39,7 @@ | |||
39 | # [...] | 39 | # [...] |
40 | # | 40 | # |
41 | # Both relocation offsets for the mcounts in the above example will be | 41 | # Both relocation offsets for the mcounts in the above example will be |
42 | # offset from .text.sched. If we make another file called tmp.s with: | 42 | # offset from .sched.text. If we make another file called tmp.s with: |
43 | # | 43 | # |
44 | # .section __mcount_loc | 44 | # .section __mcount_loc |
45 | # .quad my_func + 0x5 | 45 | # .quad my_func + 0x5 |
@@ -51,7 +51,7 @@ | |||
51 | # But this gets hard if my_func is not globl (a static function). | 51 | # But this gets hard if my_func is not globl (a static function). |
52 | # In such a case we have: | 52 | # In such a case we have: |
53 | # | 53 | # |
54 | # .section ".text.sched" | 54 | # .section ".sched.text", "ax" |
55 | # my_func: | 55 | # my_func: |
56 | # [...] | 56 | # [...] |
57 | # call mcount (offset: 0x5) | 57 | # call mcount (offset: 0x5) |