linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-08 21:18:13 to 2018-01-12 04:13:30 UTC [more...]

[PATCH 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-12  4:05 UTC  (14+ messages)
` [PATCH 1/3] tracing: detect the string termination character when parsing user input string
` [PATCH 2/3] tracing: make sure the parsed string always terminates with '\0'
` [PATCH 3/3] tracing: don't set parser->cont if it has reached the end of input buffer

[PATCH 0/2] perf-probe: Improve warning message for buildid mismatch
 2018-01-11 16:21 UTC  (11+ messages)
` [PATCH 1/2] perf-probe: Ensure debuginfo's build-id is correct
` [PATCH 2/2] perf-probe: Skip searching debuginfo if we know no debuginfo

Perf stat: add the date for each measurement
 2018-01-11 15:09 UTC 

[GIT PULL 00/27] perf/core improvements and fixes
 2018-01-11 14:46 UTC  (31+ messages)
` [PATCH 01/27] perf test bpf: Improve message about expected samples
` [PATCH 02/27] perf test bpf: Use designated struct field initializers
` [PATCH 03/27] perf test bpf: Hook on epoll_pwait()
` [PATCH 04/27] perf tools: Fix compile error with libunwind x86
` [PATCH 05/27] perf report: Fix a wrong offset issue when using /proc/kcore
` [PATCH 06/27] perf report: Fix a no annotate browser displayed issue
` [PATCH 07/27] perf header: Add infrastructure to record first and last sample time
` [PATCH 08/27] perf record: Record the first and last sample time in the header
` [PATCH 09/27] perf tools: Create function to parse time percent
` [PATCH 10/27] perf tools: Create function to perform multiple time range checking
` [PATCH 11/27] perf report: Support time percent and multiple time ranges
` [PATCH 12/27] perf script: "
` [PATCH 13/27] perf tools: Enable LIBBABELTRACE by default
` [PATCH 14/27] perf tools: Display perf_event_attr::namespaces debug info
` [PATCH 15/27] perf: Allocate context task_ctx_data for child event
` [PATCH 16/27] perf: Add sample_id to PERF_RECORD_ITRACE_START event comment
` [PATCH 17/27] perf: Make perf_callchain function static
` [PATCH 18/27] perf: Return empty callchain instead of NULL
` [PATCH 19/27] perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13
` [PATCH 20/27] perf script: Add support to display sample misc field
` [PATCH 21/27] perf script: Add support to display lost events
` [PATCH 22/27] perf tools: Make the tool's warning messages optional
` [PATCH 23/27] perf report: Add --stats option to display quick data statistics
` [PATCH 24/27] perf trace: Beautify 'gettid' syscall result
` [PATCH 25/27] perf report: Add --tasks option to display monitored tasks
` [PATCH 26/27] perf report: Introduce --mmaps
` [PATCH 27/27] tools headers: Synchronize kernel <-> tooling headers

[PATCH] perf trace: Warn about --call-graph dwarf invalid parameters
 2018-01-11 14:16 UTC 

[PATCH] perf/core: Fix installing cgroup event into cpu
 2018-01-11  3:09 UTC 

Php-fpm will crash when perf runs with call graph option
 2018-01-10 15:21 UTC  (3+ messages)

[PATCH] perf ftrace: Fix the buffer size in __write_tracing_file
 2018-01-09  6:35 UTC  (5+ messages)

perf memory metrics on ec2 instance
 2018-01-08  5:09 UTC  (5+ messages)

Question regarding perf test case trace+probe_libc_inet_pton.sh
 2018-01-08 16:21 UTC  (2+ messages)

Trying to understand some strange samples in a perf profile
 2018-01-04 22:08 UTC  (8+ messages)

How do I troubleshoot Dwarf Unwinding Issuess?
 2017-12-28 22:53 UTC 

[GIT PULL 00/35] perf/core improvements and fixes
 2017-12-28 15:17 UTC  (37+ messages)
` [PATCH 01/35] perf stat: Define a structure for per-thread shadow stats
` [PATCH 02/35] perf stat: Extend rbtree to support "
` [PATCH 03/35] perf stat: Create the runtime_stat init/exit function
` [PATCH 04/35] perf stat: Update per-thread shadow stats
` [PATCH 05/35] perf stat: Print "
` [PATCH 06/35] perf stat: Remove a set of shadow stats static variables
` [PATCH 07/35] perf stat: Allocate shadow stats buffer for threads
` [PATCH 08/35] perf stat: Update or print per-thread stats
` [PATCH 09/35] perf thread_map: Enumerate all threads from /proc
` [PATCH 10/35] perf stat: Remove --per-thread pid/tid limitation
` [PATCH 11/35] perf stat: Resort '--per-thread' result
` [PATCH 12/35] perf utils: Move is_directory() to path.h
` [PATCH 13/35] perf test: Handle properly readdir DT_UNKNOWN
` [PATCH 14/35] perf perf: Remove duplicate includes
` [PATCH 15/35] tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
` [PATCH 16/35] perf s390: Generate system call table from asm/unistd.h
` [PATCH 17/35] perf trace: Use generated syscall table on s390 too
` [PATCH 18/35] perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
` [PATCH 19/35] perf annotate: Use perf_env when obtaining the arch name
` [PATCH 20/35] perf env: Adopt perf_env__arch() from the annotate code
` [PATCH 21/35] perf probe: Add warning message if there is unexpected event name
` [PATCH 22/35] perf probe: Cut off the version suffix from "
` [PATCH 23/35] perf probe: Add __return suffix for return events
` [PATCH 24/35] perf probe: Find versioned symbols from map
` [PATCH 25/35] perf string: Add {strdup,strpbrk}_esc()
` [PATCH 26/35] perf probe: Support escaped character in parser
` [PATCH 27/35] perf evsel: Fix swap for samples with raw data
` [PATCH 28/35] perf test shell: Fix check open filename arg using 'perf trace'
` [PATCH 29/35] Revert "perf s390: Always build with -fPIC"
` [PATCH 30/35] perf s390: Always build with -fPIC
` [PATCH 31/35] perf evsel: Enable ignore_missing_thread for pid option
` [PATCH 32/35] perf probe arm64: Fix symbol fixup issues due to ELF type
` [PATCH 33/35] perf tool: Improve bash command line auto-complete for multiple events with comma
` [PATCH 34/35] perf tools: Return all events as auto-completions after comma
` [PATCH 35/35] perf tools: Auto-complete for events with ':'

Php-fpm will crash when perf runs with call graph option
 2017-12-25  7:06 UTC  (2+ messages)

Perf test case probe libc's inet_pton & backtrace
 2017-12-19 12:57 UTC 

[GIT PULL 0/5] perf/urgent fixes
 2017-12-18 17:11 UTC  (7+ messages)
` [PATCH 1/5] perf tools: Use shell function for perl cflags retrieval
` [PATCH 2/5] perf tools: Fix up build in hardened environments
` [PATCH 3/5] perf jvmti: Generate correct debug information for inlined code
` [PATCH 4/5] tools arch s390: Do not include header files from the kernel sources
` [PATCH 5/5] x86/asm: Allow again using asm.h when building for the 'bpf' clang target

[PATCH v4] perf-probe: Support escaped character in parser
 2017-12-16 14:52 UTC  (5+ messages)

[GIT PULL 00/34] perf/core improvements and fixes
 2017-12-14 17:42 UTC  (35+ messages)
` [PATCH 01/34] perf stat: Define a structure for per-thread shadow stats
` [PATCH 02/34] perf stat: Extend rbtree to support "
` [PATCH 03/34] perf stat: Create the runtime_stat init/exit function
` [PATCH 04/34] perf stat: Update per-thread shadow stats
` [PATCH 05/34] perf stat: Print "
` [PATCH 06/34] perf stat: Remove a set of shadow stats static variables
` [PATCH 07/34] perf stat: Allocate shadow stats buffer for threads
` [PATCH 08/34] perf stat: Update or print per-thread stats
` [PATCH 09/34] perf thread_map: Enumerate all threads from /proc
` [PATCH 10/34] perf stat: Remove --per-thread pid/tid limitation
` [PATCH 11/34] perf stat: Resort '--per-thread' result
` [PATCH 12/34] perf utils: Move is_directory() to path.h
` [PATCH 13/34] perf test: Handle properly readdir DT_UNKNOWN
` [PATCH 14/34] perf perf: Remove duplicate includes
` [PATCH 15/34] tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
` [PATCH 16/34] perf s390: Generate system call table from asm/unistd.h
` [PATCH 17/34] perf trace: Use generated syscall table on s390 too
` [PATCH 18/34] perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
` [PATCH 19/34] perf annotate: Use perf_env when obtaining the arch name
` [PATCH 20/34] perf env: Adopt perf_env__arch() from the annotate code
` [PATCH 21/34] perf probe: Add warning message if there is unexpected event name
` [PATCH 22/34] perf probe: Cut off the version suffix from "
` [PATCH 23/34] perf probe: Add __return suffix for return events
` [PATCH 24/34] perf probe: Find versioned symbols from map
` [PATCH 25/34] perf string: Add {strdup,strpbrk}_esc()
` [PATCH 26/34] perf probe: Support escaped character in parser
` [PATCH 27/34] perf evsel: Fix swap for samples with raw data
` [PATCH 28/34] perf test shell: Fix check open filename arg using 'perf trace'
` [PATCH 29/34] tools headers: Synchronize KVM arch ABI headers
` [PATCH 30/34] tools headers: Synchronize kernel x86 UAPI headers
` [PATCH 31/34] tools arch s390: Do not include header files from the kernel sources
` [PATCH 32/34] Revert "perf s390: Always build with -fPIC"
` [PATCH 33/34] perf s390: Always build with -fPIC
` [PATCH 34/34] perf evsel: Enable ignore_missing_thread for pid option

[PATCH v2] perf test shell: Fix check open filename arg using 'perf trace
 2017-12-14 14:03 UTC  (11+ messages)

[PATCH v3] perf evsel: Enable ignore_missing_thread for pid option
 2017-12-13 20:56 UTC  (4+ messages)

[PATCH 2/2] perf test shell: Fix pathname arg in probe_vfs_getname.sh
 2017-12-13 14:58 UTC  (4+ messages)

[PATCH 1/2] perf test shell: Fix check open filename arg using 'perf trace'
 2017-12-12 16:22 UTC 

[PATCH v2 0/5] perf-probe: Improve probing on versioned symbols
 2017-12-12 15:02 UTC  (7+ messages)
` [PATCH v2 2/5] perf-probe: Cut off the version suffix from event name

[PATCH v3 0/5] perf-probe: Improve probing on versioned symbols
 2017-12-12 15:01 UTC  (5+ messages)
` [PATCH v3 5/5] perf-probe: Support escaped character in parser

[PATCH 2/3] fixup! perf: introduce errno_to_name() function
 2017-12-11 15:00 UTC  (5+ messages)
` [PATCH 2/3 v2] perf trace: Introduce errno_to_name()

[PATCH 0/3] perf: generate s390 syscall table and remove auditlibs dependency
 2017-12-11 14:19 UTC  (9+ messages)
` [PATCH 1/3] perf s390: generate system call table from asm/unistd.h
` [PATCH 3/3] perf trace: no longer require auditlibs if syscall tables are present

Discrepency between `perf script` and `perf report` output for flame graphs
 2017-12-08 21:18 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).