aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler11-25/+25
2023-02-16tracing/histogram: Fix stacktrace histogram DocumententationTom Zanussi1-66/+90
2023-02-16tracing/histogram: Fix stacktrace keyTom Zanussi1-3/+31
2023-02-16tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi1-8/+18
2023-02-15tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)1-0/+3
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi2-5/+14
2023-02-07tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)2-7/+81
2023-02-07tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)2-10/+29
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)4-5/+24
2023-02-07tracing: Add creation of instances at boot command lineSteven Rostedt (Google)2-0/+56
2023-02-07tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)1-2/+2
2023-02-07samples: ftrace: Make some global variables staticTom Rix1-12/+12
2023-02-07ftrace: sample: avoid open-coded 64-bit divisionArnd Bergmann1-1/+1
2023-02-07samples: ftrace: Include the nospec-branch.h only for x86Song Shuai5-5/+5
2023-02-07tracing: Acquire buffer from temparary trace sequenceLinyu Yuan4-0/+32
2023-02-07tracing/histogram: Wrap remaining shell snippets in code blocksBagas Sanjaya1-46/+47
2023-02-07tracing/osnoise: No need for schedule_hrtimeout rangeDavidlohr Bueso1-1/+1
2023-01-25bpf/tracing: Use stage6 of tracing to not duplicate macrosSteven Rostedt (Google)1-44/+1
2023-01-25perf/tracing: Use stage6 of tracing to not duplicate macrosSteven Rostedt (Google)2-45/+4
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)3-1/+31
2023-01-25tracing/histogram: Document variable stacktraceSteven Rostedt (Google)1-0/+129
2023-01-25tracing/histogram: Add stacktrace typeSteven Rostedt (Google)1-0/+4
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)4-5/+87
2023-01-25tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)1-10/+42
2023-01-25tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)1-2/+1
2023-01-25tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai1-1/+6
2023-01-25ftrace: Add sample with custom opsMark Rutland4-0/+261