linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-03 09:56:32 to 2024-07-17 20:45:17 UTC [more...]

[PATCH v2 0/2] trace-cmd ftrace: support function retval feature in function_graph
 2024-07-17 20:44 UTC  (6+ 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 00/38] trace-cmd: fix misc issues found by static analysis
 2024-07-17 20:31 UTC  (42+ 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/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] trace-cmd: python: Update python module
 2024-07-15 15:12 UTC  (4+ messages)

[PATCH v2] Fix double free issue in event_read_print_args
 2024-07-01  2:24 UTC 

[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] libtraceevent: Fix a double free in process_op()
 2024-06-26  3:39 UTC 

[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  (9+ messages)
` [PATCH 1/2] trace-cmd ftrace: print function retval "
` [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  (4+ 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] "

RFC: using NIC DMA ring as tracing buffer?
 2024-04-17 23:05 UTC  (4+ messages)

[PATCH] libtraceevent: Have single quotes represent characters
 2024-04-15  8:26 UTC 

[PATCH] libtraceevent: Make sure unit test binary fails when tests fail
 2024-04-12  0:35 UTC  (2+ messages)

[PATCH] libtraceevent: Fix tests running on big endian arch
 2024-04-02  8:34 UTC  (3+ messages)
  ` [PATCH] "

[PATCHSET 00/23] Remaining bits of data type profiling (v7)
 2024-03-19 20:34 UTC  (43+ messages)
` [PATCH 01/23] perf dwarf-aux: Remove unused pc argument
` [PATCH 02/23] perf dwarf-aux: Add die_collect_vars()
` [PATCH 03/23] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 04/23] perf dwarf-aux: Add die_find_func_rettype()
` [PATCH 05/23] perf map: Add map__objdump_2rip()
` [PATCH 06/23] perf annotate-data: Introduce struct data_loc_info
` [PATCH 07/23] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 08/23] perf annotate-data: Add debug messages
` [PATCH 09/23] perf annotate-data: Maintain variable type info
` [PATCH 10/23] perf annotate-data: Add update_insn_state()
` [PATCH 11/23] perf annotate-data: Add get_global_var_type()
` [PATCH 12/23] perf annotate-data: Handle global variable access
` [PATCH 13/23] perf annotate-data: Handle call instructions
` [PATCH 14/23] perf annotate-data: Implement instruction tracking
` [PATCH 15/23] perf annotate-data: Check register state for type
` [PATCH 16/23] perf annotate: Parse x86 segment register location
` [PATCH 17/23] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 18/23] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 19/23] perf annotate-data: Support general per-cpu access
` [PATCH 20/23] perf annotate-data: Handle ADD instructions
` [PATCH 21/23] perf annotate-data: Add stack canary type
` [PATCH 22/23] perf annotate-data: Add a cache for global variable types
` [PATCH 23/23] perf annotate-data: Do not retry for invalid types

[PATCH] libtracefs meson: Use SemVer in the build description
 2024-03-14 16:43 UTC  (2+ messages)

[PATCH] rtla: Remove tarfile functionality
 2024-03-12 16:00 UTC 

[PATCH] build: various fixes for the Meson build of libtraceevent
 2024-03-11 11:11 UTC 

[PATCH 1/3] kernel-shark: Enable extra compile warnings
 2024-03-10 19:32 UTC  (3+ messages)
` [PATCH 2/3] kernelshark: Mute all "unused parameter" warnings
` [PATCH 3/3] kernel-shark: Fix various compile warnings

[PATCH 00/34] Fix kernelshark issues introduced by the migration to Qt6
 2024-03-03 20:43 UTC  (6+ messages)


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).