Age | Commit message (Expand) | Author | Files | Lines |
2020-02-26 | bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue | Masami Hiramatsu | 2 | -2/+1 |
2020-02-21 | bootconfig: Add append value operator support | Masami Hiramatsu | 3 | -7/+34 |
2020-02-21 | bootconfig: Prohibit re-defining value on same key | Masami Hiramatsu | 3 | -6/+24 |
2020-02-21 | bootconfig: Print array as multiple commands for legacy command line | Masami Hiramatsu | 1 | -14/+8 |
2020-02-21 | bootconfig: Reject subkey and value on same parent key | Masami Hiramatsu | 4 | -4/+25 |
2020-02-21 | tools/bootconfig: Remove unneeded error message silencer | Masami Hiramatsu | 2 | -12/+1 |
2020-02-21 | bootconfig: Add bootconfig magic word for indicating bootconfig explicitly | Masami Hiramatsu | 6 | -17/+49 |
2020-02-21 | bootconfig: Set CONFIG_BOOT_CONFIG=n by default | Masami Hiramatsu | 3 | -2/+10 |
2020-02-21 | tracing: Clear trace_state when starting trace | Masami Hiramatsu | 1 | -2/+2 |
2020-02-21 | bootconfig: Mark boot_config_checksum() static | Qiujun Huang | 1 | -1/+1 |
2020-02-21 | tracing: Disable trace_printk() on post poned tests | Steven Rostedt (VMware) | 1 | -0/+2 |
2020-02-21 | tracing: Have synthetic event test use raw_smp_processor_id() | Steven Rostedt (VMware) | 1 | -6/+6 |
2020-02-21 | tracing: Fix number printing bug in print_synth_event() | Tom Zanussi | 1 | -3/+29 |
2020-02-21 | tracing: Check that number of vals matches number of synth event fields | Tom Zanussi | 1 | -2/+12 |
2020-02-21 | tracing: Make synth_event trace functions endian-correct | Tom Zanussi | 1 | -4/+58 |
2020-02-21 | tracing: Make sure synth_event_trace() example always uses u64 | Tom Zanussi | 1 | -17/+17 |
2020-02-11 | tracing: Consolidate trace() functions | Tom Zanussi | 2 | -135/+87 |
2020-02-11 | tracing: Don't return -EINVAL when tracing soft disabled synth events | Tom Zanussi | 1 | -14/+6 |
2020-02-11 | tracing: Add missing nest end to synth_event_trace_start() error case | Tom Zanussi | 1 | -0/+1 |
2020-02-11 | tools/bootconfig: Suppress non-error messages | Masami Hiramatsu | 2 | -14/+23 |
2020-02-11 | bootconfig: Allocate xbc_nodes array dynamically | Masami Hiramatsu | 2 | -3/+24 |
2020-02-10 | bootconfig: Use parse_args() to find bootconfig and '--' | Steven Rostedt (VMware) | 1 | -7/+30 |
2020-02-10 | tracing/kprobe: Fix uninitialized variable bug | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-10 | bootconfig: Remove unneeded CONFIG_LIBXBC | Masami Hiramatsu | 3 | -5/+1 |
2020-02-10 | tools/bootconfig: Fix wrong __VA_ARGS__ usage | Masami Hiramatsu | 1 | -1/+1 |
2020-02-06 | bootconfig: Show the number of nodes on boot message | Masami Hiramatsu | 1 | -2/+4 |
2020-02-06 | tools/bootconfig: Show the number of bootconfig nodes | Masami Hiramatsu | 2 | -1/+5 |
2020-02-06 | bootconfig: Add more parse error messages | Masami Hiramatsu | 1 | -4/+12 |
2020-02-06 | bootconfig: Use bootconfig instead of boot config | Masami Hiramatsu | 1 | -3/+3 |
2020-02-06 | ftrace: Protect ftrace_graph_hash with ftrace_sync | Steven Rostedt (VMware) | 2 | -2/+11 |
2020-02-06 | ftrace: Add comment to why rcu_dereference_sched() is open coded | Steven Rostedt (VMware) | 1 | -0/+10 |
2020-02-06 | tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu | Amol Grover | 2 | -3/+7 |
2020-02-06 | tracing: Annotate ftrace_graph_hash pointer with __rcu | Amol Grover | 2 | -4/+7 |
2020-02-05 | bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline | Steven Rostedt (VMware) | 3 | -7/+29 |
2020-02-01 | tracing: Use seq_buf for building dynevent_cmd string | Tom Zanussi | 4 | -40/+16 |
2020-02-01 | tracing: Remove useless code in dynevent_arg_pair_add() | Tom Zanussi | 1 | -1/+1 |
2020-02-01 | tracing: Remove check_arg() callbacks from dynevent args | Tom Zanussi | 4 | -53/+46 |
2020-02-01 | tracing: Consolidate some synth_event_trace code | Tom Zanussi | 1 | -84/+57 |
2020-01-31 | tracing: Fix now invalid var_ref_vals assumption in trace action | Tom Zanussi | 1 | -15/+38 |
2020-01-31 | tracing: Change trace_boot to use synth_event interface | Tom Zanussi | 2 | -26/+14 |
2020-01-30 | tracing: Move tracing selftests to bottom of menu | Steven Rostedt (VMware) | 1 | -84/+84 |
2020-01-30 | tracing: Move mmio tracer config up with the other tracers | Steven Rostedt (VMware) | 1 | -13/+13 |
2020-01-30 | tracing: Move tracing test module configs together | Steven Rostedt (VMware) | 1 | -11/+11 |
2020-01-30 | tracing: Move all function tracing configs together | Steven Rostedt (VMware) | 1 | -71/+71 |
2020-01-30 | tracing: Documentation for in-kernel synthetic event API | Tom Zanussi | 1 | -0/+515 |
2020-01-30 | tracing: Add kprobe event command generation test module | Tom Zanussi | 3 | -0/+238 |
2020-01-30 | tracing: Change trace_boot to use kprobe_event interface | Tom Zanussi | 2 | -27/+17 |
2020-01-30 | tracing: Add kprobe event command generation functions | Tom Zanussi | 2 | -0/+192 |
2020-01-30 | tracing: Add synth event generation test module | Tom Zanussi | 3 | -0/+537 |
2020-01-30 | tracing: Add synth_event_trace() and related functions | Tom Zanussi | 2 | -0/+489 |