OSDN Git Service

perf tools: Remove hists from evsel
[android-x86/kernel.git] / tools /
2014-10-14 Arnaldo Carvalho... perf tools: Remove hists from evsel
2014-10-14 Arnaldo Carvalho... perf callchain: Move the callchain_param extern to...
2014-10-14 Arnaldo Carvalho... perf evsel: Subclassing
2014-10-14 Arnaldo Carvalho... perf session: Remove last reference to hists struct
2014-10-10 Arnaldo Carvalho... perf ui browsers: Add missing include
2014-10-10 Arnaldo Carvalho... perf tools: Move events_stats struct to event.h
2014-10-10 Arnaldo Carvalho... perf session: Don't count per evsel events
2014-10-09 Arnaldo Carvalho... perf evsel: Add hists helper
2014-10-09 Arnaldo Carvalho... perf script: Stop updating hists stats, not used
2014-10-09 Arnaldo Carvalho... perf sched: Stop updating hists stats, not used
2014-10-03 Jiri Olsaperf callchain: Move callchain_param to util object...
2014-10-03 Jiri Olsaperf kvm stat live: Use fdarray object instead of pollfd
2014-10-03 Jiri Olsaperf kvm stat live: Use perf_evlist__add_pollfd return...
2014-10-03 Jiri Olsaperf kvm stat live: Fix perf_evlist__add_pollfd error...
2014-10-03 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2014-10-01 Arnaldo Carvalho... perf record: Fix error message for --filter option...
2014-10-01 Will Deaconperf tools: Fix build breakage on arm64 targets
2014-10-01 Waiman Longperf symbols: Improve DSO long names lookup speed with...
2014-09-30 Waiman Longperf symbols: Encapsulate dsos list head into struct...
2014-09-29 Davidlohr Buesoperf bench futex: Sanitize -q option in requeue
2014-09-29 Davidlohr Buesoperf bench futex: Support operations for shared futexes
2014-09-29 Chang Hyun Parkperf trace: Fix mmap return address truncation to 32-bit
2014-09-29 Matt Flemingperf tools: Refactor unit and scale function parameters
2014-09-27 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2014-09-26 Jiri Olsaperf tools: Fix line number in the config file error...
2014-09-26 Namhyung Kimperf tools: Convert {record,top}.call-graph option...
2014-09-26 Namhyung Kimperf tools: Introduce perf_callchain_config()
2014-09-26 Namhyung Kimperf callchain: Move some parser functions to callchain.c
2014-09-26 Namhyung Kimperf tools: Move callchain config from record_opts...
2014-09-26 Namhyung Kimperf hists browser: Fix callchain print bug on TUI
2014-09-26 Pranith Kumarperf tools: Use ACCESS_ONCE() instead of volatile cast
2014-09-26 Taeung Songperf tools: Modify error code for when perf_session__ne...
2014-09-26 Andi Kleenperf tools: Fix perf record as non root with kptr_restr...
2014-09-26 Andi Kleenperf stat: Fix --per-core on multi socket systems
2014-09-26 Ingo MolnarMerge tag 'perf-fdarray-for-mingo' of git://git./linux...
2014-09-25 Arnaldo Carvalho... perf trace: Filter out POLLHUP'ed file descriptors
2014-09-25 Arnaldo Carvalho... perf record: Filter out POLLHUP'ed file descriptors
2014-09-25 Arnaldo Carvalho... perf evlist: Unmap when all refcounts to fd are gone...
2014-09-25 Arnaldo Carvalho... tools lib fd array: Allow associating an integer cookie...
2014-09-25 Arnaldo Carvalho... perf evlist: Refcount mmaps
2014-09-25 Arnaldo Carvalho... tools lib api: Adopt fdarray class from perf's evlist
2014-09-25 Arnaldo Carvalho... perf evlist: Introduce poll method for common code...
2014-09-25 Arnaldo Carvalho... perf kvm stat live: Use perf_evlist__add_pollfd() inste...
2014-09-25 Arnaldo Carvalho... perf tests: Add pollfd growing test
2014-09-25 Arnaldo Carvalho... perf evlist: Allow growing pollfd on add method
2014-09-25 Arnaldo Carvalho... perf evlist: We need to poll all event file descriptors
2014-09-25 Arnaldo Carvalho... perf evlist: Monitor POLLERR and POLLHUP events too
2014-09-25 Arnaldo Carvalho... perf tests: Add test for perf_evlist__filter_pollfd()
2014-09-25 Arnaldo Carvalho... perf evlist: Introduce perf_evlist__filter_pollfd method
2014-09-19 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2014-09-17 Arnaldo Carvalho... perf record: Use ring buffer consume method to look...
2014-09-17 Masami Hiramatsuperf probe: Do not use dwfl_module_addrsym if dwarf_die...
2014-09-17 Masami Hiramatsuperf probe: Do not access kallsyms when analyzing user...
2014-09-17 Anton Blanchardperf symbols: Add path to Ubuntu kernel debuginfo file
2014-09-17 Anton Blanchardperf symbols: Ignore stripped vmlinux and fallback...
2014-09-17 Chanho Parkperf tools: define _DEFAULT_SOURCE for glibc_2.20
2014-09-17 Arnaldo Carvalho... perf tools: Don't include sys/poll.h directly
2014-09-17 John Spencerperf tools: Fix GNU-only grep usage in Makefile
2014-09-17 Avi Kivityperf tools: Disable kernel symbol demangling by default
2014-09-17 Stephane Eranianperf tool: fix compilation for ARM
2014-09-17 Adrian Hunterperf tools: Add perf_pmu__scan_file()
2014-09-17 Adrian Hunterperf tools: Let default config be defined for a PMU
2014-09-17 Adrian Hunterperf tools: Add perf-with-kcore script
2014-09-17 Adrian Hunterperf tools: Let a user specify a PMU event without...
2014-09-17 Jiri Olsaperf tools: Allow to specify lib compile variable for...
2014-09-17 Alexander Yaryginperf kvm stat report: Unify the title bar output
2014-09-17 Alexander Yaryginperf kvm stat report: Enable the target.system_wide...
2014-09-17 Alexander Yaryginperf kvm stat report: Save pid string in opts.target.pid
2014-09-17 Anton Blanchardperf tools powerpc: Fix build issue when DWARF support...
2014-09-17 Jiri Olsaperf tools: Add +field argument support for --sort...
2014-09-09 Ingo MolnarMerge tag 'v3.17-rc4' into perf/core, to pick up fixes
2014-09-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-09-06 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-09-06 Linus TorvaldsMerge tag 'xfs-for-linus-3.17-rc3' of git://git./linux...
2014-09-06 Linus TorvaldsMerge tag 'for-linus-20140905' of git://git.infradead...
2014-09-05 Kevin HilmanMerge tag 'omap-fixes-against-v3.17-rc3' of git://git...
2014-09-05 Linus TorvaldsMerge tag 'gpio-v3.17-3' of git://git./linux/kernel...
2014-09-05 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-09-05 Mark BrownMerge remote-tracking branches 'regulator/fix/doc'...
2014-09-04 Dave AirlieMerge branch 'linux-3.17' of git://anongit.freedesktop...
2014-09-04 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-fixes
2014-09-04 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2014-09-04 Linus TorvaldsMerge tag 'platform-drivers-x86-v3.17-1' of git://git...
2014-09-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-09-04 Linus TorvaldsMerge tag 'regmap-v3.17-rc1' of git://git./linux/kernel...
2014-09-03 Tony LindgrenMerge branch 'for-v3.17-rc/ti-clk-dt' of github.com...
2014-09-03 Linus TorvaldsMerge tag 'for-f2fs-3.17-rc4' of git://git./linux/kerne...
2014-09-03 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2014-09-03 Linus TorvaldsMerge tag 'pci-v3.17-fixes-1' of git://git./linux/kerne...
2014-09-03 Takashi IwaiMerge tag 'asoc-v3.17-rc3' of git://git./linux/kernel...
2014-09-03 Ingo MolnarMerge branch 'rcu/urgent' of git://git./linux/kernel...
2014-09-02 Mark BrownMerge remote-tracking branches 'asoc/fix/axi', 'asoc...
2014-09-02 Mark BrownMerge remote-tracking branch 'asoc/fix/core' into asoc...
2014-09-01 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2014-09-01 Linus TorvaldsMerge tag 'xtensa-20140830' of git://github.com/czankel...
2014-09-01 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-09-01 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2014-08-31 Linus TorvaldsMerge tag 'spi-v3.17-rc3-2' of git://git./linux/kernel...
2014-08-31 Linus TorvaldsMerge tag 'locks-v3.17-3' of git://git.samba.org/jlayto...
2014-08-30 Mark BrownMerge remote-tracking branches 'spi/fix/au1550', 'spi...
next