aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-08ftrace: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-07-08tracing/selftests: Add tests to test histogram sym and sym-offset modifiersSteven Rostedt (VMware)1-0/+18
2021-07-07tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)1-0/+7
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-06-30tracing: Simplify & fix saved_tgids logicPaul Burton1-25/+13
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches21-69/+69
2021-06-30tracing: Change variable type as bool for clean-upAustin Kim1-12/+12
2021-06-29trace/timerlat: Fix indentation on timerlat_main()Daniel Bristot de Oliveira1-3/+3
2021-06-29trace/osnoise: Make 'noise' variable s64 in run_osnoise()Daniel Bristot de Oliveira1-2/+3
2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)3-4/+42
2021-06-28tracing: Fix spelling in osnoise tracer "interferences" -> "interference"Colin Ian King1-1/+1
2021-06-28Documentation: Fix a typo on trace/osnoise-tracerDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira3-12/+13
2021-06-28tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)1-1/+4
2021-06-26seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou1-1/+3
2021-06-26seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou1-1/+3
2021-06-25trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira1-30/+135
2021-06-25trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira1-0/+65
2021-06-25trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira1-6/+13
2021-06-25trace: Add timerlat tracerDaniel Bristot de Oliveira7-31/+870
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira13-4/+2072
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2-5/+4
2021-06-25trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpersSteven Rostedt1-0/+25
2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira1-3/+12
2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira1-121/+24
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2-0/+103
2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira2-37/+152
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira1-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2-16/+175
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira1-1/+1
2021-06-24bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)9-0/+385
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)1-2/+2
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)2-11/+42
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)1-1/+35
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)1-1/+3
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu3-24/+23
2021-06-10docs: bootconfig: Update for mixing value and subkeysMasami Hiramatsu1-4/+26
2021-06-10tools/bootconfig: Support mixed value and subkey test casesMasami Hiramatsu7-6/+14
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu3-28/+114
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu4-9/+24
2021-06-10Documentation: tracing: Add per-group/all events enablement desciptionMasami Hiramatsu1-0/+6
2021-06-10tracing/boot: Add per-group/all events enablementMasami Hiramatsu1-2/+25
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo1-0/+1
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang1-1/+2
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-10trace: replace WB_REASON_FOREIGN_FLUSH with a stringChunguang Xu1-1/+2
2021-06-10ring-buffer: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong1-1/+1