Commit 98629da
tracing: remove unnecessary trace_trigger ifdef
The trace_trigger command line option introduced by
commit a01fdc8 ("tracing: Add trace_trigger kernel command line option")
doesn't need to depend on the CONFIG_HIST_TRIGGERS kernel config option.
This code doesn't depend on the histogram code, and the run-time
selection of triggers is usable without CONFIG_HIST_TRIGGERS.
Link: https://lore.kernel.org/linux-trace-kernel/[email protected]
Cc: Masami Hiramatsu <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Joel Fernandes <[email protected]>
Cc: Tom Zanussi <[email protected]>
Fixes: a01fdc8 ("tracing: Add trace_trigger kernel command line option")
Signed-off-by: Ross Zwisler <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>1 parent 88ca6a7 commit 98629da
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2796 | 2796 | | |
2797 | 2797 | | |
2798 | 2798 | | |
2799 | | - | |
2800 | 2799 | | |
2801 | 2800 | | |
2802 | 2801 | | |
| |||
2832 | 2831 | | |
2833 | 2832 | | |
2834 | 2833 | | |
2835 | | - | |
2836 | 2834 | | |
2837 | 2835 | | |
2838 | 2836 | | |
| |||
2850 | 2848 | | |
2851 | 2849 | | |
2852 | 2850 | | |
2853 | | - | |
2854 | 2851 | | |
2855 | 2852 | | |
2856 | 2853 | | |
| |||
2868 | 2865 | | |
2869 | 2866 | | |
2870 | 2867 | | |
2871 | | - | |
2872 | | - | |
2873 | | - | |
2874 | 2868 | | |
2875 | 2869 | | |
2876 | 2870 | | |
| |||
0 commit comments