summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-11tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)6-237/+441
2022-03-11tracing: Move the defines to create TRACE_EVENTS into their own filesSteven Rostedt (Google)9-491/+527
2022-03-11tracing: Add sample code for custom trace eventsSteven Rostedt (Google)4-1/+281
2022-03-11tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)1-0/+2
2022-03-11tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)1-2/+4
2022-03-11user_events: Fix potential uninitialized pointer while parsing fieldBeau Belgrave1-1/+3
2022-02-24tracing: Fix allocation of last_cmd in last_cmd_set()Steven Rostedt (Google)1-3/+4
2022-02-11user_events: Add documentation fileBeau Belgrave2-0/+217
2022-02-11user_events: Add sample code for typical usageBeau Belgrave2-0/+96
2022-02-11user_events: Add self-test for validator boundariesBeau Belgrave1-0/+65
2022-02-11user_events: Add self-test for perf_event integrationBeau Belgrave2-1/+169
2022-02-11user_events: Add self-test for dynamic_events integrationBeau Belgrave2-1/+131
2022-02-11user_events: Add self-test for ftrace integrationBeau Belgrave3-0/+397
2022-02-11user_events: Validate user payloads for size and null terminationBeau Belgrave1-14/+133
2022-02-11user_events: Optimize writing events by only copying data onceBeau Belgrave1-30/+85
2022-02-11user_events: Add basic perf and eBPF supportBeau Belgrave1-1/+71
2022-02-11user_events: Handle matching arguments from dyn_eventsBeau Belgrave1-1/+76
2022-02-11user_events: Add print_fmt generation support for basic typesBeau Belgrave1-2/+113
2022-02-11user_events: Add minimal support for trace_event into ftraceBeau Belgrave4-0/+1318
2022-02-11tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)1-1/+1
2022-02-11tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi1-3/+14
2022-02-11tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi1-7/+23
2022-02-11tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi2-14/+43
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
2022-02-08MAINTAINERS: Add RTLA entryDaniel Bristot de Oliveira1-0/+8
2022-02-08rtla: Fix segmentation fault when failing to enable -tDaniel Bristot de Oliveira5-16/+15
2022-02-04rtla/trace: Error message fixupDaniel Bristot de Oliveira1-4/+4
2022-02-04rtla/utils: Fix session duration parsingDaniel Bristot de Oliveira1-2/+2
2022-02-04rtla: Follow kernel versionDaniel Bristot de Oliveira1-1/+3
2022-01-28tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi1-1/+2
2022-01-28tracing: Propagate is_signed to expressionTom Zanussi1-0/+3
2022-01-28tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi1-1/+1
2022-01-28tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi1-1/+3
2022-01-28tools/tracing: Update Makefile to build rtlaShuah Khan1-4/+14
2022-01-28rtla: Make doc build optionalShuah Khan1-1/+1
2022-01-28tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook2-3/+4
2022-01-28tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu1-3/+4
2022-01-28tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang1-0/+1
2022-01-28ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)4-2/+10
2022-01-23Linux 5.17-rc1Linus Torvalds1-2/+2
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds51-149/+354
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-3/+10
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2-3/+10
2022-01-23Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds73-438/+635
2022-01-22perf tools: Remove redundant err variableMinghao Chi1-4/+1
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry2-9/+82
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry2-0/+48
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry4-4/+41
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17