linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-15 15:05:39 to 2018-09-05 22:04:25 UTC [more...]

[GIT PULL 00/77] perf/core improvements and fixes
 2018-09-05 22:04 UTC  (63+ 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

[GIT PULL 00/13] perf/urgent fixes
 2018-09-03 14:52 UTC  (14+ 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  (6+ 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  (10+ messages)

[PATCH v2 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-28  9:19 UTC  (19+ 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  (6+ messages)

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

[PATCH v1 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-23 16:09 UTC  (5+ messages)
` [PATCH v1 1/2]: perf util: map data buffer for preserving collected data
` [PATCH v1 2/2]: perf record: enable asynchronous trace writing

[GIT PULL 00/21] perf/core improvements and fixes
 2018-08-23  8:31 UTC  (23+ messages)
` [PATCH 01/21] perf tools: Disable parallelism for 'make clean'
` [PATCH 02/21] perf parser: Improve error message for PMU address filters
` [PATCH 03/21] perf llvm: Allow passing options to llc in addition to clang
` [PATCH 04/21] tools lib traceevent: Change to SPDX License format
` [PATCH 05/21] perf tools: Get rid of dso__needs_decompress() call in read_object_code()
` [PATCH 06/21] perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()
` [PATCH 07/21] perf tools: Get rid of dso__needs_decompress() call in __open_dso()
` [PATCH 08/21] perf tools: Make decompress_to_file() function static
` [PATCH 09/21] perf tools: Make is_supported_compression() static
` [PATCH 10/21] perf tools: Add compression id into 'struct kmod_path'
` [PATCH 11/21] perf tools: Store compression id into struct dso
` [PATCH 12/21] perf tools: Use compression id in decompress_kmodule()
` [PATCH 13/21] perf tools: Move the temp file processing into decompress_kmodule
` [PATCH 14/21] perf tools: Add is_compressed callback to compressions array
` [PATCH 15/21] perf tools: Add lzma_is_compressed function
` [PATCH 16/21] perf tools: Add gzip_is_compressed function
` [PATCH 17/21] perf tools: Remove ext from struct kmod_path
` [PATCH 18/21] perf mmap: Store real cpu number in 'struct perf_mmap'
` [PATCH 19/21] perf python: Fix pyrf_evlist__read_on_cpu() interface
` [PATCH 20/21] tools arch x86: Update tools's copy of cpufeatures.h
` [PATCH 21/21] tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'

[BUGFIX PATCH] tracing/kprobes: Fix to check notrace function with correct range
 2018-08-23  1:39 UTC  (5+ messages)

Ping [PATCH v3] perf report: Create auxiliary trace data files for s390
 2018-08-22 13:14 UTC  (2+ messages)

[GIT PULL 00/35] perf/core improvements and fixes
 2018-08-18 11:17 UTC  (36+ messages)
` [PATCH 03/35] tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
` [PATCH 04/35] tools lib traceevent, perf tools: Rename pevent plugin related APIs
` [PATCH 05/35] tools lib traceevent, perf tools: Rename pevent alloc / free APIs
` [PATCH 06/35] tools lib traceevent, perf tools: Rename pevent find APIs
` [PATCH 07/35] tools lib traceevent, perf tools: Rename pevent parse APIs
` [PATCH 08/35] tools lib traceevent, perf tools: Rename pevent print APIs
` [PATCH 09/35] tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
` [PATCH 10/35] tools lib traceevent, perf tools: Rename pevent_register_* APIs
` [PATCH 11/35] tools lib traceevent, perf tools: Rename pevent_set_* APIs
` [PATCH 12/35] tools lib traceevent, perf tools: Rename traceevent_* APIs
` [PATCH 13/35] tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
` [PATCH 14/35] tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno'
` [PATCH 15/35] tools lib traceevent: Rename pevent_function* APIs
` [PATCH 16/35] tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs
` [PATCH 17/35] tools lib traceevent: Rename pevent_filter* APIs
` [PATCH 18/35] tools lib traceevent: Rename pevent_register / unregister APIs
` [PATCH 19/35] tools lib traceevent: Rename pevent_data_ APIs
` [PATCH 20/35] tools lib traceevent: Rename pevent field APIs
` [PATCH 21/35] tools lib traceevent: Rename pevent_find_* APIs
` [PATCH 22/35] tools lib traceevent: Rename various pevent get/set/is APIs
` [PATCH 23/35] tools lib traceevent: Rename internal parser related APIs
` [PATCH 24/35] tools lib traceevent: Rename various pevent APIs
` [PATCH 25/35] tools lib traceevent: Rename static variables and functions in event-parse.c
` [PATCH 26/35] perf tools: Check for null when copying nsinfo
` [PATCH 27/35] perf tools: Fix check-headers.sh AND list path of execution
` [PATCH 28/35] perf tools: Make check-headers.sh check based on kernel dir
` [PATCH 29/35] perf tools: Move syscall_64.tbl check into check-headers.sh
` [PATCH 30/35] perf arm spe: Fix uninitialized record error variable
` [PATCH 31/35] perf python: Remove -mcet and -fcf-protection when building with clang
` [PATCH 32/35] perf auxtrace: Fix queue resize
` [PATCH 33/35] kallsyms: Simplify update_iter_mod()
` [PATCH 34/35] kallsyms, x86: Export addresses of PTI entry trampolines
` [PATCH 35/35] x86: Add entry trampolines to kcore

[PATCH V2] perf parser: Improve error message for PMU address filters
 2018-08-15 19:39 UTC  (3+ 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).