summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen1-0/+4
2020-10-15tracing: Handle synthetic event array field type checking correctlyTom Zanussi1-3/+9
2020-10-15tracing: Add synthetic event error loggingTom Zanussi1-2/+90
2020-10-15tracing: Check that the synthetic event and field names are legalTom Zanussi1-0/+9
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi2-13/+13
2020-10-15tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi1-1/+9
2020-10-15tracing: Fix some typos in commentsQiujun Huang2-6/+6
2020-10-15tracing/boot: Add ftrace.instance.*.alloc_snapshot optionMasami Hiramatsu1-0/+6
2020-10-15tracing: Fix race in trace_open and buffer resize callGaurav Kohli1-0/+10
2020-10-15tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)1-1/+1
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)1-1/+1
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee1-1/+0
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)1-1/+2
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang1-3/+4
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)1-4/+3
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang1-2/+3
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)1-1/+3
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi1-1/+6
2020-10-06tracing: Add support for dynamic strings to synthetic eventsTom Zanussi4-38/+241
2020-10-06tracing: Save normal string variablesTom Zanussi1-2/+32
2020-10-06tracing: Fix parse_synth_field() error handlingTom Zanussi1-2/+4
2020-10-06tracing: Change STR_VAR_MAX_LENTom Zanussi2-1/+3
2020-10-02ftrace: Fix some typos in commentQiujun Huang1-5/+5
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu3-15/+19
2020-09-22tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu3-10/+22
2020-09-22tracing: Enable creating new instance early bootMasami Hiramatsu3-19/+63
2020-09-22tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8
2020-09-22tracing: Define event fields early stageMasami Hiramatsu1-37/+55
2020-09-22kprobes: Init kprobes in early_initcallMasami Hiramatsu1-1/+1
2020-09-22tracing/uprobes: Support perf-style return probeMasami Hiramatsu2-2/+15
2020-09-22tracing/kprobes: Support perf-style return probeMasami Hiramatsu3-2/+19
2020-09-22tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10
2020-09-22fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso1-4/+4
2020-09-22tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-22kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-22tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-22tracing: Delete repeated words in commentsRandy Dunlap5-5/+5
2020-09-19tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang11-61/+57
2020-09-19tracing: toplevel d_entry already initializedWei Yang1-7/+2
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+22
2020-09-18tracing: fix double freeTom Rix1-1/+0
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2-25/+25
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter1-0/+1
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes1-0/+2
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+18
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter2-2/+3
2020-09-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+3
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen1-3/+8