- c6d777a tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro by Kees Cook · 3 years ago
- 58c5724 tracing: Avoid -Warray-bounds warning for __rel_loc macro by Masami Hiramatsu · 3 years ago
- 55de2c0 tracing: Add '__rel_loc' using trace event macros by Masami Hiramatsu · 3 years, 1 month ago
- 883b4ae tracing: Add trace_event helper macros __string_len() and __assign_str_len() by Steven Rostedt (VMware) · 3 years, 5 months ago
- 62de4f2 trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpers by Steven Rostedt · 3 years, 6 months ago
- 1600cbc tracing: Update the stage 3 of trace event macro comment by Masami Hiramatsu · 4 years, 2 months ago
- efbbdaa tracing: Show real address for trace event arguments by Masami Hiramatsu · 4 years, 2 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
- e6bc5b3 tracing: not necessary to define DEFINE_EVENT_PRINT to be empty again by Wei Yang · 4 years, 7 months ago
- 61df16f tracing: define DEFINE_EVENT_PRINT not related to DEFINE_EVENT by Wei Yang · 4 years, 7 months ago
- b6f9eb8 tracing: not necessary re-define DEFINE_EVENT_PRINT by Wei Yang · 4 years, 7 months ago
- e8cf9c8 tracing: not necessary to undefine DEFINE_EVENT again by Wei Yang · 4 years, 7 months ago
- e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
- eba12ab tracing: Fix comments about trace/ftrace.h by Hou Pengyang · 10 years ago
- 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
- 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
- 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
- 02a65a0 tracing: Fix __print_hex_dump scope by Piotr Maziarz · 5 years ago
- ef56e04 tracing: Use seq_buf_hex_dump() to dump buffers by Piotr Maziarz · 5 years ago
- 4a0772c tracing: Prevent further users of zero size static arrays in trace events by Steven Rostedt (VMware) · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 4f0dfd7 tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values by Jeremy Linton · 8 years ago
- 00f4b65 trace: rename trace_enum_map to trace_eval_map by Jeremy Linton · 8 years ago
- 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
- d3213e8 tracing: add __print_flags_u64() by Ross Zwisler · 8 years ago
- 3898fac trace: rename trace_print_hex_seq arg and add kdoc by Daniel Borkmann · 8 years ago
- 2acae0d trace: add variant without spacing in trace_print_hex_seq by Daniel Borkmann · 8 years ago
- 934de5f tracing: Use outer () on __get_str() definition by Daniel Bristot de Oliveira · 8 years ago
- e93735b perf: remove unused __addr variable by Alexei Starovoitov · 9 years ago
- 2701121 tracing: Introduce TRACE_EVENT_FN_COND macro by Denis Kirjanov · 9 years ago
- 46ac518 tracing: Move non perf code out of perf.h by Steven Rostedt (Red Hat) · 9 years ago
- d0ee8f4 tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() by Steven Rostedt (Red Hat) · 10 years ago
- 33d0f35 tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##call() by Steven Rostedt (Red Hat) · 10 years ago
- 3ad017b tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call by Steven Rostedt (Red Hat) · 10 years ago
- 62323a1 tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call by Steven Rostedt (Red Hat) · 10 years ago
- a723776 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call by Steven Rostedt (Red Hat) · 10 years ago
- 892c505 tracing: Rename ftrace_output functions to trace_output by Steven Rostedt (Red Hat) · 10 years ago
- 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
- 645df98 tracing: Rename ftrace_print_*() functions ta trace_print_*() by Steven Rostedt (Red Hat) · 10 years ago
- af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
- ee53bbd tracing: Move the perf code out of trace_event.h by Steven Rostedt (Red Hat) · 10 years ago
- 2167ae7 tracing: Rename trace/ftrace.h to trace/trace_events.h by Steven Rostedt (Red Hat) · 10 years ago[Renamed from include/trace/ftrace.h]
- 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
- acd388f tracing: Give system name a pointer by Steven Rostedt (Red Hat) · 10 years ago
- 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
- 6ea2248 tracing: Add array printing helper by Dave Martin · 10 years ago
- 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
- 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
- 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
- 4d4c9cc tracing: Add __field_struct macro for TRACE_EVENT() by Steven Rostedt · 11 years ago
- beba4bb tracing: Add __get_dynamic_array_len() macro for trace events by Steven Rostedt (Red Hat) · 11 years ago
- 4449bf9 tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks by Steven Rostedt (Red Hat) · 11 years ago
- abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 11 years ago
- de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 11 years ago
- 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- bc4c426 Revert "tracing: Move event storage for array from macro to standalone function" by Steven Rostedt (Red Hat) · 11 years ago
- 8729134 tracing: Fix array size mismatch in format string by Vaibhav Nagarnaik · 11 years ago
- 114e7b5 tracing: Evaluate len expression only once in __dynamic_array macro by Filipe Brandenburger · 11 years ago
- 5859fa1 tracing: Correctly expand len expressions from __dynamic_array macro by Filipe Brandenburger · 11 years ago
- 3fd40d1 tracing: Use helper functions in event assignment to shrink macro size by Steven Rostedt · 12 years ago
- 35bb439 tracing: Move event storage for array from macro to standalone function by Steven Rostedt · 12 years ago
- 1d6bae9 tracing: Move raw output code from macro to standalone function by Steven Rostedt · 12 years ago
- 13a1e4a tracing: Consolidate event trigger code by Steven Rostedt (Red Hat) · 11 years ago
- bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
- 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
- e321ae4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 4e58e54 tracing: Allow events to have NULL strings by Steven Rostedt (Red Hat) · 11 years ago
- d5b5f39 ftrace, perf: Avoid infinite event generation loop by Peter Zijlstra · 11 years ago
- f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
- d027e6a tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possible by Oleg Nesterov · 11 years ago
- 1247396 tracing/perf: Reimplement TP_perf_assign() logic by Oleg Nesterov · 11 years ago
- 36009d07 tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) by Oleg Nesterov · 11 years ago
- cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 12 years ago
- f5abaa1 tracing: Add DEFINE_EVENT_FN() macro by Steven Rostedt · 12 years ago
- c192c83 tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT by zhangwei(Jovi) · 12 years ago
- 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 12 years ago
- 523c811 tracing: Fix some section mismatch warnings by Li Zefan · 12 years ago
- 7e4f44b tracing: Annotate event field-defining functions with __init by Li Zefan · 12 years ago
- f71130d tracing: Add a helper function for event print functions by Li Zefan · 12 years ago
- ccb469a tracing: Pass the ftrace_file to the buffer lock reserve code by Steven Rostedt · 12 years ago
- ae63b31e tracing: Separate out trace events from global variables by Steven Rostedt · 13 years ago
- 1c7d667 tracing: Kill unused and puzzled sample code in ftrace.h by Shan Wei · 12 years ago
- 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
- e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
- b102f1d tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepoint by Namhyung Kim · 13 years ago
- 92e5193 perf: Fix counter of ftrace events by Andrew Vagin · 13 years ago
- 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 14 years ago
- e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 14 years ago
- 0429578 tracing/events: Show real number in array fields by Steven Rostedt · 14 years ago
- 53cf810b tracing: Allow syscall trace events for non privileged users by Frederic Weisbecker · 14 years ago
- 1ed0c59 tracing: New macro to set up initial event flags value by Frederic Weisbecker · 14 years ago
- 819ce45 tracing: Drop cpparg() macro by Frederic Weisbecker · 14 years ago
- bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 15 years ago
- a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 15 years ago
- c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
- b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 15 years ago
- 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 15 years ago
- c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 49c1774 tracing: Add __used annotation to event variable by Steven Rostedt · 15 years ago
- ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 15 years ago