linux/kernel/trace
Linus Torvalds 41ba485ef1 Eiichi Tsukata found a small bug from the fixup of the stack code
Removing ULONG_MAX as the marker for the user stack trace end,
 made the tracing code not know where the end is. The end is now
 marked with a zero (NULL) pointer. Eiichi fixed this in the tracing
 code.
 -----BEGIN PGP SIGNATURE-----
 
 iIoEABYIADIWIQRRSw7ePDh/lE+zeZMp5XQQmuv6qgUCXTHsuRQccm9zdGVkdEBn
 b29kbWlzLm9yZwAKCRAp5XQQmuv6qgETAQDqRtu1KhJM6ujNlPY1aw6e9ncDAqWn
 6GaumMgAdBqEcAEAxJSjr5UlzXuJsCjUjwE0txLfTscyNwljKW77h4/WNwA=
 =bwtH
 -----END PGP SIGNATURE-----

Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Eiichi Tsukata found a small bug from the fixup of the stack code

  Removing ULONG_MAX as the marker for the user stack trace end, made
  the tracing code not know where the end is. The end is now marked with
  a zero (NULL) pointer. Eiichi fixed this in the tracing code"

* tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix user stack trace "??" output
2019-07-19 12:18:46 -07:00
..
blktrace.c
bpf_trace.c bpf: fix compiler warning with CONFIG_MODULES=n 2019-06-26 14:44:07 +02:00
fgraph.c
ftrace_internal.h
ftrace.c The main changes in this release include: 2019-07-18 11:51:00 -07:00
Kconfig The main changes in this release include: 2019-07-18 11:51:00 -07:00
Makefile
power-traces.c
preemptirq_delay_test.c
ring_buffer_benchmark.c ring-buffer: Fix mispelling of Calculate 2019-05-08 12:15:12 -04:00
ring_buffer.c
rpm-traces.c
trace_benchmark.c
trace_benchmark.h
trace_branch.c
trace_clock.c
trace_dynevent.c
trace_dynevent.h
trace_entries.h
trace_event_perf.c tracing: Pass type into tracing_generic_entry_update() 2019-07-16 15:14:48 -04:00
trace_events_filter_test.h
trace_events_filter.c The main changes in this release include: 2019-07-18 11:51:00 -07:00
trace_events_hist.c
trace_events_trigger.c
trace_events.c tracing: Make trace_get_fields() global 2019-07-16 15:14:48 -04:00
trace_export.c
trace_functions_graph.c
trace_functions.c
trace_hwlat.c
trace_irqsoff.c
trace_kdb.c
trace_kprobe_selftest.c
trace_kprobe_selftest.h
trace_kprobe.c tracing/kprobe: Check registered state using kprobe 2019-07-16 15:14:47 -04:00
trace_mmiotrace.c
trace_nop.c
trace_output.c Eiichi Tsukata found a small bug from the fixup of the stack code 2019-07-19 12:18:46 -07:00
trace_output.h
trace_preemptirq.c
trace_printk.c
trace_probe_tmpl.h
trace_probe.c tracing/probe: Add trace_event_call accesses APIs 2019-07-16 15:14:47 -04:00
trace_probe.h tracing/kprobe: Check registered state using kprobe 2019-07-16 15:14:47 -04:00
trace_sched_switch.c
trace_sched_wakeup.c
trace_selftest_dynamic.c
trace_selftest.c
trace_seq.c
trace_stack.c
trace_stat.c
trace_stat.h
trace_syscalls.c
trace_uprobe.c The main changes in this release include: 2019-07-18 11:51:00 -07:00
trace.c The main changes in this release include: 2019-07-18 11:51:00 -07:00
trace.h
tracing_map.c
tracing_map.h