aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds1-43/+39
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin1-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin1-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin1-38/+36
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds6-123/+146
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)1-6/+17
2022-10-12tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)1-6/+25
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)3-110/+106
2022-10-12ring-buffer: Fix kernel-docJiapeng Chong1-3/+3
2022-10-12ftrace: Fix char print issue in print_ip_ins()Zheng Yejian1-4/+1
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds16-350/+1108
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-10-05tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-05ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)1-4/+16
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-5/+215
2022-10-03tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave1-72/+274
2022-10-03tracing: Remove unused variable 'dups'Chen Zhongjin1-3/+2
2022-09-29ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)1-0/+33
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave1-8/+67
2022-09-29tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave1-29/+24
2022-09-29tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave1-32/+59
2022-09-29tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave1-1/+2
2022-09-29tracing/user_events: Use NULL for strstr checksBeau Belgrave1-3/+3
2022-09-29tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King1-1/+1
2022-09-29tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)1-0/+6
2022-09-29tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)1-0/+22
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra7-55/+43
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)1-0/+15
2022-09-28ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+39
2022-09-27ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2
2022-09-27ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)1-1/+1
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa1-0/+3
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)1-1/+9
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu1-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen1-2/+1
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-1/+4
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-2/+18
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa1-2/+1
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou1-4/+43
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou1-1/+1
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)1-73/+157
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)2-13/+13
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)1-77/+169
2022-09-26tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)2-4/+6
2022-09-26rv/monitors: add 'static' qualifier for local symbolsZeng Heng2-4/+4
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)2-9/+98
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa1-0/+6
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+45
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu1-0/+135
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)1-0/+6
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)1-1/+2
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou1-2/+2
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira2-2/+2
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin1-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn1-1/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds23-49/+1896
2022-08-04rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter1-2/+4
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-55/+284
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+30
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)2-3/+13
2022-08-02tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu1-14/+11
2022-07-30rv/reactor: Add the panic reactorDaniel Bristot de Oliveira3-0/+52
2022-07-30rv/reactor: Add the printk reactorDaniel Bristot de Oliveira3-1/+52
2022-07-30rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira4-0/+146
2022-07-30rv/monitor: Add the wip monitorDaniel Bristot de Oliveira3-36/+29
2022-07-30rv/monitor: Add the wip monitor skeleton created by dot2kDaniel Bristot de Oliveira2-0/+155
2022-07-30Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira2-0/+6
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira2-0/+16
2022-07-30rv: Add runtime reactors interfaceDaniel Bristot de Oliveira5-0/+564
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira8-0/+844
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan6-27/+40
2022-07-24tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan1-2/+0
2022-07-24tracing: eprobe: Add missing log indexLinyu Yuan1-0/+1
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-50/+278
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu1-26/+216
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu1-24/+62
2022-07-15blktrace: Fix the blk_fill_rwbs() kernel-doc headerBart Van Assche1-3/+3
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+10
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche1-26/+25
2022-07-14blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-07-14block: remove bdevnameChristoph Hellwig1-2/+2
2022-07-12tracing/histograms: Simplify create_hist_fields()Zheng Yejian1-3/+2
2022-07-12tracing/user_events: Fix syntax errors in commentsXiang wangx1-1/+1
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)1-1/+2
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson1-5/+6
2022-07-12tracing/histograms: Fix memory leak problemZheng Yejian1-0/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+2
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker1-1/+1
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker1-3/+3
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+10
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig1-11/+0
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-17/+65
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+10
2022-06-20uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov1-0/+2
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-5/+4
2022-06-17tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani1-1/+0
2022-06-17tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming1-2/+0
2022-06-17tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)1-1/+10
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)1-0/+9
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig1-3/+0
2022-06-16bpf: Force cookies array to follow symbols sortingJiri Olsa1-15/+45
2022-06-16ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa1-2/+11
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2-5/+4
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+4
2022-06-07bpf: Use safer kvmalloc_array() where possibleDan Carpenter1-4/+4
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2022-06-01ftrace/fgraph: fix increased missing-prototypes warningsChengming Zhou1-0/+2
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds20-522/+606
2022-05-28ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)1-2/+139
2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming1-4/+4
2022-05-26ftrace: Clean up hash direct_functions on register failuresSong Liu1-3/+2
2022-05-26tracing: Fix comments of create_filter()sunliming1-1/+1
2022-05-26tracing: Disable kcov on trace_preemptirq.cCongyu Liu1-0/+4
2022-05-26tracing: Initialize integer variable to prevent garbage return valueGautam Menghani1-1/+1
2022-05-26ftrace: Fix typo in commentJulia Lawall1-1/+1
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-12/+4
2022-05-26tracing: Cleanup code by removing init "char *name"liqiong1-3/+1
2022-05-26tracing: Change "char *" string form to "char []"liqiong2-2/+2
2022-05-26tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira1-0/+2
2022-05-26tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira1-0/+13
2022-05-26tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira1-4/+5
2022-05-26tracing: Fix return value of trace_pid_write()Wonhyuk Yang1-2/+4
2022-05-26tracing: Fix potential double free in create_var_ref()Keita Suzuki1-0/+3
2022-05-26tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang1-5/+3
2022-05-26ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang1-4/+13
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang5-48/+21
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-94/+117
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei1-0/+3
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)1-6/+7
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-71/+167
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+4
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+18
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-66/+161
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+14
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-14/+14
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov6-14/+14
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-0/+17
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa1-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa1-20/+12
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa1-0/+62
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2-3/+3
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig1-10/+10
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou1-0/+18
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel3-20/+26
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2-21/+18
2022-04-27tracing: Remove usage of list iterator variable after the loopJakob Koschel1-8/+7
2022-04-27tracing: Remove usage of list iterator after the loop bodyJakob Koschel1-4/+9
2022-04-27tracing: Introduce trace clock taiKurt Kanzenbach1-0/+1
2022-04-27ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)1-10/+18
2022-04-27ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)1-5/+44
2022-04-26tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai1-10/+22
2022-04-26tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai1-0/+7
2022-04-26ring-buffer: Simplify if-if to if-elseWan Jiabing1-2/+2
2022-04-26tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui1-9/+3
2022-04-26tracing: Fix sleeping function called from invalid context on RT kernelJun Miao1-3/+3
2022-04-26tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi1-1/+1
2022-04-26tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi1-1/+2
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie1-24/+11
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li1-1/+2
2022-04-26tracing: Fix kernel-docJiapeng Chong1-1/+1
2022-04-26tracing: Fix inconsistent style of mini-HOWTOOscar Shiang1-2/+2
2022-04-26tracing: Separate hist state updates from hist registrationTom Zanussi1-18/+48
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi4-151/+69
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi4-60/+36
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi3-77/+45
2022-04-26tracing: Cleanup double word in commentTom Rix1-2/+2
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-0/+1
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain1-0/+6
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain1-37/+34
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney1-0/+1
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-1/+4
2022-04-15ftrace: Fix build warningYueHaibing1-2/+2
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+2
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+3
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao1-1/+21
2022-04-05ftrace: Use preemption model accessors for trace header printoutValentin Schneider1-10/+4
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers1-2/+2
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-88/+10