GitHub/mt8127/android_kernel_alcatel_ttab.git
Author Commit
2012-10-06 Arnaldo Carvalho... perf event: No need to create a thread when handling...
2012-10-06 Arnaldo Carvalho... perf machine: Introduce find_thread method
2012-10-06 Arnaldo Carvalho... perf tools: Have the page size value available for...
2012-10-05 Jiri Olsaperf diff: Display empty space for non paired samples
2012-10-05 Jiri Olsaperf diff: Include samples without symbol in overall...
2012-10-05 Jiri Olsaperf diff: Add -F option to display formula for computation
2012-10-05 Jiri Olsaperf diff: Add -p option to display period values for...
2012-10-05 Jiri Olsaperf diff: Add weighted diff computation way to compare...
2012-10-05 Jiri Olsaperf diff: Add option to sort entries based on diff...
2012-10-05 Jiri Olsaperf diff: Add ratio computation way to compare hist...
2012-10-05 Jiri Olsaperf diff: Add -b option for perf diff to display paire...
2012-10-05 Namhyung Kimperf trace: Add support for tracing workload given...
2012-10-05 Namhyung Kimperf trace: Explicitly enable system-wide mode if no...
2012-10-05 Namhyung Kimperf trace: Validate target task/user/cpu argument
2012-10-04 Namhyung Kimperf hists: Add more helpers for hist entry stat
2012-10-04 Namhyung Kimperf hists: Move he->stat.nr_events initialization...
2012-10-04 Namhyung Kimperf hists: Introduce struct he_stat
2012-10-04 Jiri Olsaperf diff: Removing the total_period argument from...
2012-10-04 Jiri Olsaperf tool: Add hpp interface to enable/disable hpp...
2012-10-04 Jiri Olsaperf tools: Removing hists pair argument from output...
2012-10-04 Jiri Olsaperf hists: Separate overhead and baseline columns
2012-10-04 Jiri Olsaperf diff: Refactor diff displacement possition info
2012-10-04 Jiri Olsaperf hists: Add struct hists pointer to struct hist_entry
2012-10-04 Namhyung Kimperf tools: Complete tracepoint event names
2012-10-03 Arnaldo Carvalho... perf evlist: Remove some unused methods
2012-10-03 Arnaldo Carvalho... perf evlist: Introduce add_newtp method
2012-10-03 David Ahernperf kvm: Move global variables into a perf_kvm struct
2012-10-02 Namhyung Kimperf tools: Convert to BACKTRACE_SUPPORT
2012-10-02 Namhyung Kimperf tools: Long option completion support for each...
2012-10-02 Namhyung Kimperf tools: Complete long option names of perf command
2012-10-02 Namhyung Kimperf tools: Check existence of _get_comp_words_by_ref...
2012-10-02 Arnaldo Carvalho... perf inject: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf record: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf evlist: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf top: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf probe: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf buildid-list: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf buildid-cache: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf timechart: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf lock: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf kmem: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf help: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf script: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf stat: Don't use globals where not needed to
2012-10-02 Arnaldo Carvalho... perf sched: Look up thread using tid instead of pid
2012-10-02 Arnaldo Carvalho... perf inject: Remove static variables
2012-10-02 Arnaldo Carvalho... perf inject: Remove unused 'input_name' static var
2012-10-02 Arnaldo Carvalho... perf trace: Use evsel->handler.func
2012-10-02 Namhyung Kimperf tools: Convert to HAVE_STRLCPY
2012-10-02 Namhyung Kimperf tools: Convert to GTK2_SUPPORT
2012-10-02 Namhyung Kimperf tools: Convert to NEWT_SUPPORT
2012-10-02 Namhyung Kimperf tools: Convert to LIBAUDIT_SUPPORT
2012-10-02 Namhyung Kimperf tools: Convert to LIBUNWIND_SUPPORT
2012-09-29 Namhyung Kimperf tools: Convert to LIBELF_SUPPORT
2012-09-29 Namhyung Kimperf tools: Remove unused PYRF_OBJS variable on Makefile
2012-09-29 Namhyung Kimperf tools: Move libdw availability check before arch...
2012-09-28 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2012-09-27 Arnaldo Carvalho... perf trace: Add aliases for some syscalls
2012-09-27 Hyeoncheol Leeperf probe: Print an enum type variable in "enum variab...
2012-09-27 Namhyung Kimperf tools: Check libaudit availability for perf-trace...
2012-09-26 Namhyung Kimperf hists: Add missing period_* fields when collapsing...
2012-09-26 Arnaldo Carvalho... perf trace: New tool
2012-09-26 Arnaldo Carvalho... perf evsel: Export the event_format constructor
2012-09-26 Arnaldo Carvalho... perf evsel: Introduce rawptr() method
2012-09-26 Arnaldo Carvalho... perf tools: Use perf_evsel__newtp in the event parser
2012-09-26 Arnaldo Carvalho... perf evsel: The tracepoint constructor should store...
2012-09-26 Arnaldo Carvalho... perf evlist: Introduce set_filter() method
2012-09-26 Arnaldo Carvalho... perf evlist: Renane set_filters method to apply_filters
2012-09-26 Arnaldo Carvalho... perf test: Add test to check we correctly parse and...
2012-09-26 Arnaldo Carvalho... perf evsel: Handle endianity in intval method
2012-09-26 Arnaldo Carvalho... perf evsel: Know if byte swap is needed
2012-09-26 Arnaldo Carvalho... perf tools: Allow handling a NULL cpu_map as meaning...
2012-09-26 Arnaldo Carvalho... perf evsel: Improve tracepoint constructor setup
2012-09-26 Ingo MolnarMerge branch 'tip/perf/core' of git://git./linux/kernel...
2012-09-26 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2012-09-25 Namhyung Kimtools lib traceevent: Fix error path on pevent_parse_event
2012-09-25 Namhyung Kimperf test: Fix build failure
2012-09-24 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2012-09-24 Ezequiel Garciatrace: Move trace event enable from fs_initcall to...
2012-09-24 Mandeep Singh... tracing: Add an option for disabling markers
2012-09-24 Namhyung Kimtools lib traceevent: Handle alloc_arg failure
2012-09-24 Arnaldo Carvalho... perf test: Add test for the sched tracepoint format...
2012-09-24 Arnaldo Carvalho... perf evsel: Provide a new constructor for tracepoints
2012-09-24 Arnaldo Carvalho... tools lib traceevent: Carve out events format parsing...
2012-09-24 Arnaldo Carvalho... tools lib traceevent: Remove some die() calls
2012-09-24 Arnaldo Carvalho... tools lib traceevent: Fix afterlife gotos
2012-09-24 Arnaldo Carvalho... tools lib traceevent: Use calloc were applicable
2012-09-24 Arnaldo Carvalho... tools lib traceevent: Use asprintf were applicable
2012-09-24 Markus Trippelsdorfperf tools: bfd.h/libbfd detection fails with recent...
2012-09-24 Namhyung Kimtools lib traceevent: Free field if an error occurs...
2012-09-24 Namhyung Kimtools lib traceevent: Free field if an error occurs...
2012-09-24 Namhyung Kimtools lib traceevent: Make sure that arg->op.right...
2012-09-24 Namhyung Kimtools lib traceevent: Fix error path on process_array()
2012-09-24 Irina Tirdeaperf tools: remove sscanf extension %as
2012-09-24 Namhyung Kimperf header: Remove perf_header__read_feature
2012-09-24 Namhyung Kimperf kvm: Use perf_session_env for reading cpuid
2012-09-24 Namhyung Kimperf header: Remove unused @feat arg from ->process...
2012-09-24 Namhyung Kimperf header: Use pre-processed session env when printing
2012-09-24 Namhyung Kimperf header: Add ->process callbacks to most of features
2012-09-24 Namhyung Kimperf header: Add struct perf_session_env
next