]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-01-15 Namhyung Kimperf tools: Factor out sample__resolve_callchain()
2014-01-15 Namhyung Kimperf tools: Remove symbol_conf.use_callchain check
2014-01-15 Mark Rutlandperf: tools: Fix cross building
2014-01-15 Namhyung Kimtools lib traceevent: Make plugin unload function recei...
2014-01-15 Namhyung Kimtools lib traceevent: Get rid of die() finally!!
2014-01-15 Namhyung Kimtools lib traceevent: Get rid of malloc_or_die() in...
2014-01-15 Namhyung Kimtools lib traceevent: Check return value of realloc()
2014-01-15 Namhyung Kimtools lib traceevent: Add state member to struct trace_seq
2014-01-15 Namhyung Kimperf tools: Fix build error due to zfree() cast
2014-01-14 Arnaldo Carvalho... perf record: Rename --initial-delay to --delay
2014-01-14 Arnaldo Carvalho... perf record: Rename --no-delay to --no-buffering
2014-01-14 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git.kernel...
2014-01-13 Yann Droneaudperf tools: Remove unused test-volatile-register-var.c
2014-01-13 Arnaldo Carvalho... perf probe: Fix build when DWARF support libraries...
2014-01-13 Ramkumar Ramachandraperf diff: Color the Weighted Diff column
2014-01-13 Ramkumar Ramachandraperf diff: Color the Ratio column
2014-01-13 Ramkumar Ramachandraperf diff: Color the Delta column
2014-01-13 Ramkumar Ramachandraperf tools: Generalize percent_color_snprintf()
2014-01-13 Namhyung Kimtools include: Include <linux/compiler.h> from asm...
2014-01-13 Andi Kleenperf record: Add --initial-delay option
2014-01-13 Jean Pihetperf tools: Use the DWARF unwind info only if loaded
2014-01-13 Arnaldo Carvalho... perf tools: Add test for building detached source tarballs
2014-01-13 Arnaldo Carvalho... perf tools: Include tools/lib/api/ in MANIFEST
2014-01-13 Namhyung Kimtools include: Move perf's bug.h to a generic place
2014-01-13 Namhyung Kimtools include: Define likely/unlikely in linux/compiler.h
2014-01-13 Namhyung Kimtools include: Move perf's linux/compiler.h to a generi...
2014-01-13 Arnaldo Carvalho... perf evlist: Introduce evlist__for_each() & friends
2014-01-13 Arnaldo Carvalho... perf report: Move histogram entries collapsing to separ...
2014-01-13 Arnaldo Carvalho... perf report: Move hist browser selection code to separa...
2014-01-13 Arnaldo Carvalho... perf report: Move logic to warn about kptr_restrict...
2014-01-13 Cody P Schafertools perf: Comment typo fix
2014-01-13 Andi Kleenperf stat: Fix --delay option in man page
2014-01-13 Jiri Olsaperf tools: Make perf_event__synthesize_mmap_events...
2014-01-13 Jiri Olsaperf machine: Fix id_hdr_size initialization
2014-01-13 Jiri Olsaperf tools: Automate setup of FEATURE_CHECK_(C|LD)FLAGS...
2014-01-13 Arnaldo Carvalho... perf trace: Pack 'struct trace'
2014-01-13 Arnaldo Carvalho... perf header: Pack 'struct perf_session_env'
2014-01-13 Jiri Olsatools lib traceevent: Shut up plugins make message
2014-01-13 Jiri Olsatools lib traceevent: Replace tabs with spaces for...
2014-01-13 Jiri Olsaperf tests: Fix installation tests path setup
2014-01-13 Jiri Olsaperf tools: Move arch setup into seprate Makefile
2014-01-13 Arnaldo Carvalho... perf stat: Remove misplaced __maybe_unused
2014-01-13 Arnaldo Carvalho... perf tests: Fixup leak on error path in parse events...
2014-01-13 Arnaldo Carvalho... perf evlist: Auto unmap on destructor
2014-01-13 Arnaldo Carvalho... perf evlist: Close fds on destructor
2014-01-13 Arnaldo Carvalho... perf evlist: Move destruction of maps to evlist destructor
2014-01-13 Arnaldo Carvalho... perf record: Remove old evsel_list usage
2014-01-13 Arnaldo Carvalho... perf evlist: Move the SIGUSR1 error reporting logic...
2014-01-13 Arnaldo Carvalho... perf evlist: Send the errno in the signal when workload...
2014-01-13 Arnaldo Carvalho... perf stat: Don't show counter information when workload...
2014-01-12 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git.kernel...
2014-01-12 Yann Droneaudperf: Introduce a flag to enable close-on-exec in perf_...
2014-01-12 Stephane Eranianperf/x86/intel: Add Intel RAPL PP1 energy counter support
2014-01-12 Stephane Eranianperf/x86: Fix active_entry initialization
2013-12-27 Arnaldo Carvalho... perf tools: Use zfree to help detect use after free...
2013-12-27 Arnaldo Carvalho... perf tools: Introduce zfree
2013-12-26 Arnaldo Carvalho... perf tools: No need to test against NULL before calling...
2013-12-26 Namhyung Kimperf ui/tui: Implement header window
2013-12-26 Namhyung Kimperf ui/tui: Split help message for perf top and report
2013-12-26 Namhyung Kimperf ui/tui: Protect windows by ui__lock
2013-12-26 Masami Hiramatsuperf probe: Support basic dwarf-based operations on...
2013-12-26 Masami Hiramatsuperf probe: Expand given path to absolute path
2013-12-23 Chunwei Chenperf config: Ignore generated files in feature-checks
2013-12-23 Dongsheng Yangperf tools: Do not synthesize the treads of default...
2013-12-23 Dongsheng Yangperf tools: Use machine->pid for tgid if machine is...
2013-12-23 Dongsheng Yangperf tools: Set event->header.misc to PERF_RECORD_MISC_...
2013-12-23 Dongsheng Yangperf tools: Find the proc info under machine->root_dir.
2013-12-23 Dongsheng Yangperf tools: Add support for PERF_RECORD_MISC_GUEST_USER...
2013-12-23 Dongsheng Yangperf kvm: Fix kvm report without guestmount.
2013-12-20 Namhyung Kimperf report: Print session information only if --stdio...
2013-12-20 Namhyung Kimperf report: Use pr_*() functions where applicable
2013-12-19 Arnaldo Carvalho... perf symbols: Add 'machine' member to struct addr_location
2013-12-19 Arnaldo Carvalho... perf mem: Remove unused parameter from dump_raw_samples()
2013-12-19 Arnaldo Carvalho... perf scripting perl: Shorten function signatures
2013-12-19 Arnaldo Carvalho... perf scripting python: Shorten function signatures
2013-12-19 Arnaldo Carvalho... perf ui browser: Remove misplaced __maybe_unused
2013-12-19 Arnaldo Carvalho... perf report: Rename 'perf_report' to 'report'
2013-12-19 Jiri Olsatools lib traceevent: Use global 'O' processing code
2013-12-19 Jiri Olsatools lib traceevent: Use global QUIET_CLEAN build...
2013-12-19 Jiri Olsatools lib traceevent: Use global QUIET_INSTALL build...
2013-12-19 Jiri Olsatools lib traceevent: Use global QUIET_LINK build output
2013-12-19 Jiri Olsatools lib traceevent: Add global QUIET_CC_FPIC build...
2013-12-19 Jiri Olsatools lib traceevent: Use global QUIET_CC build output
2013-12-19 Jiri Olsatools lib traceevent: Remove print_app_build variable
2013-12-19 Jiri Olsaperf tools: Making QUIET_(CLEAN|INSTAL) variables global
2013-12-19 Jiri Olsaperf tests: Factor make install tests
2013-12-19 Arnaldo Carvalho... perf tools: Rename 'perf_record_opts' to 'record_opts
2013-12-19 Arnaldo Carvalho... perf record: Rename 'perf_record' to plain 'record'
2013-12-19 Arnaldo Carvalho... perf record: Simplify perf_record__write
2013-12-19 Jiri Olsaperf record: Use perf_data_file__write for output file
2013-12-19 Jiri Olsaperf inject: Handle output file via perf_data_file...
2013-12-19 Namhyung Kimperf tools: Get rid of a duplicate va_end() in error...
2013-12-19 Arnaldo Carvalho... perf report: Introduce helpers for processing callchains
2013-12-19 Arnaldo Carvalho... perf annotate: Make symbol__inc_addr_samples private
2013-12-19 Arnaldo Carvalho... perf annotate: Adopt methods from hists
2013-12-19 Arnaldo Carvalho... perf top: Use hist_entry__inc_addr_sample
2013-12-19 Arnaldo Carvalho... perf annotate: Add inc_samples method to addr_map_symbol
2013-12-19 Arnaldo Carvalho... perf hists: Leave symbol addr hist bucket auto alloc...
2013-12-19 Arnaldo Carvalho... perf annotate: Auto allocate symbol per addr hist buckets
2013-12-18 Namhyung Kimtools lib traceevent: Introduce pevent_filter_strerror()
next