summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-196-17/+16
|\
| * tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin2023-03-191-2/+2
| * ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka2023-03-191-4/+0
| * tracing: Make splice_read available againSung-hun Kim2023-03-191-0/+2
| * ftrace: Set direct_ops storage-class-specifier to staticTom Rix2023-03-191-1/+1
| * trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo2023-03-191-0/+4
| * trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo2023-03-191-3/+0
| * tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix2023-03-191-5/+5
| * tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev2023-03-191-2/+2
* | Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-142-1/+14
|\|
| * ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-091-1/+2
| * tracing: Check field value in hist_field_name()Steven Rostedt (Google)2023-03-091-0/+3
| * tracing: Do not let histogram values have some modifiersSteven Rostedt (Google)2023-03-091-0/+9
* | Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-5/+1
|\ \
| * | block: remove more NULL checks after bdev_get_queue()Juhyung Park2023-02-211-5/+1
* | | Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds2023-02-258-185/+96
|\ \ \
| * | | kernel/trace: extract common part in process_fetch_insnSong Chen2023-02-244-37/+34
| * | | kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hSong Chen2023-02-244-116/+29
| * | | kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen2023-02-246-32/+33
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-251-1/+1
|\ \ \ \
| * | | | alpha: replace NR_SYSCALLS by NR_syscallsYang Yang2023-02-141-1/+1
* | | | | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-02-234-10/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | tracing/eprobe: no need to check for negative ret value for snprintfQuanfa Fu2023-02-211-8/+4
| * | | | tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng2023-02-213-1/+4
| * | | | tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)2023-02-211-1/+1
* | | | | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-2313-70/+481
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tracing: Remove unnecessary NULL assignmentWang ShaoBo2023-02-181-2/+0
| * | | | tracing: Always use canonical ftrace pathRoss Zwisler2023-02-185-14/+14
| * | | | tracing/histogram: Fix stacktrace keyTom Zanussi2023-02-161-3/+31
| * | | | tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi2023-02-161-8/+18
| * | | | tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)2023-02-151-0/+3
| * | | | tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi2023-02-152-5/+14
| * | | | tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)2023-02-071-7/+72
| * | | | tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)2023-02-071-10/+17
| * | | | tracing: Add enabling of events to boot instancesSteven Rostedt (Google)2023-02-073-5/+10
| * | | | tracing: Add creation of instances at boot command lineSteven Rostedt (Google)2023-02-071-0/+50
| * | | | tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)2023-02-071-2/+2
| * | | | tracing: Acquire buffer from temparary trace sequenceLinyu Yuan2023-02-071-0/+23
| * | | | tracing/osnoise: No need for schedule_hrtimeout rangeDavidlohr Bueso2023-02-071-1/+1
| * | | | tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)2023-01-251-1/+1
| * | | | tracing/histogram: Add stacktrace typeSteven Rostedt (Google)2023-01-251-0/+4
| * | | | tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)2023-01-254-5/+87
| * | | | tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)2023-01-251-10/+42
| * | | | tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)2023-01-251-2/+1
| * | | | tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai2023-01-251-1/+6
| * | | | tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)2023-01-252-2/+93
* | | | | Merge tag 'trace-v6.2-rc7-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-231-32/+10
|\ \ \ \ \
| * | | | | ring-buffer: Handle race between rb_move_tail and rb_check_pagesMukesh Ojha2023-02-151-32/+10
* | | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-212-80/+79
|\ \ \ \ \ \
| * \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-173-10/+33
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |