linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-27 10:37:15 to 2018-09-28 10:53:35 UTC [more...]

[PATCH v3] perf test: S390 does not support watchpoints in test 22
 2018-09-28 10:53 UTC 

[PATCH v2] perf test: S390 does not support watchpoints in test 22
 2018-09-28 10:52 UTC  (5+ messages)

[PATCH 1/3] perf report: don't try to map ip to invalid map
 2018-09-27 19:12 UTC  (12+ messages)
` [PATCH 2/3] perf report: use the offset address to find inline frames
` [PATCH 3/3] perf report: don't crash on invalid inline debug information

[GIT PULL 00/13] perf/core improvements and fixes
 2018-09-25  9:21 UTC  (15+ messages)
` [PATCH 01/13] perf: Suppress AUX/OVERWRITE records
` [PATCH 02/13] perf test: Add watchpoint test
` [PATCH 03/13] perf ordered_events: Add 'struct ordered_events_buffer' layer
` [PATCH 04/13] perf ordered_events: Prevent crossing max_alloc_size
` [PATCH 05/13] tools include: Adopt PTR_ERR_OR_ZERO from the kernel err.h header
` [PATCH 06/13] perf bpf-loader: use PTR_ERR_OR_ZERO inetead of return code
` [PATCH 07/13] perf tools: Remove perf_tool from event_op2
` [PATCH 08/13] perf tools: Remove perf_tool from event_op3
` [PATCH 09/13] perf auxtrace: Pass struct perf_mmap into mmap__read* functions
` [PATCH 10/13] perf tools: Add 'struct perf_mmap' arg to record__write()
` [PATCH 11/13] perf util: Make copyfile_offset() global
` [PATCH 12/13] perf tools: Initialize perf_data_file fd field
` [PATCH 13/13] perf python: Use -Wno-redundant-decls to build with PYTHON=python3

[GIT PULL 00/27] perf/core improvements and fixes
 2018-09-24 15:02 UTC  (28+ messages)
` [PATCH 01/27] perf help: Add missing subcommand `version`
` [PATCH 02/27] perf tools: Report itrace options in help
` [PATCH 03/27] tools lib subcmd: Support overwriting the pager
` [PATCH 04/27] perf script: Allow sym and dso without ip, addr
` [PATCH 05/27] perf script: Print DSO for callindent
` [PATCH 06/27] tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format
` [PATCH 07/27] tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}
` [PATCH 08/27] tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags
` [PATCH 09/27] tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type
` [PATCH 10/27] tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags
` [PATCH 11/27] tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures
` [PATCH 12/27] tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type
` [PATCH 13/27] tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type
` [PATCH 14/27] tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_type
` [PATCH 15/27] tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}
` [PATCH 16/27] tools lib traceevent: Add prefix tep_ to various structs filter_arg_*
` [PATCH 17/27] tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter
` [PATCH 18/27] tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list
` [PATCH 19/27] tools lib traceevent: Rename data2host*() APIs
` [PATCH 20/27] tools lib traceevent: Add prefix tep_ to enum filter_trivial_type
` [PATCH 21/27] perf script: Enhance sample flags for trace begin / end
` [PATCH 22/27] perf db-export: Add trace begin / end branch type variants
` [PATCH 23/27] perf tools: Improve thread_stack__event() for trace begin / end
` [PATCH 24/27] perf tools: Improve thread_stack__process() "
` [PATCH 25/27] perf intel-pt: Add decoder flags "
` [PATCH 26/27] perf intel-pt: Implement "
` [PATCH 27/27] perf vendor events arm64: Revise core JSON events for eMAG

[PATCH v3] perf vendor events arm64: Revise core JSON events for eMAG
 2018-09-20 19:17 UTC  (2+ messages)

[GIT PULL 0/2] perf/urgent fixes
 2018-09-19 11:34 UTC  (4+ messages)
` [PATCH 1/2] tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems
` [PATCH 2/2] perf Documentation: Fix out-of-tree asciidoctor man page generation

[PATCH v2] perf vendor events arm64: Revise core JSON events for eMAG
 2018-09-17 15:40 UTC  (8+ messages)

[GIT PULL 0/7] perf/urgent fixes
 2018-09-12 19:10 UTC  (9+ messages)
` [PATCH 1/7] tools headers uapi: Update tools's copy of linux/perf_event.h
` [PATCH 2/7] tools headers uapi: Update tools's copy of asm-generic/unistd.h
` [PATCH 3/7] tools headers uapi: Update tools's copy of drm/drm.h
` [PATCH 4/7] tools headers uapi: Update tools's copies of kvm headers
` [PATCH 5/7] tools headers uapi: Update tools's copy of linux/vhost.h
` [PATCH 6/7] tools headers uapi: Update tools's copy of linux/if_link.h
` [PATCH 7/7] perf tools: Fix maps__find_symbol_by_name()

[GIT PULL 00/77] perf/core improvements and fixes
 2018-09-10 15:19 UTC  (80+ messages)
` [PATCH 01/77] perf trace: Pass augmented args to the arg formatters when available
` [PATCH 02/77] perf trace: Make the augmented_syscalls filter out the tracepoint event
` [PATCH 03/77] perf trace: Print the syscall name for augmented_syscalls
` [PATCH 04/77] perf trace: Extract the comm/tid printing for syscall enter
` [PATCH 05/77] perf trace: Show comm/tid for augmented_syscalls
` [PATCH 06/77] perf trace: Use the augmented filename, expanding syscall enter pointers
` [PATCH 07/77] perf trace: Augment the 'open' syscall 'filename' arg
` [PATCH 08/77] perf trace: Augment inotify_add_watch pathname syscall arg
` [PATCH 09/77] perf trace: Introduce augmented_filename_syscall_enter() declarator
` [PATCH 10/77] perf trace: Augment 'newstat' (aka 'stat') filename ptr
` [PATCH 11/77] perf trace: Add a etcsnoop.c augmented syscalls eBPF utility
` [PATCH 12/77] perf bpf: Give precedence to bpf header dir
` [PATCH 13/77] perf bpf: Add linux/socket.h to the headers accessible to bpf proggies
` [PATCH 14/77] perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
` [PATCH 15/77] perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()
` [PATCH 16/77] perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg
` [PATCH 17/77] perf trace augmented_syscalls: Augment sendto's 'addr' arg
` [PATCH 18/77] perf trace beauty: Reorganize 'struct sockaddr *' beautifier
` [PATCH 19/77] perf report: Create auxiliary trace data files for s390
` [PATCH 20/77] tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file
` [PATCH 21/77] perf bpf: Add syscall_exit() helper
` [PATCH 22/77] perf augmented_syscalls: Update the header comments
` [PATCH 23/77] perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_syscall
` [PATCH 24/77] perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL too
` [PATCH 25/77] perf trace: Show comm and tid for tracepoint events
` [PATCH 26/77] perf stat: Use evsel->threads in create_perf_stat_counter()
` [PATCH 27/77] perf stat: Move 'initial_delay' to 'struct perf_stat_config'
` [PATCH 28/77] perf stat: Move 'no_inherit' "
` [PATCH 29/77] perf stat: Use local config arg for scale in create_perf_stat_counter()
` [PATCH 30/77] perf stat: Add 'identifier' flag to 'struct perf_stat_config'
` [PATCH 31/77] perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()
` [PATCH 32/77] perf evsel: Introduce perf_evsel__store_ids()
` [PATCH 33/77] perf stat: Move create_perf_stat_counter() to stat.c
` [PATCH 34/77] perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()
` [PATCH 35/77] perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config()
` [PATCH 36/77] perf stat: Add 'struct perf_tool' "
` [PATCH 37/77] perf stat: Add 'struct perf_evlist' "
` [PATCH 38/77] perf stat: Add 'perf_event__handler_t' "
` [PATCH 39/77] perf stat: Move perf_stat_synthesize_config() to stat.c
` [PATCH 40/77] perf stat: Introduce perf_evlist__print_counters()
` [PATCH 41/77] perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
` [PATCH 42/77] perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()
` [PATCH 43/77] perf stat: Pass 'struct perf_stat_config' argument to local print functions
` [PATCH 44/77] perf stat: Pass a 'struct perf_stat_config' argument to global "
` [PATCH 45/77] perf stat: Move csv_* to 'struct perf_stat_config'
` [PATCH 46/77] perf stat: Move 'interval_clear' "
` [PATCH 47/77] perf stat: Move 'metric_only' "
` [PATCH 48/77] perf stat: Move 'unit_width' "
` [PATCH 49/77] perf stat: Add 'target' argument to perf_evlist__print_counters()
` [PATCH 50/77] perf stat: Pass 'evlist' argument to print functions
` [PATCH 51/77] perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
` [PATCH 52/77] perf stat: Move 'run_count' to 'struct perf_stat_config'
` [PATCH 53/77] perf stat: Move 'metric_only_len' "
` [PATCH 54/77] perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
` [PATCH 55/77] perf stat: Pass 'evlist' to aggr_update_shadow()
` [PATCH 56/77] perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
` [PATCH 57/77] perf stat: Move 'null_run' "
` [PATCH 58/77] perf stat: Move 'print_free_counters_hint' "
` [PATCH 59/77] perf stat: Move 'print_mixed_hw_group_error' "
` [PATCH 60/77] perf stat: Move ru_* data "
` [PATCH 61/77] perf stat: Move *_aggr_* "
` [PATCH 62/77] perf stat: Do not use the global 'evsel_list' in print functions
` [PATCH 63/77] perf stat: Move 'big_num' data to 'struct perf_stat_config'
` [PATCH 64/77] perf stat: Move 'no_merge' "
` [PATCH 65/77] perf stat: Propagate 'struct target' arg to sort_aggr_thread()
` [PATCH 66/77] perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
` [PATCH 67/77] perf stat: Move 'metric_events' "
` [PATCH 68/77] perf stat: Move the display functions to stat-display.c
` [PATCH 69/77] perf trace beauty: Alias 'umount' to 'umount2'
` [PATCH 70/77] perf annotate: Handle arm64 move instructions
` [PATCH 71/77] perf augmented_syscalls: Check probe_read_str() return separately
` [PATCH 72/77] perf augmented_syscalls: Avoid optimization to pass older BPF validators
` [PATCH 73/77] perf trace: Introduce syscall__augmented_args() method
` [PATCH 74/77] perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler
` [PATCH 75/77] perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls
` [PATCH 76/77] perf map: Turn some pr_warning() to pr_debug()
` [PATCH 77/77] perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo

[PATCH] perf vendor events arm64: Revise core JSON events for eMAG
 2018-09-10  0:08 UTC 

[GIT PULL 00/13] perf/urgent fixes
 2018-09-09 19:39 UTC  (15+ messages)
` [PATCH 01/13] perf annotate: Properly interpret indirect call
` [PATCH 02/13] perf tests: Add breakpoint modify tests
` [PATCH 03/13] perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set
` [PATCH 04/13] perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0
` [PATCH 05/13] perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint
` [PATCH 06/13] perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpoint
` [PATCH 07/13] perf arm64: Fix include path for asm-generic/unistd.h
` [PATCH 08/13] perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
` [PATCH 09/13] perf tools: Streamline bpf examples and headers installation
` [PATCH 10/13] perf util: Fix bad memory access in trace info
` [PATCH 11/13] perf event-parse: Use fixed size string for comms
` [PATCH 12/13] perf probe powerpc: Ignore SyS symbols irrespective of endianness
` [PATCH 13/13] perf annotate: Fix parsing aarch64 branch instructions after objdump update

[PATCH] perf annotate: fix parsing aarch64 branch instructions after objdump update
 2018-08-30 18:47 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] perf annotate: Handle arm64 move instructions
 2018-08-30 18:38 UTC  (3+ messages)

[PATCH] perf vendor events arm64: Add to core JSON events for eMAG
 2018-08-30  4:14 UTC  (4+ messages)

[PATCH] Properly interpret indirect call in perf annotate
 2018-08-28 17:55 UTC  (9+ messages)

[PATCH v2 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-28  9:19 UTC  (13+ messages)
` [PATCH v2 1/2]: perf util: map data buffer for preserving collected data
` [PATCH v2 2/2]: perf record: enable asynchronous trace writing

[PATCH] AMD perf PMU events for AMD Family 17h
 2018-08-27 14:56 UTC  (5+ 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).