messages from 2019-10-24 18:05:54 to 2019-11-28 01:20:17 UTC [more...]
[PATCH] libbpf: Fix up generation of bpf_helper_defs.h
2019-11-28 1:20 UTC (26+ messages)
` [PATCH] libbpf: Use PRIu64 for sym->st_value to fix build on 32-bit arches
perf is unable to read dward from go programs
2019-11-27 21:15 UTC
[RFC v3 0/5] perf tools: Add support for some spe events and precise ip
2019-11-23 10:11 UTC (6+ messages)
` [RFC v3 1/5] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
` [RFC v3 2/5] perf tools: Add support for "report" for some spe events
` [RFC v3 3/5] perf report: Add --spe options for arm-spe
` [RFC v3 4/5] drivers: perf: add some arm spe events
` [RFC v3 5/5] perf tools: Add support to process multi "
[GIT PULL] perf/core improvements and fixes
2019-11-23 8:07 UTC (28+ messages)
` [PATCH 01/26] perf map: Move maj/min/ino/ino_generation to separate struct
` [PATCH 02/26] perf map: Pass a dso_id to map__new()
` [PATCH 03/26] perf map: Move comparision of map's dso_id to a separate function
` [PATCH 04/26] perf dsos: Remove unused dsos__find() method
` [PATCH 05/26] perf dso: Move dso_id from 'struct map' to 'struct dso'
` [PATCH 06/26] perf session: Fix decompression of PERF_RECORD_COMPRESSED records
` [PATCH 07/26] perf util: Move block TUI function to ui browsers
` [PATCH 08/26] perf report: Jump to symbol source view from total cycles view
` [PATCH 09/26] perf tools: Add kernel AUX area sampling definitions
` [PATCH 10/26] perf record: Add a function to test for kernel support for AUX area sampling
` [PATCH 11/26] perf auxtrace: Move perf_evsel__find_pmu()
` [PATCH 12/26] perf auxtrace: Add support for AUX area sample recording
` [PATCH 13/26] perf record: Add support for AUX area sampling
` [PATCH 14/26] perf record: Add aux-sample-size config term
` [PATCH 15/26] perf inject: Cut AUX area samples
` [PATCH 16/26] perf auxtrace: Add support for dumping "
` [PATCH 17/26] perf session: Add facility to peek at all events
` [PATCH 18/26] perf auxtrace: Add support for queuing AUX area samples
` [PATCH 19/26] perf pmu: When using default config, record which bits of config were changed by the user
` [PATCH 20/26] perf intel-pt: Add support for recording AUX area samples
` [PATCH 21/26] perf intel-pt: Add support for decoding "
` [PATCH 22/26] perf intel-bts: Does not support AUX area sampling
` [PATCH 23/26] libtraceevent: Fix header installation
` [PATCH 24/26] libtraceevent: Fix memory leakage in copy_filter_type
` [PATCH 25/26] perf probe: Fix spelling mistake "addrees" -> "address"
` [PATCH 26/26] perf parse: Fix potential memory leak when handling tracepoint errors
linux-next: Tree for Nov 20
2019-11-20 11:22 UTC
[PATCH] tools/perf/metricgroup: Fix printing event names of metric group with multiple events
2019-11-20 8:40 UTC
[PATCH] Perf stat: Fix the ratio comments of miss-events
2019-11-19 15:59 UTC (3+ messages)
[GIT PULL] perf/core improvements and fixes
2019-11-19 12:00 UTC (27+ messages)
` [PATCH 01/25] perf vendor events arm64: Fix commas so PMU event files are valid JSON
` [PATCH 02/25] perf vendor events power8: "
` [PATCH 03/25] perf vendor events power9: "
` [PATCH 04/25] perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite
` [PATCH 05/25] perf maps: Purge the entries from maps->names in __maps__purge()
` [PATCH 06/25] perf maps: Do not use an rbtree to sort by map name
` [PATCH 07/25] perf map_groups: Add a front end cache for map lookups by name
` [PATCH 08/25] perf map: No need to adjust the long name of modules
` [PATCH 09/25] perf record: No need to process the synthesized MMAP events twice
` [PATCH 10/25] perf machine: No need to check if kernel module maps pre-exist
` [PATCH 11/25] perf map_groups: Auto sort maps by name, if needed
` [PATCH 12/25] perf callchain: Fix segfault in thread__resolve_callchain_sample()
` [PATCH 13/25] libtraceevent: Fix parsing of event %o and %X argument types
` [PATCH 14/25] perf map: Use bitmap for booleans
` [PATCH 15/25] perf map: Move seldom used ->flags field to second cacheline
` [PATCH 16/25] x86/insn: perf tools: Add some instructions to the new instructions test
` [PATCH 17/25] x86/insn: Add some Intel instructions to the opcode map
` [PATCH 18/25] perf probe: Show correct statement line number by perf probe -l
` [PATCH 19/25] perf probe: Verify given line is a representive line
` [PATCH 20/25] perf probe: Do not show non representive lines by perf-probe -L
` [PATCH 21/25] perf probe: Generate event name with line number
` [PATCH 22/25] perf probe: Support multiprobe event
` [PATCH 23/25] perf probe: Support DW_AT_const_value constant value
` [PATCH 24/25] perf probe: Trace a magic number if variable is not found
` [PATCH 25/25] perf parse: Report initial event parsing error
[RFC v2 0/4] perf tools: Add support for some spe events and precise ip
2019-11-18 7:05 UTC (7+ messages)
` [RFC v2 4/4] perf tools: Support "branch-misses:pp" on arm64
[PATCH] perf/core: Fix tracking of auxiliary trace buffer allocation
2019-11-15 16:06 UTC (3+ messages)
` [tip: perf/urgent] perf/aux: "
[GIT PULL] perf/core improvements and fixes
2019-11-15 7:35 UTC (17+ messages)
` [PATCH 01/15] perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()
` [PATCH 02/15] perf symbols: Stop using map->groups, we can use kmaps instead
` [PATCH 03/15] perf map_groups: Pass the object to map_groups__find_ams()
` [PATCH 04/15] perf tools: Add map_groups to 'struct addr_location'
` [PATCH 05/15] perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers
` [PATCH 06/15] perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
` [PATCH 07/15] perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
` [PATCH 08/15] pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
` [PATCH 09/15] perf symbols: Use kmaps(map)->machine when we know its a kernel map
` [PATCH 10/15] perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
` [PATCH 11/15] perf annotate: Stop using map->groups, use map_symbol->mg instead
` [PATCH 12/15] perf map: Combine maps__fixup_overlappings with its only use
` [PATCH 13/15] perf map: Remove ->groups from 'struct map'
` [PATCH 14/15] perf tool: Provide an option to print perf_event_open args and return value
` [PATCH 15/15] perf parse: Use YYABORT to clear stack after failure, plugging leaks
[PATCH 1/3] perf vendor events arm64: Fix commas so PMU event files are valid JSON
2019-11-13 9:24 UTC (5+ messages)
` [PATCH 2/3] perf vendor events power8: "
` [PATCH 3/3] perf vendor events power9: "
[GIT PULL] perf/core improvements and fixes
2019-11-12 11:08 UTC (64+ messages)
` [PATCH 01/63] perf data: Correctly identify directory data files
` [PATCH 02/63] perf data: Move perf_dir_version into data.h
` [PATCH 03/63] perf data: Rename directory "header" file to "data"
` [PATCH 04/63] perf session: Fix indent in perf_session__new()"
` [PATCH 05/63] perf data: Support single perf.data file directory
` [PATCH 06/63] perf record: Put a copy of kcore into the perf.data directory
` [PATCH 07/63] perf llvm: Make .o saving a debug message, not an info one
` [PATCH 08/63] perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR
` [PATCH 09/63] perf evsel: Always preserve errno while cleaning up perf_event_open failures
` [PATCH 10/63] perf evsel: Avoid close(-1)
` [PATCH 11/63] perf tools: Move ALLOC_LIST into a function
` [PATCH 12/63] perf tools: Avoid a malloc() for array events
` [PATCH 13/63] perf tests: Fix a typo
` [PATCH 14/63] perf kvm: Use evlist layer api when possible
` [PATCH 15/63] perf probe: Fix to find range-only function instance
` [PATCH 16/63] perf probe: Walk function lines in lexical blocks
` [PATCH 17/63] perf probe: Fix to show function entry line as probe-able
` [PATCH 18/63] perf jevents: Fix resource leak in process_mapfile() and main()
` [PATCH 19/63] perf probe: Fix wrong address verification
` [PATCH 20/63] perf probe: Fix to probe a function which has no entry pc
` [PATCH 21/63] perf probe: Fix to probe an inline "
` [PATCH 22/63] perf probe: Fix to list probe event with correct line number
` [PATCH 23/63] perf probe: Fix to show inlined function callsite without entry_pc
` [PATCH 24/63] perf probe: Fix to show ranges of variables in functions "
` [PATCH 25/63] perf auxtrace: Add auxtrace_cache__remove()
` [PATCH 26/63] perf dso: Refactor dso_cache__read()
` [PATCH 27/63] perf dso: Add dso__data_write_cache_addr()
` [PATCH 28/63] perf map: Check if the map still has some refcounts on exit
` [PATCH 29/63] perf map: Allow map__next() to receive a NULL arg
` [PATCH 30/63] perf maps: Add for_each_entry()/_safe() iterators
` [PATCH 31/63] perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators
` [PATCH 32/63] libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flags
` [PATCH 33/63] libsubcmd: Use -O0 with DEBUG=1
` [PATCH 34/63] perf tools: Splice events onto evlist even on error
` [PATCH 36/63] perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6
` [PATCH 37/63] perf env: Add perf_env__numa_node()
` [PATCH 38/63] perf stat: Add --per-node agregation support
` [PATCH 39/63] perf tools: Fix cross compile for ARM64
` [PATCH 40/63] perf inject: Make --strip keep evsels
` [PATCH 41/63] perf parse: Add parse events handle error
` [PATCH 42/63] perf parse: Ensure config and str in terms are unique
` [PATCH 43/63] perf parse: Add destructors for parse event terms
` [PATCH 44/63] perf parse: Before yyabort-ing free components
` [PATCH 45/63] perf parse: If pmu configuration fails free terms
` [PATCH 46/63] perf parse: Add a deep delete for parse event terms
` [PATCH 47/63] perf symbols: Remove needless checks for map->groups->machine
` [PATCH 48/63] perf machine: Add kernel_dso() method
` [PATCH 49/63] perf annotate: Fix heap overflow
` [PATCH 50/63] perf probe: Return a better scope DIE if there is no best scope
` [PATCH 51/63] perf probe: Skip end-of-sequence and non statement lines
` [PATCH 52/63] perf probe: Filter out instances except for inlined subroutine and subprogram
` [PATCH 53/63] perf probe: Fix to show calling lines of inlined functions
` [PATCH 54/63] perf probe: Skip overlapped location on searching variables
` [PATCH 55/63] perf record: Add support for limit perf output file size
` [PATCH 56/63] perf tests: Fix out of bounds memory access
` [PATCH 57/63] perf diff: Don't use hack to skip column length calculation
` [PATCH 58/63] perf block: Cleanup and refactor block info functions
` [PATCH 59/63] perf hist: Count the total cycles of all samples
` [PATCH 60/63] perf hist: Support block formats with compare/sort/display
` [PATCH 61/63] perf report: Sort by sampled cycles percent per block for stdio
` [PATCH 62/63] perf report: Support --percent-limit for --total-cycles
` [PATCH 63/63] perf report: Sort by sampled cycles percent per block for tui
[GIT PULL] perf/urgent fixes
2019-11-07 7:02 UTC (4+ messages)
[GIT PULL 0/3] perf/urgent fixes
2019-11-05 18:18 UTC (4+ messages)
` [PATCH 1/3] perf scripting engines: Iterate on tep event arrays directly
` [PATCH 2/3] perf tools: Remove unused trace_find_next_event()
` [PATCH 3/3] perf tools: Fix time sorting
[PATCH 5.3 084/163] perf/aux: Fix tracking of auxiliary trace buffer allocation
2019-11-04 21:44 UTC
[PATCH] Fixes issue when debugging debug builds of Perf
2019-10-30 15:13 UTC (6+ messages)
Linux-next: 20191022: perf: bpf_helpers_doc.py: not found
2019-10-24 22:14 UTC (4+ messages)
` linux-next: bad merge resolution in the tip tree (Was: Linux-next: 20191022: perf: bpf_helpers_doc.py: not found)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).