linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 18:58:28 to 2022-12-02 23:51:45 UTC [more...]

[PATCH v4 00/11] tracing/user_events: Remote write ABI
 2022-12-02 23:51 UTC 

[PATCH] libtraceevent: Add tep_find_function_info()
 2022-12-02 23:06 UTC 

[PATCH] libtraceevent: Add kbuffer_create()
 2022-12-02 17:38 UTC 

[PATCH] libtracefs: Fix wrong return value in tracefs_tracing_dir_is_mounted()
 2022-11-28 18:37 UTC  (5+ messages)

[RFC v2] libtracefs: Add initial support for meson
 2022-11-26  2:19 UTC  (2+ messages)

[RFC v2] libtraceevent: Add initial support for meson
 2022-11-26  2:18 UTC  (2+ messages)

trace-cmd build fails due to due make 'not recursively expanding'
 2022-11-25 23:20 UTC  (4+ messages)

[PATCH] tracing/user_events: Fix call print_fmt leak
 2022-11-25  1:10 UTC  (2+ messages)

[PATCH] rv/monitors: Move monitor structure in rodata
 2022-11-23  7:55 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 0/9] tracing/user_events: Remote write ABI
 2022-11-22 22:52 UTC  (10+ messages)
` [PATCH v3 1/9] tracing/user_events: Split header into uapi and kernel
` [PATCH v3 2/9] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v3 3/9] tracing/user_events: Use remote writes for event enablement
` [PATCH v3 4/9] tracing/user_events: Fixup enable faults asyncly
` [PATCH v3 5/9] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v3 6/9] tracing/user_events: Update self-tests to write ABI
` [PATCH v3 7/9] tracing/user_events: Add ABI self-test
` [PATCH v3 8/9] tracing/user_events: Use write ABI in example
` [PATCH v3 9/9] tracing/user_events: Update documentation for ABI

[ANNOUNCE] trace-cruncher 0.3.0 (beta)
 2022-11-22 13:25 UTC 

[PATCH v1 0/2] perf always use system libtraceevent
 2022-11-19  0:37 UTC  (9+ messages)
` [PATCH v1 1/2] perf build: Require libtraceevent from the system
` [PATCH v1 2/2] tools lib traceevent: Remove libtraceevent

Remove traceevent from tools/lib
 2022-11-17 22:52 UTC  (3+ messages)

[PATCH] libtracefs: Fix tracefs_iterate_raw_events() to handle NULL callback
 2022-11-16 16:57 UTC 

[PATCH v2 0/2] libtraceevent: Handling cpumask event fields
 2022-11-16 14:46 UTC  (3+ messages)
` [PATCH v2 1/2] libtraceevent: Add boiler-plate code for cpumask types
` [PATCH v2 2/2] libtraceevent: Pretty-print cpumask fields as a cpulist

[PATCH 0/2] libtraceevent: Handling cpumask event fields
 2022-11-16 11:29 UTC  (6+ messages)
` [PATCH 1/2] libtraceevent: Add boiler-plate code for cpumask types

[PATCH 0/4] trace-cmd utest: Add test for max buffer (record -m)
 2022-11-15 20:53 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Make the unit test depend on the static library
` [PATCH 2/4] trace-cmd: Only show unit test output when -v is supplied
` [PATCH 3/4] trace-cmd utest: Separate out the grep and pipes
` [PATCH 4/4] trace-cmd: Add test for max size option of record

[PATCH v2] trace-cmd library: Use tracefs_cpu for recorder helpers
 2022-11-15 20:48 UTC 

[PATCH] trace-cmd record: Fix -m option
 2022-11-15 20:35 UTC 

[PATCH] libtracefs: Make the unit test depend on the static library
 2022-11-15 20:12 UTC 

[PATCH] trace-cmd library: Use tracefs_cpu for recorder helpers
 2022-11-15 16:59 UTC 

[PATCH] libtracefs: Add unit tests for the follow functions
 2022-11-15  5:02 UTC 

[PATCH] libtracefs: Have tracefs_tracer_set() return zero on success
 2022-11-15  5:00 UTC 

[PATCH] libtracefs: Fixe tracefs_iterate_stop() when instance is used
 2022-11-15  4:56 UTC 

[PATCH v3 0/4] libtracefs: Add more iterator helpers
 2022-11-15  4:08 UTC  (5+ messages)
` [PATCH v3 1/4] libtracefs: Use tracefs_cpu_read() for tracefs_iterate_raw_events()
` [PATCH v3 2/4] libtracefs: Split out iterator functions from man page
` [PATCH v3 3/4] libtracefs: Add tracefs_follow_event() API
` [PATCH v3 4/4] libtracefs: Add tracefs_follow_missed_events() API

[PATCH v2 0/4] libtracefs: Add more iterator helpers
 2022-11-15  4:04 UTC  (5+ messages)
` [PATCH v2 1/4] libtracefs: Use tracefs_cpu_read() for tracefs_iterate_raw_events()
` [PATCH v2 2/4] libtracefs: Split out iterator functions from man page
` [PATCH v2 3/4] libtracefs: Add tracefs_follow_event() API
` [PATCH v2 4/4] libtracefs: Add tracefs_follow_missed_events() API

[PATCH 0/4] libtracefs: Add more iterator helpers
 2022-11-15  3:47 UTC  (5+ messages)
` [PATCH 1/4] libtracefs: Use tracefs_cpu_read() for tracefs_iterate_raw_events()
` [PATCH 2/4] libtracefs: Split out iterator functions from man page
` [PATCH 3/4] libtracefs: Add tracefs_follow_event() API
` [PATCH 4/4] libtracefs: Add tracefs_follow_missed_events() API

[RFC PATCH v2 0/7] tracing/user_events: Remote write ABI
 2022-11-15  0:59 UTC  (8+ messages)
` [RFC PATCH v2 1/7] tracing/user_events: Split header into uapi and kernel
` [RFC PATCH v2 2/7] tracing/user_events: Track fork/exec/exit for mm lifetime
` [RFC PATCH v2 3/7] tracing/user_events: Use remote writes for event enablement
` [RFC PATCH v2 4/7] tracing/user_events: Fixup enable faults asyncly
` [RFC PATCH v2 5/7] tracing/user_events: Add ioctl for disabling addresses
` [RFC PATCH v2 6/7] tracing/user_events: Update self-tests to write ABI
` [RFC PATCH v2 7/7] tracing/user_events: Use write ABI in example

[PATCH 0/2] libtracefs: Minor fixes
 2022-11-14 22:20 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Do not return negative on EAGAIN for tracefs_cpu_flush_write()
` [PATCH 2/2] libtracefs: Reset errno to success on EAGAIN for the flush functions

[PATCH v2 0/4] Add some helpful APIS
 2022-11-14 20:45 UTC  (5+ messages)
` [PATCH v2 1/4] libtracefs: Add tracefs_event_is_enabled() API
` [PATCH v2 2/4] libtracefs: Add tracefs_instance_get_buffer_size() API
` [PATCH v2 3/4] libtracefs: Add tracefs_instance_set_buffer_size() API
` [PATCH v2 4/4] libtracefs: Add tracefs_tracing_dir_is_mounted() API

[PATCH 0/3] libtracefs: Add some helpful APIS
 2022-11-12  0:41 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Add tracefs_event_is_enabled() API
` [PATCH 2/3] libtracefs: Add tracefs_instance_get_buffer_size() API
` [PATCH 3/3] libtracefs: Add tracefs_instance_set_buffer_size() API

[PATCH] libtracefs: Add tracefs_event_is_enabled() API
 2022-11-11 23:53 UTC 

[PATCH V2 0/3] verification/rv: Add rv tool
 2022-11-11 15:53 UTC  (4+ messages)
` [PATCH V2 1/3] rv: "
` [PATCH V2 2/3] tools/rv: Add in-kernel monitor interface
` [PATCH V2 3/3] Documentation/rv: Add verification/rv man pages

[PATCH] trace-cmd library: Use tracefs_cpu for recorder helpers
 2022-11-11  0:49 UTC 

[PATCH 0/2] libtracefs: Handle EAGAIN case in flush functions
 2022-11-10 22:59 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Do not return negative on EAGAIN for tracefs_cpu_flush_write()
` [PATCH 2/2] libtracefs: Reset errno to success on EAGAIN for the flush functions

[PATCH] trace-cmd: Quiet the warnings
 2022-11-10  7:23 UTC 

[PATCH v2] tracing: Dump instance traces into dmesg on ftrace_dump_on_oops
 2022-11-10  5:47 UTC  (2+ messages)

[PATCH] trace-cmd Library: Update record after callback in iterators
 2022-11-10  5:33 UTC 

[PATCH] tracing: Dump instance traces into oops with ftrace_dump_on_oops
 2022-11-10  3:03 UTC  (2+ messages)

[PATCH v2] libtracefs: make it possible to set libdir,includedir and mandir from outside
 2022-11-10  1:12 UTC  (2+ messages)

[PATCH] libtraceevent: make it possible to set libdir and mandir from outside
 2022-11-10  1:08 UTC  (4+ messages)

[PATCH] trace-cmd: make it build against musl C library
 2022-11-10  0:36 UTC  (2+ messages)

[PATCH v3 0/8] libtracefs: Add reading from per_cpu trace_pipe_raw helper functions
 2022-11-09 23:52 UTC  (9+ messages)
` [PATCH v3 1/8] libtracefs: Add reading of per cpu files
` [PATCH v3 2/8] libtracefs: Add tracefs_cpu_alloc_fd() and tracefs_cpu_free_fd()
` [PATCH v3 3/8] libtracefs: Add tracefs_cpu_pipe()
` [PATCH v3 4/8] libtracefs utest: Make helper functions for affinity
` [PATCH v3 5/8] libtracefs: Add unit tests for tracefs_cpu functions
` [PATCH v3 6/8] libtracefs: Move tracefs_cpu_open/close into its own man page
` [PATCH v3 7/8] libtracefs: Add man pages for tracefs_cpu_alloc_fd() and tracefs_cpu_free_fd()
` [PATCH v3 8/8] libtracefs: Add man pages for tracefs_cpu_pipe()

[PATCH] trace-cmd: Quiet gcc warning of snprintf truncation
 2022-11-09 23:32 UTC 

[PATCH V2] rtla: Fix exit status when returning from calls to usage()
 2022-11-07 15:39 UTC  (2+ messages)

[PATCH] rtla: Fix exit status when returning from calls to usage()
 2022-11-07 14:20 UTC  (4+ messages)

[PATCH] trace-cmd library: Add tracecmd_follow_missed_events() API
 2022-11-06 19:44 UTC 

[RFC PATCH 0/2] tracing/user_events: Remote write ABI
 2022-11-02 17:18 UTC  (31+ messages)
` [RFC PATCH 1/2] tracing/user_events: Use remote writes for event enablement
` [RFC PATCH 2/2] tracing/user_events: Fixup enable faults asyncly

[PATCH] libtraceevent: make it possible to set libdir,includedir and mandir from outside
 2022-10-31 21:21 UTC 

About the output interpretation of the wip RV
 2022-10-28  7:24 UTC  (6+ messages)

[PATCH 0/3] libtracefs: Add more tracefs_cpu*() man pages
 2022-10-28  0:27 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Move tracefs_cpu_open/close into its own man page
` [PATCH 2/3] libtracefs: Add man pages for tracefs_cpu_alloc_fd() and tracefs_cpu_free_fd()
` [PATCH 3/3] libtracefs: Add man pages for tracefs_cpu_pipe()

[PATCH] libtracefs: Add tracefs_cpu_alloc_fd() and tracefs_cpu_free_fd()
 2022-10-26 23:59 UTC 

[PATCH 0/3] verification/rv: Add rv tool
 2022-10-26 12:31 UTC  (5+ messages)
` [PATCH 1/3] rv: "
` [PATCH 2/3] tools/rv: Add in-kernel monitor interface
` [PATCH 3/3] Documentation/rv: Add verification/rv man pages

[PATCH v2 0/5] Add reading from per_cpu trace_pipe_raw helper functions
 2022-10-25 18:32 UTC  (6+ messages)
` [PATCH v2 1/5] libtracefs: Add reading of per cpu files
` [PATCH v2 2/5] libtracefs: Add tracefs_cpu_create_fd()
` [PATCH v2 3/5] libtracefs: Add tracefs_cpu_pipe()
` [PATCH v2 4/5] libtracefs utest: Make helper functions for affinity
` [PATCH v2 5/5] libtracefs: Add unit tests for tracefs_cpu functions

Question about 'for_each_kernel_tracepoint(...)' function
 2022-10-22  2:55 UTC  (7+ messages)

[PATCH v2] trace-cmd library: Use tracefs_cpu for recorder heplers
 2022-10-22  0:23 UTC 

[PATCH] trace-cmd record: Use tracefs_cpu for recorder helpers
 2022-10-22  0:16 UTC 

[PATCH] libtracefs: Add reading of per cpu files
 2022-10-21 22:23 UTC 

[PATCH v2] libtracefs: Add reading of per cpu files
 2022-10-21 21:24 UTC 

[PATCH] libtracefs: Add reading of per cpu files
 2022-10-21 20:39 UTC 

[PATCH] libtracefs: Update documentation for tracefs_hist_alloc_nd_cnt()
 2022-10-21 20:38 UTC 

[PATCH v2] libtracefs: Allow filters to use "COMM"
 2022-10-21 18:58 UTC 


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