linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-30 22:46:08 to 2024-10-15 14:08:53 UTC [more...]

[PATCH] trace-cmd utest: Add test cases for trace-cmd reset
 2024-10-15 14:08 UTC 

[PATCH v2 0/4] trace-cmd reset: Add option to preserve specific events
 2024-10-15 13:47 UTC  (8+ messages)
` [PATCH v2 1/4] trace-cmd reset: Bail out immediately if user provides an invalid option
` [PATCH v2 2/4] trace-cmd reset: Add option to preserve specific dynamic events
` [PATCH v2 3/4] trace-cmd reset: Update man page for -k option
` [PATCH v2 4/4] trace-cmd reset: Add bash tab completion for -B and -k

[PATCH 0/2] trace-cmd reset: Add option to preserve specific events
 2024-10-14 10:42 UTC  (5+ messages)
` [PATCH 1/2] trace-cmd reset: Bail out immediately if user provides an invalid option
` [PATCH 2/2] trace-cmd reset: Add option to preserve specific dynamic events

[PATCH] libtraceevent: Have sizeof() parsing handle u8/s8 through u64/s64
 2024-10-11 19:48 UTC 

[PATCH 0/4] trace-cmd: Various updates
 2024-10-11 18:26 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd list: Use tracefs_filter_functions()
` [PATCH 2/4] trace-cmd show: Add --max_latency
` [PATCH 3/4] trace-cmd list: Use tracefs_instances() to list instances
` [PATCH 4/4] trace-cmd stat: Use tracefs_instances() instead of walking them

[PATCH v2] kernel-shark: Multi-thread the computaion of stream/combo plots
 2024-10-06 10:15 UTC 

[PATCH] kernel-shark: Multi-thread the computaion of CPU graph
 2024-09-28 23:16 UTC  (3+ messages)

libtraceevent + Rust
 2024-09-20  9:48 UTC  (7+ messages)

[ANNOUNCE] Rust libtraceevent/trace-cmd report
 2024-09-20  9:43 UTC 

[PATCH] trace-cmd record: Fix compression when files are greater than 2GB
 2024-09-14  8:11 UTC 

[PATCH 0/2] trace-cmd lib: Fix potential integer overflows
 2024-09-11 16:36 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd lib: Fix potential integer overflow in tracecmd_write_cpu_data()
` [PATCH 2/2] trace-cmd lib: Use proper printf format specifiers

[PATCH] Print arrays like Linux does
 2024-08-26 21:00 UTC 

[PATCH] libtraceevent: Print function pointer address when TEP_EVENT_FL_PRINTRAW is specified
 2024-08-22 21:30 UTC 

[PATCH] libtracefs utest: Do not test kprobe interface if there's no kprobes
 2024-08-20 21:45 UTC 

[PATCH] libtracefs: Have tracefs_instance_tracers() return instance tracers
 2024-08-20 21:36 UTC 

[PATCH] trace-cmd: utest: include libgen.h for POSIX basename()
 2024-08-11 13:55 UTC 

[PATCH] trace-cmd record: Always disable func_stack_trace in tracecmd_disable_all_tracing()
 2024-08-10  1:21 UTC 

[PATCH] trace-cmd meson: Fix include file for swig python build
 2024-07-30 16:36 UTC  (2+ messages)

[PATCH] trace-cmd documentation: Remove check-manpages.sh for trace-cmd in meson build
 2024-07-30 16:40 UTC  (2+ messages)

[PATCH] trace-cmd: Add meson build targets to Makefile
 2024-07-30 16:38 UTC  (2+ messages)

[PATCH] libtracefs: Documentation: Add missing documentation to meson.build
 2024-07-25 19:44 UTC  (2+ messages)

[PATCH] trace-cmd Documentation: Update the trace-cmd report output
 2024-07-25 19:42 UTC 

[PATCH v2] Fix double free issue in event_read_print_args
 2024-07-24 22:17 UTC  (2+ messages)

[ANNOUNCE] libtraceevent 1.8.3
 2024-07-24 19:33 UTC 

[PATCH] libtracefs: Add meson build targets to Makefile
 2024-07-24 17:47 UTC 

[PATCH v2] libtraceevent: Add meson build targets to Makefile
 2024-07-24 17:26 UTC 

[PATCH] trace-cmd: python: Update python module
 2024-07-24 17:14 UTC  (5+ messages)

[PATCH 0/3] libtracefs: Enable ring buffer user space memory mapping
 2024-07-23 22:07 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Enable mmapped ring buffer
` [PATCH 2/3] libtracefs: Add cpu-map sample to trace mapped buffer
` [PATCH 3/3] libtracefs utest: Add better logic to cause missed events

[PATCH v2] libtraceevent: Fix a double free in process_op()
 2024-07-22 16:19 UTC 

[PATCH] libtraceevent: Fix a double free in process_op()
 2024-07-22 16:05 UTC  (4+ messages)

[PATCH] trace-cmd record: Do not remove instances with -v
 2024-07-19  1:48 UTC 

[PATCH 00/38] trace-cmd: fix misc issues found by static analysis
 2024-07-18  2:11 UTC  (51+ messages)
` [PATCH 01/38] trace-cmd listen: close ofd before exiting process_client()
` [PATCH 02/38] trace-cmd msg: prevent a memory leak in get_trace_req_args()
` [PATCH 03/38] trace-cmd lib: prevent a memory leak in read_header_files()
` [PATCH 04/38] trace-cmd: call dlclose() in the error path of load_plugin()
` [PATCH 05/38] trace-cmd lib: prevent possible memory coruption in add_plugin_file()
` [PATCH 06/38] trace-cmd lib: prevent a memory leak in handle_options()
` [PATCH 07/38] trace-cmd lib: prevent a memory leak in regex_event_buf()
` [PATCH 08/38] trace-cmd lib: prevent a memory leak in create_event_list_item()
` [PATCH 09/38] trace-cmd lib: prevent a memory leak in read_ftrace_printk()
` [PATCH 10/38] trace-cmd: don't print a NULL string in append_pid_filter()
` [PATCH 11/38] trace-cmd record: prevent possible memory coruption in get_pid_addr_maps()
` [PATCH 12/38] trace-cmd hist: close tracecmd handle when trace_hist() exits early
` [PATCH 13/38] trace-cmd record: prevent a memory leak in show_error()
` [PATCH 14/38] trace-cmd record: prevent memory leak in update_pid_filters()
` [PATCH 15/38] trace-cmd lib: check the return value of do_lssek() in trace_get_options()
` [PATCH 16/38] trace-cmd lib: don't double close a file descriptor in read_header_files()
` [PATCH 17/38] trace-cmd lib: prevent memory leak in ptp_clock_server()
` [PATCH 18/38] trace-cmd lib: remove useless code in tracecmd_plog()
` [PATCH 19/38] trace-cmd record: prevent memory leak in add_all_instances()
` [PATCH 20/38] trace-cmd lib: check for a negative return value of read in tracecmd_compress_copy_from()
` [PATCH 21/38] trace-cmd record: prevent memory leak in clear_func_filter()
` [PATCH 22/38] trace-cmd dump: prevent buffer overrun in dump_clock()
` [PATCH 23/38] trace-cmd lib: prevent buffer overrun in read_string()
` [PATCH 24/38] trace-cmd: close file descriptor in trace_vsock_make()
` [PATCH 25/38] trace-cmd lib: prevent memory leak in glob_events()
` [PATCH 26/38] trace-cmd record: don't print a NULL string in get_temp_file()
` [PATCH 27/38] trace-cmd lib: prevent a possible file descriptor leak in set_proc_kptr_restrict()
` [PATCH 28/38] trace-cmd lib: remove unused tracecmd_parse_cmdlines() function
` [PATCH 29/38] trace-cmd record: prevent memory leak in setup_network()
` [PATCH 30/38] trace-cmd listen: prevent memory leak in communicate_with_client()
` [PATCH 31/38] trace-cmd listen: prevent a infinite loop "
` [PATCH 32/38] trace-cmd lib: prevent memory leak in tracecmd_create_event_hook()
` [PATCH 33/38] trace-cmd record: prevent memory corruption in parse_record_options()
` [PATCH 34/38] trace-cmd mem: prevent a memory leak in trace_mem()
` [PATCH 35/38] trace-cmd: move the initialization of found_pid at the beginning of stop_trace_connect()
` [PATCH 36/38] trace-cmd record: check the length of the protocol version received
` [PATCH 37/38] trace-cmd record: close socket fd before retrying to connect
` [PATCH 38/38] trace-cmd lib: prevent a memory leak in tracecmd_tsync_proto_getall()

[PATCH v3 0/2] trace-cmd report: support function retval in function_graph
 2024-07-17 23:17 UTC  (3+ messages)
` [PATCH v3 1/2] trace-cmd report: Print "
` [PATCH v3 2/2] trace-cmd report: Add options for the fgraph retval feature

[PATCH v2 0/2] trace-cmd ftrace: support function retval feature in function_graph
 2024-07-17 20:58 UTC  (7+ messages)
` [PATCH v2 1/2] trace-cmd ftrace: print function retval "
` [PATCH v2 2/2] trace-cmd: Add ftrace options for the fgraph retval feature

[PATCH v3 0/5] perf build: libtraceevent, libtracefs feature check with pkg-config
 2024-07-17 20:17 UTC  (9+ messages)
  ` [PATCH v3 1/5] perf build: Warn if libtracefs is not found
  ` [PATCH v3 2/5] tools: Make pkg-config dependency checks usable by other tools
  ` [PATCH v3 3/5] tools/verification: Use pkg-config in lib_setup of Makefile.config
  ` [PATCH v3 4/5] tools/rtla: "
  ` [PATCH v3 5/5] tools/latency: "

[PATCH] trace-cmd: ptp-timesync: Turn off Nagle for TCP sockets
 2024-07-17 19:09 UTC  (2+ messages)

[PATCH] fix double free issue in event_read_print_args
 2024-06-28 15:35 UTC  (2+ messages)

[PATCH] fix double free issue in event_read_print_args
 2024-06-28 15:34 UTC  (2+ messages)

[PATCH] trace-cmd library: fix compatibility with Python 3.13
 2024-06-23 17:10 UTC 

trace-cmd library: suspicious SWIG instructions for the python wrappers
 2024-06-20  8:49 UTC 

[PATCH] kernelshark: fix compiling error in LatencyPlot.cpp
 2024-06-15  5:50 UTC  (2+ messages)

[PATCH] libtraceevent: Do not return a local stack pointer in get_field_str()
 2024-06-14 19:54 UTC 

[PATCH 0/4] libtraceevent: fix misc issues found by static analysis
 2024-06-14 19:49 UTC  (6+ messages)
` [PATCH 1/4] libtraceevent: close shared object in the error path of load_plugin()
` [PATCH 2/4] libtraceevent: prevent a memory leak in process_fields()
` [PATCH 3/4] libtraceevent: prevent a memory leak in tep_plugin_add_option()
` [PATCH 4/4] libtraceevent: don't return a pointer to a local variable get_field_str()

[PATCH] libtraceevent: Have unit test fail when any tests fail
 2024-06-14 19:34 UTC 

[PATCH 00/15] libtracefs: fix misc issues found by static analysis
 2024-06-06 15:38 UTC  (16+ messages)
` [PATCH 01/15] libtracefs: call va_end() before exiting tracefs_hist_set_sort_key()
` [PATCH 02/15] libtracefs: prevent memory leak in append_filer()
` [PATCH 03/15] libtracefs: prevent a memory leak in update_fields()
` [PATCH 04/15] libtracefs: prevent a memory leak in tracefs_synth_add_end_field()
` [PATCH 05/15] libtracefs: prevent memory leak in tracefs_event_systems()
` [PATCH 06/15] libtracefs: don't leak socket file descriptor in open_vsock()
` [PATCH 07/15] libtracefs: prevent a memory leak in add_func_str()
` [PATCH 08/15] libtracefs: prevent a memory leak in tracefs_system_events()
` [PATCH 09/15] libtracefs: prevent a memory leak in open_cpu_files()
` [PATCH 10/15] libtracefs: prevent memory leak in tracefs_instance_create()
` [PATCH 11/15] libtracefs: my_yyinput() should return 0 when no data can be read
` [PATCH 12/15] libtracefs: prevent memory leak in tracefs_dynevent_get_all()
` [PATCH 13/15] libtracefs: close dir in the error path in tracefs_system_events()
` [PATCH 14/15] libtracefs: close dir in the error path in tracefs_event_systems()
` [PATCH 15/15] libtracefs: initialize val in build_filter()

[PATCH] trace-cmd: Do not print stacks after stacks
 2024-06-04 15:12 UTC  (2+ messages)

[PATCH] libtracecmd: Optimize what cpus to check in tracecmd_iterate_events()
 2024-05-28 18:52 UTC 

[PATCH] libtracecmd: Optimize what cpus to check in tracecmd_iterate_events()
 2024-05-28 16:09 UTC 

[PATCH v1] libtraceevent: Avoid a simple asprintf case
 2024-05-28 15:51 UTC  (5+ messages)

[PATCH v1] libtraceevent: Fix event-parse memory leak in process_cond
 2024-05-28 15:50 UTC  (4+ messages)

RGV Abstract Website Feedback
 2024-05-18  5:47 UTC 

[PATCH] libtracefs: Add trace-mmap.c to meson build
 2024-05-17 19:30 UTC 

[PATCH 0/2] trace-cmd ftrace: support function retval feature in function_graph
 2024-05-17 19:23 UTC  (8+ messages)
` [PATCH 2/2] trace-cmd: Add ftrace options with fgraph retval option
        ` [External] : "

[PATCH v4] rtla: Documentation: Fix -t, --trace
 2024-05-17 19:07 UTC  (2+ messages)

[PATCH v3 1/2] rtla: Fix -t\--trace[=file]
 2024-05-16  7:40 UTC  (3+ messages)
` [PATCH v3 2/2] rtla: Documentation: Fix -t, --trace

[PATCH v2] rtla: Fix -t/--trace[=file]
 2024-05-15 13:22 UTC  (2+ messages)

[PATCH] trace-cmd: support -m parameter for virt instances
 2024-05-13 17:50 UTC  (3+ messages)

[PATCH] rtla: Fix reporting when a cpu count is 0
 2024-05-10 19:03 UTC 

[PATCH] Fix reporting when a cpu count is 0
 2024-05-10 16:26 UTC 

[PATCH] rtla: Fix -t/--trace[=file]
 2024-05-10  8:10 UTC  (2+ messages)

[PATCH] perf build: Add LIBTRACEEVENT_DIR build option
 2024-05-06  8:30 UTC  (2+ messages)
    ` [External] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).