linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-22 14:41:45 to 2017-10-19 17:45:07 UTC [more...]

[GIT PULL 0/8] perf/urgent fixes
 2017-10-19 17:45 UTC 

[PATCH v6 0/6] generate full callchain cursor entries for inlined frames
 2017-10-19 15:01 UTC  (13+ messages)
` [PATCH v6 1/6] perf report: properly handle branch count in match_chain
` [PATCH v6 2/6] perf report: cache failed lookups of inlined frames
` [PATCH v6 3/6] perf report: cache srclines for callchain nodes
` [PATCH v6 4/6] perf report: use srcline from callchain for hist entries
` [PATCH v6 5/6] perf util: enable handling of inlined frames by default
` [PATCH v6 6/6] perf util: use correct IP mapping to find srcline for hist entry

[PATCH v7 0/5] generate full callchain cursor entries for inlined frames
 2017-10-19 11:42 UTC  (7+ messages)
` [PATCH v7 1/5] perf report: properly handle branch count in match_chain
` [PATCH v7 2/5] perf report: cache failed lookups of inlined frames
` [PATCH v7 3/5] perf report: cache srclines for callchain nodes
` [PATCH v7 4/5] perf report: use srcline from callchain for hist entries
` [PATCH v7 5/5] perf util: enable handling of inlined frames by default

[PATCH] perf script: Add option to display guest samples in host
 2017-10-18 14:37 UTC  (2+ messages)

[PATCH v4 0/4] perf script: Add script per-event-dump support
 2017-10-18 14:00 UTC  (5+ messages)
` [PATCH v4 1/4] Add new elements for per-event-dump option
` [PATCH v4 2/4] Add fp argument to print functions
` [PATCH v4 3/4] Replace printf with fprintf for all "
` [PATCH v4 4/4] Add the fp_selection_helper to set the fp for "

[PATCH v3 0/4] perf script: Add script per-event-dump support
 2017-10-18 12:22 UTC  (7+ messages)
` [PATCH v3 1/4] Add two elements for perf_tool struct, and add three elements for perf_evsel struct, and add the per-event-dump option for perf script
` [PATCH v3 2/4] Add fp argument to print functions
` [PATCH v3 3/4] Replace printf with fprintf for all "
` [PATCH v3 4/4] Make all print functions receive the fp argument, open and close the dump_event file for each evsel, and calculate the dump_event file's size

perf buildild-list -H dumps core
 2017-10-18  0:07 UTC  (10+ messages)
        ` [PATCH] perf tools: Fix crash on buildid-list with namespace

[PATCHv2] perf buildid-cache: option -p does not delete anything
 2017-10-17  7:33 UTC 

[PATCH] perf buildid-cache: option -p does not delete anything
 2017-10-17  6:38 UTC 

[PATCH v5 00/16] generate full callchain cursor entries for inlined frames
 2017-10-16 14:19 UTC  (30+ messages)
` [PATCH v5 01/16] perf report: remove code to handle inline frames from browsers
` [PATCH v5 02/16] perf util: store srcline in callchain_cursor_node
` [PATCH v5 03/16] perf util: refactor inline_list to operate on symbols
` [PATCH v5 04/16] perf util: refactor inline_list to store srcline string directly
` [PATCH v5 05/16] perf report: create real callchain entries for inlined frames
` [PATCH v5 06/16] perf report: fall-back to function name comparison for -g srcline
` [PATCH v5 07/16] perf report: mark inlined frames in output by " (inlined)" suffix
` [PATCH v5 08/16] perf script: mark inlined frames and do not print DSO for them
` [PATCH v5 09/16] perf report: compare symbol name for inlined frames when matching
` [PATCH v5 10/16] perf report: compare symbol name for inlined frames when sorting
` [PATCH v5 11/16] perf report: properly handle branch count in match_chain
` [PATCH v5 12/16] perf report: cache failed lookups of inlined frames
` [PATCH v5 13/16] perf report: cache srclines for callchain nodes
` [PATCH v5 14/16] perf report: use srcline from callchain for hist entries
` [PATCH v5 15/16] perf util: enable handling of inlined frames by default
` [PATCH v5 16/16] perf util: use correct IP mapping to find srcline for hist entry

perf buildid-cache -p <path> question
 2017-10-16 14:12 UTC  (3+ messages)

[PATCH perf] tools: Update rbtree files
 2017-10-13 14:56 UTC  (4+ messages)
` [lkp-robot] [tools] a45112af2b: stderr.util/symbol.c:#:#:error:implicit_declaration_of_function'rb_erase_init';did_you_mean'rb_erase'?[-Werror=implicit-function-declaration]

[PATCH v2 perf] tools: Update rbtree files
 2017-10-13 14:44 UTC 

Getting error with event modifiers
 2017-10-13 13:42 UTC 

[GIT PULL 0/3] perf/urgent fixes
 2017-10-10 17:23 UTC  (5+ messages)
` [PATCH 1/3] perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
` [PATCH 2/3] perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
` [PATCH 3/3] tools include uapi bpf.h: Sync kernel ABI header with tooling header

[PATCH v4 00/15] generate full callchain cursor entries for inlined frames
 2017-10-09 20:21 UTC  (24+ messages)
` [PATCH v4 01/15] perf report: remove code to handle inline frames from browsers
` [PATCH v4 02/15] perf util: store srcline in callchain_cursor_node
` [PATCH v4 03/15] perf util: refactor inline_list to operate on symbols
` [PATCH v4 04/15] perf util: refactor inline_list to store srcline string directly
` [PATCH v4 05/15] perf report: create real callchain entries for inlined frames
` [PATCH v4 06/15] perf report: fall-back to function name comparison for -g srcline
` [PATCH v4 07/15] perf report: mark inlined frames in output by " (inlined)" suffix
` [PATCH v4 08/15] perf script: mark inlined frames and do not print DSO for them
` [PATCH v4 09/15] perf report: compare symbol name for inlined frames when matching
` [PATCH v4 10/15] perf report: compare symbol name for inlined frames when sorting
` [PATCH v4 11/15] perf report: properly handle branch count in match_chain
` [PATCH v4 12/15] perf report: cache failed lookups of inlined frames
` [PATCH v4 13/15] perf report: cache srclines for callchain nodes
` [PATCH v4 14/15] perf report: use srcline from callchain for hist entries
` [PATCH v4 15/15] perf util: enable handling of inlined frames by default

[GIT PULL 0/1] perf script fix
 2017-10-06 13:02 UTC  (2+ messages)
` [PATCH 1/1] perf script: Add missing separator for "-F ip,brstack" (and brstackoff)

perf inject -s
 2017-10-06 12:40 UTC  (2+ messages)

[GIT PULL 0/1] perf callchain symbol resolving fix
 2017-10-05 18:07 UTC  (3+ messages)
` [PATCH 1/1] perf callchain: Compare dsos (as well) for CCKEY_FUNCTION

perf tool and mount name space questions
 2017-10-05 12:55 UTC 

The issue with `perf report -s comm`
 2017-10-05  9:26 UTC  (7+ messages)
` [RFC] perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
    ` [PATCH] "
        ` [PATCH v2] "

[GIT PULL 0/8] perf/core improvements and fixes
 2017-10-03 17:37 UTC  (11+ messages)
` [PATCH 1/8] perf tests attr: Fix task term values
` [PATCH 2/8] perf test attr: Fix python error on empty result
` [PATCH 3/8] perf test attr: Fix ignored test case result
` [PATCH 4/8] perf tools: Lock to protect namespaces and comm list
` [PATCH 5/8] perf tools: Lock to protect comm_str rb tree
` [PATCH 6/8] perf top: Implement multithreading for perf_event__synthesize_threads
` [PATCH 7/8] perf top: Add option to set the number of thread for event synthesize
` [PATCH 8/8] perf tests attr: Fix group stat tests

[PATCH v2 4/4] Make all print functions receive the fp argument, and opens a dump file in process_event
 2017-10-03 10:44 UTC  (4+ messages)

[PATCH v3 00/13] generate full callchain cursor entries for inlined frames
 2017-10-01 17:40 UTC  (9+ messages)
` [PATCH v3 03/13] perf report: create real callchain "

[GIT PULL 0/7] perf/urgent fixes
 2017-09-29 17:33 UTC  (9+ messages)
` [PATCH 1/7] perf tools: Get all of tools/{arch,include}/ in the MANIFEST
` [PATCH 2/7] tools include: Sync kernel ABI headers with tooling headers
` [PATCH 3/7] perf evsel: Fix attr.exclude_kernel setting for default cycles:p
` [PATCH 4/7] perf report: Fix debug messages with --call-graph option
` [PATCH 5/7] perf tools: Fix syscalltbl build failure
` [PATCH 6/7] perf test: Fix vmlinux failure on s390x
` [PATCH 7/7] perf test: Fix vmlinux failure on s390x part 2

hotspot (Linux perf GUI) v1.1.0 available - now with timeline and record features
 2017-09-29 12:51 UTC 

[PATCH v2] perf/core: Fix updating cgroup time with descendants
 2017-09-29  9:25 UTC  (2+ messages)

[PATCH 1/2] perf test attr: fix python error on empty result
 2017-09-28 16:06 UTC  (5+ messages)
` [PATCH 2/2] perf test attr: fix ignored test case result
      ` [PATCH] perf tests attr: Fix group stat tests

Ping for perf patches
 2017-09-28 14:42 UTC  (2+ messages)

[PATCH v2 0/4] perf script: Add script per-event-dump support
 2017-09-26  6:49 UTC  (4+ messages)
` [PATCH v2 1/4] Add a new element for the struct perf_tool, and add the --per-event-dump option for perf script
` [PATCH v2 2/4] Add fp argument to print functions
` [PATCH v2 3/4] Replace printf with fprintf for all "

[PATCH v2 0/4] perf script: Add script per-event-dump support
 2017-09-26  2:44 UTC  (7+ messages)
` [PATCH v2 1/4] Add a new element for the struct perf_tool, and add the --per-event-dump option for perf script
` [PATCH v2 2/4] Add fp argument to print functions
` [PATCH v2 3/4] Replace printf with fprintf for all "
` [PATCH v2 4/4] Make all print functions receive the fp argument, and opens a dump file in process_event

[PATCH v2] perf report: Fix debug messages with --call-graph option
 2017-09-25 13:47 UTC  (3+ messages)

[PATCH v2 0/4] perf script: Add script per-event-dump support
 2017-09-24  3:37 UTC  (5+ messages)
` [PATCH v2 1/4] Add a new element for the struct perf_tool, and add the --per-event-dump option for perf script
` [PATCH v2 2/4] Add fp argument to print functions
` [PATCH v2 3/4] Replace printf with fprintf for all "
` [PATCH v2 4/4] Makes all print functions receive the fp argument, and opens a dump file in process_event

[PATCH] perf report: Fix debug messages with --call-graph option
 2017-09-23  8:19 UTC  (3+ messages)

[GIT PULL 00/44] perf/core improvements and fixes
 2017-09-22 16:26 UTC  (15+ messages)
` [PATCH 01/44] perf sched timehist: Add pid and tid options
` [PATCH 09/44] perf stat: Don't use ctx for saved values lookup
` [PATCH 10/44] perf stat: Support duration_time for metrics
` [PATCH 11/44] perf stat: Hide internal duration_time counter
` [PATCH 12/44] perf stat: Update walltime_nsecs_stats in interval mode
` [PATCH 13/44] perf record: Support direct --user-regs arguments
` [PATCH 14/44] perf script: Support user regs
` [PATCH 15/44] perf tools: Add python-clean target
` [PATCH 16/44] perf ui progress: Add ui specific init function
` [PATCH 17/44] perf ui progress: Add size info into progress bar
` [PATCH 18/44] perf tools: Use scandir() to replace readdir()
` [PATCH 19/44] perf config: Write a config file just once
` [PATCH 20/44] perf config: Allow creating empty config set for config file autogeneration


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