summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov
2019-12-10tracing: remove set but not used variable 'buffer'YueHaibing
2019-12-10module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)
2019-12-04tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)
2019-12-02tracing: Introduce trace event injectionCong Wang
2019-11-26tracing: Fix __print_hex_dump scopePiotr Maziarz
2019-11-22tracing: Enable syscall optimization for MIPSHassan Naveed
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed
2019-11-22tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi
2019-11-22tracing: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-22ring-buffer: Fix typos in function ring_buffer_producerXianting Tian
2019-11-22ftrace: Use BIT() macroEnrico Weigelt, metux IT consult
2019-11-20ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configuredAlexei Starovoitov
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)
2019-11-15ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King
2019-11-15tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy
2019-11-14ftrace/samples: Add a sample module that implements modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)
2019-11-14tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help textBorislav Petkov
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz
2019-11-14tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko
2019-11-14lib/bsearch: Use generic type for comparator functionAndy Shevchenko
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko
2019-11-14tracing/selftests: Turn off timeout settingSteven Rostedt (VMware)
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi
2019-11-13tracing: Make internal ftrace events staticBen Dooks
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)
2019-11-13ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)
2019-11-13ftrace/selftests: Update the direct call selftests to test two direct callsSteven Rostedt (VMware)
2019-11-13ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)
2019-11-13ftrace/selftest: Add tests to test register_ftrace_direct()Steven Rostedt (VMware)
2019-11-13ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)