pandora-kernel.git
2012-08-21 Ingo MolnarMerge branch 'tip/perf/core-2' of git://git./linux...
2012-08-21 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2012-08-21 Ingo MolnarMerge branch 'tip/perf/core' of git://git./linux/kernel...
2012-08-20 Namhyung Kimperf hists: Rename and move some functions
2012-08-20 Namhyung Kimperf hists: Separate out hist print functions
2012-08-20 Ben Hutchingsperf tools: Fix include order for bison/flex-generated...
2012-08-20 David Ahernperf symbols: Fix builds with NO_LIBELF set
2012-08-20 David Ahernperf: silence GTK2 probing errors
2012-08-20 David Ahernperf script perl/python: Fix libexec scripts path in...
2012-08-20 Namhyung Kimperf ui gtk: Ensure not to call gtk_main_quit() twice
2012-08-17 Robert Richterperf tools: Rename global variable 'events' in util...
2012-08-17 Robert Richterperf tools: Rename some variables for better understanding
2012-08-17 Robert Richterperf tools: Report number of pmu type of unknown events
2012-08-17 Robert Richterperf tools: Fix type for evsel->ids and add size check...
2012-08-17 Namhyung Kimperf ui gtk: Add perf_gtk__show_helpline() for pr_*
2012-08-17 Namhyung Kimperf ui/gtk: Use helpline API in browser
2012-08-17 Namhyung Kimperf ui gtk: Implement helpline_fns
2012-08-16 Namhyung Kimperf ui: Introduce struct ui_helpline
2012-08-16 Steven Rostedtperf tools: Let O= makes handle relative paths
2012-08-15 Arnaldo Carvalho... perf evlist: Introduce evsel list accessors
2012-08-15 Arnaldo Carvalho... perf evlist: Rename __group method to __set_leader
2012-08-14 Jiri Olsaperf test: Add automated tests for event group parsing
2012-08-14 Jiri Olsaperf tools: Enable grouping logic for parsed events
2012-08-14 Jiri Olsaperf tools: Add support to update event modifier
2012-08-14 Jiri Olsaperf tools: Add support to parse event group syntax
2012-08-14 Arnaldo Carvalho... perf tools: Add missing files to build the python binding
2012-08-14 Namhyung Kimperf script: Fix a NULL pointer dereference
2012-08-13 Andi Kleenperf symbols: Add description of JIT interface
2012-08-13 Cody P Schaferperf symbols: Use both runtime and debug images
2012-08-13 Cody P Schaferperf symbols: Convert dso__load_syms to take 2 symsrc's
2012-08-13 Cody P Schaferperf symbols: Factor want_symtab out of dso__load_sym()
2012-08-13 Cody P Schaferperf symbols: Switch dso__synthesize_plt_symbols()...
2012-08-13 Cody P Schaferperf symbols: Set symtab_type in dso__load_sym
2012-08-13 Cody P Schaferperf symbols: Introduce symsrc structure.
2012-08-13 Cody P Schaferperf symbols: Track symtab_type of vmlinux
2012-08-13 Cody P Schaferperf symbols: Avoid segfault in elf_strptr
2012-08-13 Cody P Schaferperf symbols: only set vmlinux longname & mark loaded...
2012-08-13 Cody P Schaferperf symbols: Simplify out_fixup in kernel syms loading
2012-08-13 Cody P Schaferperf symbols: Remove unused 'end' arg in kallsyms parse cb
2012-08-13 Cody P Schaferperf symbols: Correct comment wrt kallsyms loading
2012-08-13 Cody P Schaferperf symbols: Remove unneeded call to dso__set_long_name()
2012-08-13 Cody P Schaferperf symbols: Don't try to synthesize plt without dynstr
2012-08-13 Cody P Schaferperf symbols: Remove unused function map__objdump_2ip
2012-08-13 Cody P Schaferperf symbols: Only un-prelink non-zero symbols
2012-08-11 Jiri Olsaperf tools: Support for DWARF mode callchain
2012-08-11 Jiri Olsaperf tools: Support for DWARF CFI unwinding on post...
2012-08-10 Jiri Olsaperf tools: Support user regs and stack in sample parsing
2012-08-10 Jiri Olsaperf tools: Add libunwind dependency for DWARF CFI...
2012-08-10 Jiri Olsaperf tools: Add interface to arch registers sets
2012-08-10 Jiri Olsaperf tools: Adding PERF_ATTR_SIZE_VER2 to the header...
2012-08-10 Frederic Weisbeckerperf: Add attribute to filter out callchains
2012-08-10 Jiri Olsaperf: Add ability to attach user stack dump to sample
2012-08-10 Jiri Olsaperf: Add perf_output_skip function to skip bytes in...
2012-08-10 Frederic Weisbeckerperf: Factor __output_copy to be usable with specific...
2012-08-10 Jiri Olsaperf: Add ability to attach user level registers dump...
2012-08-10 Jiri Olsaperf: Unified API to record selective sets of arch...
2012-08-09 Namhyung Kimperf symbols: Implement poor man's ELF parser
2012-08-09 Namhyung Kimperf symbols: Support minimal build without libelf
2012-08-09 Namhyung Kimperf symbols: Split out util/symbol-elf.c
2012-08-09 Namhyung Kimperf symbols: Introduce symbol__elf_init()
2012-08-09 Namhyung Kimperf tools: Fix /etc config related installation
2012-08-09 Frederic Weisbeckerperf tools: Support for events bash completion
2012-08-09 Frederic Weisbeckerperf tools: Initial bash completion support
2012-08-09 David Ahernperf lock record: improve message when tracepoints...
2012-08-09 Feng Tangperf script python: Correct handler check and spelling...
2012-08-08 Feng Tangperf scripts python: Add event_analyzing_sample.py...
2012-08-08 Feng Tangperf scripts python: Add a python library EventClass.py
2012-08-08 Feng Tangperf scripts python: Pass event/thread/dso name and...
2012-08-08 Feng Tangperf script: Replace "struct thread" with "struct addr_...
2012-08-08 Feng Tangperf script: Add general python handler to process...
2012-08-08 Robert Richterperf list: Document precise event sampling for AMD IBS
2012-08-08 Robert Richterperf list: Update documentation about raw event setup
2012-08-08 Robert Richtertools lib traceevent: Fix cast from pointer to integer...
2012-08-08 Robert Richterperf tools: Fix parsing of 64 bit raw config value...
2012-08-08 Robert Richterperf tools: Fix lib/traceevent build dir with OUTPUT...
2012-08-08 Robert Richterperf tools: Fix version file for perf documentation...
2012-08-08 Arnaldo Carvalho... perf script: Stop using pevent directly
2012-08-08 Arnaldo Carvalho... perf sched: Use perf_sample
2012-08-08 Arnaldo Carvalho... perf lock: Use evsel->tp_format and perf_sample
2012-08-08 Arnaldo Carvalho... perf kmem: Use evsel->tp_format and perf_sample
2012-08-08 Arnaldo Carvalho... perf evsel: Cache associated event_format
2012-08-08 Arnaldo Carvalho... perf header: Set the tracepoint names on PERF_RECORD_HE...
2012-08-08 Arnaldo Carvalho... perf tools: Add dump_stack function
2012-08-07 Wang Tianhongtracing/trivial: Fix some typos in kernel/trace
2012-08-07 Jiri Olsatracing/filter: Add missing initialization
2012-08-07 Steven Rostedttracing: Fix wakeup_rt self test on virtual machines
2012-08-06 Arnaldo Carvalho... perf hists browser: Add verbose mode hotkey
2012-08-05 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2012-08-04 Linus TorvaldsMerge branch 'for-linus-2' of git://git./linux/kernel...
2012-08-04 Al Viromissed mnt_drop_write() in do_dentry_open()
2012-08-04 Artem BityutskiyUBIFS: nuke pdflush from comments
2012-08-04 Artem Bityutskiygfs2: nuke pdflush from comments
2012-08-04 Artem Bityutskiydrbd: nuke pdflush from comments
2012-08-04 Artem Bityutskiynilfs2: nuke write_super from comments
2012-08-04 Artem Bityutskiyhfs: nuke write_super from comments
2012-08-04 Artem Bityutskiyvfs: nuke pdflush from comments
2012-08-04 Artem Bityutskiyjbd/jbd2: nuke write_super from comments
2012-08-04 Artem Bityutskiybtrfs: nuke pdflush from comments
2012-08-04 Artem Bityutskiybtrfs: nuke write_super from comments
2012-08-04 Artem Bityutskiyext4: nuke pdflush from comments
next