summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-1670-292/+6706
|\
| * tracing: Add ustring operation to filtering string pointersSteven Rostedt2022-01-142-24/+66
| * rtla: Add rtla timerlat hist documentationDaniel Bristot de Oliveira2022-01-131-0/+106
| * rtla: Add rtla timerlat top documentationDaniel Bristot de Oliveira2022-01-132-0/+161
| * rtla: Add rtla timerlat documentationDaniel Bristot de Oliveira2022-01-132-0/+67
| * rtla: Add rtla osnoise hist documentationDaniel Bristot de Oliveira2022-01-132-0/+89
| * rtla: Add rtla osnoise top documentationDaniel Bristot de Oliveira2022-01-134-0/+109
| * rtla: Add rtla osnoise man pageDaniel Bristot de Oliveira2022-01-132-0/+67
| * rtla: Add DocumentationDaniel Bristot de Oliveira2022-01-134-4/+127
| * rtla/timerlat: Add timerlat hist modeDaniel Bristot de Oliveira2022-01-133-2/+828
| * rtla: Add timerlat tool and timelart top modeDaniel Bristot de Oliveira2022-01-135-0/+697
| * rtla/osnoise: Add the hist modeDaniel Bristot de Oliveira2022-01-133-1/+807
| * rtla/osnoise: Add osnoise top modeDaniel Bristot de Oliveira2022-01-133-0/+596
| * rtla: Add osnoise toolDaniel Bristot de Oliveira2022-01-134-0/+956
| * rtla: Helper functions for rtlaDaniel Bristot de Oliveira2022-01-134-0/+708
| * rtla: Real-Time Linux Analysis toolDaniel Bristot de Oliveira2022-01-133-0/+184
| * tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko2022-01-131-4/+16
| * tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang2022-01-131-9/+3
| * tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang2022-01-131-1/+4
| * tracing: Add test for user space strings when filtering on string pointersSteven Rostedt2022-01-132-3/+73
| * tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt2022-01-131-4/+2
| * tracing: Fix mismatched comment in __string_lenGeliang Tang2022-01-131-1/+1
| * ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)2022-01-132-0/+37
| * scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-135-8/+137
| * tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang2022-01-131-0/+2
| * tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang2022-01-131-0/+5
| * tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior2022-01-133-2/+9
| * tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi2022-01-102-0/+366
| * tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-104-28/+20
| * tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-104-26/+37
| * tracing: Change event_command func() to parse()Tom Zanussi2022-01-104-39/+44
| * tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)2021-12-111-2/+1
| * tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng2021-12-111-8/+1
| * tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave2021-12-111-6/+7
| * tracing: Iterate trace_[ku]probe objects directlyJiri Olsa2021-12-112-24/+12
| * tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)2021-12-111-12/+12
| * script/sorttable: Code style improvementsYinan Liu2021-12-111-2/+2
| * tracing: Make trace_marker{,_raw} stream-likeJohn Keeping2021-12-081-10/+8
| * tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2021-12-062-4/+2
| * tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang2021-12-061-1/+1
| * tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)2021-12-061-7/+4
| * tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)2021-12-061-18/+7
| * tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)2021-12-061-11/+5
| * tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2021-12-062-27/+36
| * tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)2021-12-061-1/+1
| * tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-067-0/+14
| * libtraceevent: Add __rel_loc relative location attribute supportMasami Hiramatsu2021-12-063-22/+47
| * samples/trace_event: Add '__rel_loc' using sample eventMasami Hiramatsu2021-12-062-0/+36
| * tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2021-12-064-2/+153
| * tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-065-6/+60