aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2024-01-09libtracefs: Add tracefs_mapped_is_supported() APISteven Rostedt (Google)2-1/+9
2024-01-09libtracefs: Have mapping work with the other tracefs_cpu* functionsSteven Rostedt (Google)1-6/+23
2024-01-08libtracefs Documentation: Fix tracefs_cpu_snapshot_open() man pagesSteven Rostedt (Google)2-1/+3
2024-01-08libtracefs Documentation: Add tracefs_follow_events_clear() to main man pageSteven Rostedt (Google)1-0/+3
2024-01-08libtracefs: Add man pages for tracefs_snapshot_*() functionsSteven Rostedt (Google)2-0/+185
2024-01-08libtracefs sql: Rename TIMESTAMP_USECS_DELTA to TIMESTAMP_DELTA_USECSSteven Rostedt (Google)1-2/+2
2024-01-08libtracefs: Add ring buffer memory mapping APIsSteven Rostedt (Google)2-0/+201
2023-12-28libtracefs: Add updating and reading snapshot buffersSteven Rostedt (Google)3-4/+28
2023-12-28libtracefs: Add PID filtering APISteven Rostedt (Google)2-0/+189
2023-12-28libtracefs: Add TIMESTAMP_USECS_DELTA to simplify SQL timestamp comparesSteven Rostedt (Google)1-0/+16
2023-12-28libtracefs: Add tracefs_instance_set/get_subbuf_size()Steven Rostedt (Google)2-0/+156
2023-12-28libtracefs: Add API to extract ring buffer statisticsSteven Rostedt (Google)2-0/+195
2023-12-28libtracefs: Add tracefs_load_headers() APISteven Rostedt (Google)2-1/+7
2023-12-28libtracefs: Add tracefs_instance_clear() APISteven Rostedt (Google)2-1/+9
2023-12-28libtracefs: Add tracefs_instance_get/set_buffer_percent()Steven Rostedt (Google)2-1/+29
2023-12-28libtracefs: Add API to read tracefs_cpu and return a kbufferSteven Rostedt (Google)3-0/+177
2023-12-28libtracefs: Add tracefs_instance_file_write_number()Steven Rostedt (Google)2-1/+9
2023-12-28libtracefs: Add API to remove followers from an instance or toplevelSteven Rostedt (Google)1-1/+29
2023-12-28libtracefs Documentation: Fix tracefs_event_file_exists() issuesSteven Rostedt (Google)2-2/+2
2023-07-05libtracefs: Fix documentation of tracefs_trace_pipe_stream() flagsSteven Rostedt (Google)1-2/+3
2023-06-07libtracefs: Add initial support for mesonDaniel Wagner2-0/+217
2023-06-07libtarcefs doc: Add tracefs_kprobe_destroy() to index man pageSteven Rostedt (Google)1-0/+2
2023-06-07libtracefs doc: State that tracefs_dynevent_create() is needed for tracefs_kp...Steven Rostedt (Google)1-0/+2
2023-06-07libtracefs Documentation: Add missing prototypes in top level man pageSteven Rostedt (Google)1-0/+5
2023-06-06libtracefs: Add tracefs_kprobe_destory() APISteven Rostedt (Google)1-2/+12
2023-06-05tracefs: Add tracefs_time_conversion() APISteven Rostedt (Google)1-1/+66
2023-06-05libtracefs: Add tracefs_find_cid_pid() APISteven Rostedt (Google)1-0/+123
2023-05-30libtracefs: Clarify the tracefs_synth_create() man pageSteven Rostedt (Google)1-8/+16
2023-05-30libtracefs: Documentation for tracefs_synth_set_instanceTzvetomir Stoyanov (VMware)2-4/+12
2023-05-30libtracefs: Add tracefs_instance_tracers() APISteven Rostedt (Google)1-8/+24
2023-05-18libtracefs: Add stacktrace to tracefs_sql()Steven Rostedt (Google)1-0/+13
2023-04-26libtracefs: Documentation for tracefs_instance_reset()Tzvetomir Stoyanov (VMware)2-2/+6
2022-11-15libtracefs: Add tracefs_follow_missed_events() APISteven Rostedt (Google)2-10/+53
2022-11-15libtracefs: Add tracefs_follow_event() APISteven Rostedt (Google)2-41/+94
2022-11-15libtracefs: Split out iterator functions from man pageSteven Rostedt (Google)2-31/+145
2022-11-14libtracefs: Add tracefs_tracing_dir_is_mounted() APISteven Rostedt (Google)2-2/+13
2022-11-14libtracefs: Add tracefs_instance_set_buffer_size() APISteven Rostedt (Google)2-1/+10
2022-11-14libtracefs: Add tracefs_instance_get_buffer_size() APISteven Rostedt (Google)2-4/+11
2022-11-14libtracefs: Add tracefs_event_is_enabled() APISteven Rostedt (Google)2-1/+34
2022-11-09libtracefs: Add man pages for tracefs_cpu_pipe()Steven Rostedt (Google)2-1/+12
2022-11-09libtracefs: Add man pages for tracefs_cpu_alloc_fd() and tracefs_cpu_free_fd()Steven Rostedt (Google)2-1/+25
2022-11-09libtracefs: Move tracefs_cpu_open/close into its own man pageSteven Rostedt (Google)2-13/+82
2022-11-09libtracefs: Add reading of per cpu filesSteven Rostedt (Google)2-0/+251
2022-10-25libtracefs: Update documentation for tracefs_hist_alloc_nd_cnt()Steven Rostedt (Google)2-1/+15
2022-10-18libtracefs: Add buckets field to tracefs_sql() functionSteven Rostedt (Google)1-6/+36
2022-09-22libtracefs: Add tracefs_u{ret}probe_alloc to generic man pageSteven Rostedt (Google)1-1/+5
2022-09-22libtracefs: Add tracefs_debug_dir() to generic libtracefs man pageSteven Rostedt (Google)1-0/+1
2022-09-08libtracefs: Add tracefs_tracer_available() helperAlexandre Vicenzi2-2/+10
2022-09-08libtracefs: Add API to set custom tracing directoryTzvetomir Stoyanov (VMware)2-2/+13
2022-06-08libtracefs sqlhist: Report errors executing the commandsSteven Rostedt (Google)1-4/+14
2022-06-02libtracefs: Add missing ) in tracefs_sql docsHarald Seiler1-1/+1
2022-05-20libtracefs: Add tracefs_debug_dir()Steven Rostedt (Google)1-1/+10
2022-05-20libtracefs: Remove one unnecessary quotation markBean Huo1-1/+1
2022-04-04libtracefs: Document uprobes APIsTzvetomir Stoyanov (VMware)1-0/+189
2022-02-23libtracefs: Fix the ftrace filter function man pagesSteven Rostedt (Google)1-3/+2
2022-02-23libtracefs: Add man pages for tracefs_event_file_*() functionsSteven Rostedt (Google)2-0/+228
2022-02-23libtracefs: Add documentation for tracefs_option_id()Steven Rostedt (Google)2-2/+10
2022-02-23libtracefs: Add documentation for tracefs_iterate_stop()Steven Rostedt (Google)2-2/+8
2022-02-23libtracefs: Add documentation for tracefs_list_add/size()Steven Rostedt (Google)2-2/+28
2022-02-23libtracefs: Add documentation for tracefs_instances()Steven Rostedt (Google)2-1/+14
2022-02-23libtracefs: Update main man page for all functionsSteven Rostedt (Google)2-2/+19
2022-02-07libtracefs: Fix up man pages to display all functionsSteven Rostedt (Google)6-9/+10
2022-02-04libtracefs: Fix cleaning of sqlhist.txt.htmlKrzysztof Kozlowski1-0/+1
2022-02-02libtracefs: Fix libtracefs-instance-affinity.txt documentSteven Rostedt (Google)1-2/+2
2022-02-02libtracefs: Fix typos and grammar in get_affinity man pageSteven Rostedt (Google)1-2/+2
2022-02-02libtracefs: Add the get_affinity functions to the main libtracefs man pageSteven Rostedt (Google)1-0/+3
2022-01-18libtracefs: Fix libtracefs-instance-affinity exampleSteven Rostedt1-2/+2
2022-01-18libtracefs: Add tracefs_instance_get_affinity() APIsSteven Rostedt1-4/+35
2022-01-18libtracefs/Documentation: Referencing commands should be bold not underlinedSteven Rostedt32-228/+228
2022-01-18libtracefs: Split up libtracefs-synth2.txt man pageSteven Rostedt3-61/+333
2022-01-18libtracefs: Split up libtracefs-hist.txt man pageSteven Rostedt2-128/+542
2022-01-17libtracefs: New API for getting synthetic eventYordan Karadzhov (VMware)1-1/+11
2022-01-17libtracefs: Unify man pages styleTzvetomir Stoyanov (VMware)26-297/+304
2022-01-14libtracefs: Update main man pageTzvetomir Stoyanov (VMware)1-1/+137
2021-12-17libtracefs: Add tracefs_instance_set_affinity() APIsSteven Rostedt (VMware)1-0/+169
2021-12-17libtracefs: Fix stream exampleSteven Rostedt (VMware)1-0/+1
2021-12-17libtracefs: Update gitignore fileSteven Rostedt (VMware)1-0/+1
2021-12-16libtracefs: New APIs for getting the raw format of synth eventYordan Karadzhov (VMware)1-2/+24
2021-12-09libtracefs: Add new API for getting synth event nameYordan Karadzhov (VMware)1-3/+11
2021-12-09libtracefs: Rename the 'tracefs_get_hist_*()' APIsYordan Karadzhov (VMware)1-1/+23
2021-12-03libtracefs: New API for clearing filter on eventYordan Karadzhov (VMware)1-1/+7
2021-12-02libtracefs: New API for applying filter on eventTzvetomir Stoyanov (VMware)1-2/+10
2021-12-02libtracefs: New API for getting dynamic eventTzvetomir Stoyanov (VMware)1-2/+11
2021-12-01libtracefs: Rename tracefs_event_append/verify_filter() functionsSteven Rostedt (VMware)1-9/+9
2021-12-01libtracefs: Rename tracefs_hist*alloc*() functions once againSteven Rostedt (VMware)6-18/+28
2021-11-24libtracefs/Documentation: Modify the hist man page exampleSteven Rostedt (VMware)1-46/+242
2021-11-24libtracefs/Documentation: Clean up libtracefs-hist man pagesSteven Rostedt (VMware)1-1/+24
2021-11-24libtracefs/sqlhist: Add -B option to use instances for histogramsSteven Rostedt (VMware)2-5/+28
2021-11-24libtracefs: Rename *_show() to *_echo_cmd()Steven Rostedt (VMware)4-15/+15
2021-11-23libtracefs/Documentation: Update stream example to have a parameterSteven Rostedt (VMware)1-3/+15
2021-11-23libtracefs/Documentation: Update libtracefs-hist-cont.txt to new APISteven Rostedt (VMware)1-9/+18
2021-11-23libtracefs/Documentation: Fix function-filter call to tracefs_list_free()Steven Rostedt (VMware)1-1/+1
2021-11-23libtracefs/Documentation: Fix example in libtracefs-error.txtSteven Rostedt (VMware)1-1/+6
2021-11-23libtracefs: Add new API tracefs_dynevent_get()Steven Rostedt (VMware)1-0/+10
2021-11-23tracefs/Documentation: Fix example in libtracefs-eprobes.txt to compileSteven Rostedt (VMware)1-3/+1
2021-11-23libtracefs/Documentation: Fix man page examples to include the proper headerSteven Rostedt (VMware)6-6/+6
2021-11-23libtracefs: Fix example in the dynamic events man page to compileSteven Rostedt (VMware)1-1/+1
2021-11-21libtracefs: Document eprobe APITzvetomir Stoyanov (VMware)2-0/+192
2021-11-21libtracefs: Do not clean sqlhist man page sourceTzvetomir Stoyanov (VMware)1-1/+2
2021-11-21libtracefs: Document dynamic events APIsTzvetomir Stoyanov (VMware)2-0/+275
2021-11-21libtracefs: Update kprobes man pagesTzvetomir Stoyanov (VMware)2-59/+41
2021-11-21libtracefs: Remove instance parameter from synthetic events APIsTzvetomir Stoyanov (VMware)3-23/+17
2021-11-21libtracefs: Rename tracefs_synth_init APITzvetomir Stoyanov (VMware)2-15/+15
2021-11-21libtracefs: Rename tracefs_hist_reset_sort_key() tracefs_hist_set_sort_key()Steven Rostedt (VMware)1-4/+4
2021-11-21libtracefs Documentation: Fix tracefs_hist_add_sort_key() exampleSteven Rostedt (VMware)1-1/+2
2021-11-21libtracefs: Update 'hist' documentationYordan Karadzhov (VMware)2-41/+69
2021-08-19libtracefs: Make a man page for the sqlhist man page exampleSteven Rostedt (VMware)3-9/+397
2021-08-19libtracefs: Update the libtracefs-sql man page for the new tracefs_synth APIsSteven Rostedt (VMware)2-5/+102
2021-08-19libtracefs: Add API tracefs_synth_save()Steven Rostedt (VMware)1-0/+9
2021-08-19libtracefs: Add API tracefs_synth_snapshot()Steven Rostedt (VMware)1-1/+10
2021-08-19libtracefs: Add API tracefs_synth_trace()Steven Rostedt (VMware)1-1/+16
2021-08-12libtracefs: Remove -d option from libtracefs-sql sqlhist exampleSteven Rostedt (VMware)1-2/+1
2021-08-10libtracefs: Add CAST(x AS _COUNTER_) syntax to create values in histogramsSteven Rostedt (VMware)1-0/+24
2021-08-10libtracefs: Add CAST() syntax to SQL parsing for histogram typesSteven Rostedt (VMware)1-0/+50
2021-08-10libtracefs: Allow trace_sql() to take keywords for fields with backslashSteven Rostedt (VMware)1-0/+20
2021-08-10libtracefs: Allow for simple SQL statements to create a histogramSteven Rostedt (VMware)1-3/+24
2021-08-10libtracefs: Add man page for tracefs_sql()Steven Rostedt (VMware)1-0/+389
2021-08-03libtracefs: Add API tracefs_synth_complete()Steven Rostedt (VMware)1-0/+4
2021-08-03libtracefs: Add API tracefs_synth_get_start_hist()Steven Rostedt (VMware)1-0/+4
2021-08-03libtracefs: Split up libtracefs-synth man pageSteven Rostedt (VMware)2-24/+246
2021-08-03libtracefs: Add API tracefs_hist_show()Steven Rostedt (VMware)1-0/+8
2021-08-03libtracefs: Add API tracefs_hist_append_filter()Steven Rostedt (VMware)1-0/+37
2021-08-03libtracefs: Expose tracefs_hist_command() as an APISteven Rostedt (VMware)1-0/+20
2021-08-03libtracefs: Change the tracefs_hist API to not take an instance immediatelySteven Rostedt (VMware)1-14/+26
2021-08-02libtracefs: Fix a typo in libtracefs-filesDaniel Bristot de Oliveira1-1/+1
2021-08-02libtracefs: Fix example in libtracefs-eventsDaniel Bristot de Oliveira1-1/+1
2021-08-02libtracefs: Fix example in libtracefs-events-tepDaniel Bristot de Oliveira1-1/+1
2021-08-02libtracefs: Add man pages for tracefs_event_append_filter()Steven Rostedt (VMware)1-0/+329
2021-08-02libtracefs: Append the synth filter with parens and conjunctionsSteven Rostedt (VMware)1-29/+45
2021-08-02libtracefs: Rename GR and NQ to GT and NE respectivelySteven Rostedt (VMware)1-2/+2
2021-07-22libtracefs: Add man pages for creating synthetic eventsSteven Rostedt (VMware)1-0/+353
2021-07-13libtracefs: Implement API to create / modify and display histogramsSteven Rostedt (VMware)2-0/+482
2021-07-02libtracefs: Add man pages for kprobe functionsSteven Rostedt (VMware)1-0/+297
2021-07-02libtracefs: Add man pages for tracefs_error_*() functionsSteven Rostedt (VMware)1-0/+132
2021-06-29libtracefs: Implement tracefs_filter_functions()Steven Rostedt (VMware)1-2/+27
2021-06-29libtracefs: Add APIs for data streamingYordan Karadzhov (VMware)1-0/+113
2021-06-28libtracefs: Add documentation for tracefs_tracer_set/clear()Steven Rostedt (VMware)1-0/+221
2021-06-22libtracefs: Fix typo in documentationYordan Karadzhov (VMware)1-5/+5
2021-05-12libtracefs: Document new log functionalityTzvetomir Stoyanov (VMware)2-0/+78
2021-05-06libtracefs: Update the man page for tracefs_event_enable/disable() APIsSteven Rostedt (VMware)1-0/+36
2021-04-16libtracefs: Document the new methods for writing to file.Yordan Karadzhov (VMware)2-33/+201
2021-04-13libtracefs: Have tracefs_instance_destroy() match the man pageSteven Rostedt (VMware)1-8/+8
2021-04-09libtracefs: Add tracefs_load_cmdlines() APISteven Rostedt (VMware)1-2/+15
2021-04-09libtracefs: Document tracefs_option_mask_is_set() with the other option funct...Steven Rostedt (VMware)2-91/+12
2021-04-09libtracefs: Have the option mask function return a const pointerSteven Rostedt (VMware)1-6/+9
2021-04-09libtracefs: Rename tracefs_option_is_set()Yordan Karadzhov (VMware)1-5/+5
2021-04-09libtracefs: Option's bit masks to be owned by the instanceYordan Karadzhov (VMware)1-5/+2
2021-04-09libtracefs: Document marker APIsTzvetomir Stoyanov (VMware)3-0/+228
2021-04-08libtracefs: Add tracefs_function_notrace() APISteven Rostedt (VMware)1-4/+15
2021-04-08libtracefs: tracefs_iterate_raw_events() documentation updateTzvetomir Stoyanov (VMware)1-7/+7
2021-04-02libtracefs: Add TRACEFS_FL_FUTURE flag for future module filteringSteven Rostedt (VMware)1-0/+9
2021-04-02libtracefs: Allow filter to be NULL if module is set in tracefs_function_filt...Steven Rostedt (VMware)1-1/+3
2021-04-02libtracefs: Allow filter be NULL if RESET flag is setSteven Rostedt (VMware)1-8/+19
2021-04-02libtracefs: Only allow RESET flag if file is not already openedSteven Rostedt (VMware)1-9/+15
2021-03-30libtracefs: Just past one filter in for tracefs_function_filter()Steven Rostedt (VMware)1-46/+59
2021-03-30libtracefs: Add CONTINUE to tracefs_function_filter()Steven Rostedt (VMware)1-5/+27
2021-03-30libtracefs: Pass in reset via flags to tracefs_function_filter()Steven Rostedt (VMware)1-8/+18
2021-03-30libtracefs: Allow for setting filters with regex expressionsSteven Rostedt (VMware)1-0/+10
2021-03-30libtracefs: Fix notations of tracefs_function_filter() and module parameterSteven Rostedt (VMware)1-4/+3
2021-03-30libtracefs: Document function_filter APISameeruddin shaik1-0/+120
2021-03-30libtracefs: Add .gitignore filesSteven Rostedt (VMware)1-0/+4
2021-03-30libtracefs: Fix dependencies in Documentation MakefileSteven Rostedt (VMware)1-9/+15
2021-02-23libtracefs: Document APIs for trace optionsTzvetomir Stoyanov (VMware)4-0/+472
2021-02-23libtracefs: Document new instance APIsTzvetomir Stoyanov (VMware)2-9/+41
2021-01-12libtracefs: Documentation for enable / disable tracing APIsTzvetomir Stoyanov (VMware)2-0/+157
2021-01-12libtracefs: Documentation for the new APIs for opening and reading ftrace filesTzvetomir Stoyanov (VMware)2-3/+44
2021-01-12libtracefs: tracefs_instance_file_read() get a const file nameTzvetomir Stoyanov (VMware)2-2/+2
2021-01-12libtracefs: Set correct library name and version in the documentationTzvetomir Stoyanov (VMware)2-6/+6
2021-01-05libtracefs: Add COPYING section to man pagesTzvetomir Stoyanov (VMware)8-6/+46
2021-01-05libtracefs: Remove extra DESTDIR in install_docSteven Rostedt (VMware)1-2/+2
2021-01-04libtracefs: Fix Documentation MakefileTzvetomir Stoyanov (VMware)1-24/+15
2020-12-22libtracefs man pages: helper APIs for working with trace file system.Tzvetomir Stoyanov (VMware)1-0/+103
2020-12-22libtracefs man pages: APIs for initializing a tep handler with trace events f...Tzvetomir Stoyanov (VMware)1-0/+130
2020-12-21libtracefs man pages: helper APIs for working with trace instances.Tzvetomir Stoyanov (VMware)1-0/+112
2020-12-21libtracefs man pages: APIs for working with files in trace instances.Tzvetomir Stoyanov (VMware)1-0/+160
2020-12-21libtracefs man pages: APIs for managing trace instances.Tzvetomir Stoyanov (VMware)1-0/+111
2020-12-21libtracefs man pages: APIs for working with trace systems and events.Tzvetomir Stoyanov (VMware)1-0/+143
2020-12-21libtracefs man pages: APIs for locating trace directory and files.Tzvetomir Stoyanov (VMware)1-0/+97
2020-12-21libtracefs: Initial support for man pagesTzvetomir Stoyanov (VMware)8-0/+515