cascardo/linux.git
2016-08-02 Namhyung Kimtools lib traceevent: Ignore generated library files
2016-08-02 Namhyung Kimperf tools: Fix build failure on perl script context
2016-08-01 Arnaldo Carvalho... perf annotate: Plug filename string leak
2016-08-01 Arnaldo Carvalho... perf annotate: Introduce strerror for handling symbol__...
2016-08-01 Arnaldo Carvalho... perf annotate: Rename symbol__annotate() to symbol__dis...
2016-07-29 Arnaldo Carvalho... perf target: str_error_r() always returns the buffer...
2016-07-29 Arnaldo Carvalho... perf annotate: Use pipe + fork instead of popen
2016-07-28 Arnaldo Carvalho... perf evsel: Introduce constructor for cycles event
2016-07-25 Ingo MolnarMerge tag 'perf-core-for-mingo-20160725' of git://git...
2016-07-25 Arnaldo Carvalho... Revert "perf tools: event.h needs asm/perf_regs.h"
2016-07-25 Stephen Rothwellx86: Make the vdso2c compiler use the host architecture...
2016-07-22 Josh Poimboeuftools build: Fix objtool build with ARCH=x86_64
2016-07-22 Arnaldo Carvalho... objtool: Always use host headers
2016-07-22 Arnaldo Carvalho... objtool: Use tools/scripts/Makefile.arch to get ARCH...
2016-07-22 Arnaldo Carvalho... tools build: Add HOSTARCH Makefile variable
2016-07-22 Arnaldo Carvalho... perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf
2016-07-21 Adrian Hunterperf tools: Add AVX-512 instructions to the new instruc...
2016-07-21 Adrian Hunterperf tools: Add AVX-512 support to the instruction...
2016-07-21 Adrian Hunterx86/insn: Add AVX-512 support to the instruction decoder
2016-07-20 Adrian Hunterx86/insn: perf tools: Fix vcvtph2ps instruction decoding
2016-07-19 Ingo MolnarMerge tag 'perf-core-for-mingo-20160718' of git://git...
2016-07-18 Jiri Olsaperf tests: Add is_printable_array test
2016-07-18 Jiri Olsaperf tools: Make is_printable_array global
2016-07-18 Jiri Olsaperf script python: Fix string vs byte array resolving
2016-07-18 Masami Hiramatsuperf probe: Warn unmatched function filter correctly
2016-07-18 Mark Rutlandperf cpu_map: Add more helpers
2016-07-18 Mark Rutlandperf stat: Balance opening and reading events
2016-07-18 Arnaldo Carvalho... tools: Copy linux/{hash,poison}.h and check for drift
2016-07-18 Arnaldo Carvalho... perf tools: Remove include/linux/list.h from perf's...
2016-07-18 Arnaldo Carvalho... tools: Copy the bitops files accessed from the kernel...
2016-07-18 Arnaldo Carvalho... Remove: kernel unistd*h files from perf's MANIFEST...
2016-07-18 Arnaldo Carvalho... perf tools: Remove tools/perf/util/include/linux/const.h
2016-07-18 Arnaldo Carvalho... perf tools: Remove tools/perf/util/include/asm/byteorder.h
2016-07-18 Arnaldo Carvalho... perf tools: Add missing linux/compiler.h include to...
2016-07-18 Dan Carpenterperf jit: Remove some no-op error handling
2016-07-18 Dan Carpenterperf jit: Add missing curly braces
2016-07-16 Ingo MolnarMerge tag 'perf-core-for-mingo-20160715' of git://git...
2016-07-15 Arnaldo Carvalho... objtool: Initialize variable to silence old compiler
2016-07-15 Arnaldo Carvalho... objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include...
2016-07-15 Wang Nanperf record: Add --tail-synthesize option
2016-07-15 Wang Nanperf session: Don't warn about out of order event if...
2016-07-15 Wang Nanperf tools: Enable overwrite settings
2016-07-15 Wang Nanperf evlist: Make {pause,resume} internal helpers
2016-07-15 Wang Nanperf record: Read from overwritable ring buffer
2016-07-15 Wang Nanperf evlist: Setup backward mmap state machine
2016-07-15 Wang Nanperf evlist: Drop evlist->backward
2016-07-15 Wang Nanperf evlist: Map backward events to backward_mmap
2016-07-15 Wang Nanperf evlist: Introduce backward_mmap array for evlist
2016-07-15 Wang Nanperf evlist: Extract common code in mmap failure processing
2016-07-15 Wang Nanperf evlist: Record mmap cookie into fdarray private...
2016-07-15 Wang Nanperf record: Decouple record__mmap_read() and evlist.
2016-07-15 Wang Nanperf evlist: Update mmap related APIs and helpers
2016-07-15 Wang Nantools lib fd array: Allow associating a pointer cookie...
2016-07-15 Peter Zijlstratools: Simplify BITS_PER_LONG define
2016-07-15 Arnaldo Carvalho... perf evlist: Drop redundant evsel->overwrite indicator
2016-07-15 Jiri Olsatools lib api fs: Use base 0 in filename__read_ull
2016-07-15 Arnaldo Carvalho... perf tools: Bail out at "--sort dcacheline" and cacheli...
2016-07-15 Arnaldo Carvalho... perf tools: Just pr_debug() about not being able to...
2016-07-14 Arnaldo Carvalho... tools: Make "__always_inline" just "inline" on Android
2016-07-14 Arnaldo Carvalho... perf tools: Do not provide dup sched_getcpu() prototype...
2016-07-14 Arnaldo Carvalho... tools lib traceevent: Add correct header for ipv6 defin...
2016-07-14 Ingo MolnarMerge tag 'perf-core-for-mingo-20160713' of git://git...
2016-07-14 Masami Hiramatsuperf test: Add a test case for SDT event
2016-07-14 Masami Hiramatsuperf build: Add sdt feature detection
2016-07-14 Masami Hiramatsuperf probe: Support a special SDT probe format
2016-07-14 Masami Hiramatsuperf probe: Support @BUILDID or @FILE suffix for SDT...
2016-07-14 Masami Hiramatsuperf list: Show SDT and pre-cached events
2016-07-14 Masami Hiramatsuperf probe: Search SDT/cached event from all probe...
2016-07-14 Masami Hiramatsuperf probe: Allow wildcard for cached events
2016-07-14 Masami Hiramatsuperf probe-cache: Add for_each_probe_cache_entry()...
2016-07-14 Masami Hiramatsuperf probe: Make --list show only available cached...
2016-07-14 Masami Hiramatsuperf probe: Accept %sdt and %cached event name
2016-07-14 Masami Hiramatsuperf probe: Fix to show correct error message for ...
2016-07-14 Wang Nanperf bpf: Support BPF program attach to tracepoints
2016-07-14 Wang Nanperf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
2016-07-14 Wang Nanperf event parser: Add const qualifier to evt_name...
2016-07-14 Wang Nantools lib bpf: Report error when kernel doesn't support...
2016-07-14 Wang Nantools lib bpf: New API to adjust type of a BPF program
2016-07-14 Arnaldo Carvalho... objtool: Avoid checking code drift on busybox's diff
2016-07-13 Arnaldo Carvalho... objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READ
2016-07-13 Arnaldo Carvalho... tools: Fix up BITS_PER_LONG setting
2016-07-13 Ingo Molnartools: Work around BITS_PER_LONG related build failure...
2016-07-13 Ingo MolnarMerge tag 'perf-core-for-mingo-20160712' of git://git...
2016-07-12 Steven Rostedttools lib traceevent: Add filter on task CPU id
2016-07-12 Jiri Olsaperf python: Add tracepoint example
2016-07-12 Jiri Olsaperf python: Add support to resolve tracepoint fields
2016-07-12 Jiri Olsaperf python: Add struct evsel into struct pyrf_event
2016-07-12 Jiri Olsaperf python: Add perf.tracepoint method
2016-07-12 Jiri Olsaperf python: Put perf.event objects into dictionary
2016-07-12 Jiri Olsaperf python: Fix pyrf_evlist__read_on_cpu event consuming
2016-07-12 Jiri Olsaperf python: Init perf_event_attr::size in perf.evsel...
2016-07-12 Jiri Olsaperf tools: Introduce trace_event__tp_format_id()
2016-07-12 Jiri Olsaperf evlist: Make event2evsel public
2016-07-12 David Tolnayperf symbols: Add Rust demangling
2016-07-12 Arnaldo Carvalho... perf tools: Add feature detection for gelf_getnote()
2016-07-12 Arnaldo Carvalho... perf intel-pt-decoder: Avoid checking code drift on...
2016-07-12 Arnaldo Carvalho... perf tools: Don't add kernel directories to the header...
2016-07-12 Arnaldo Carvalho... perf tools: Add the tools/ stringify copy to the MANIFEST
2016-07-12 Arnaldo Carvalho... tools: Copy the bitsperlong.h files from the kernel
2016-07-12 Arnaldo Carvalho... perf script python: Silence -Werror=maybe-uninitialized...
next