Age | Commit message (Expand) | Author | Files | Lines |
2016-02-03 | perf hists: Introduce struct perf_hpp_list | Jiri Olsa | 2 | -11/+16 |
2016-02-03 | perf hists: Separate output fields parsing into setup_output_list function | Jiri Olsa | 1 | -12/+22 |
2016-02-03 | perf hists: Separate sort fields parsing into setup_sort_list function | Jiri Olsa | 1 | -12/+22 |
2016-02-03 | perf hists: Properly release format fields | Jiri Olsa | 3 | -0/+33 |
2016-02-03 | perf hists: Remove perf_hpp__column_(disable|enable) | Jiri Olsa | 2 | -14/+0 |
2016-02-03 | perf hists: Allocate output sort field | Jiri Olsa | 2 | -10/+47 |
2016-02-03 | perf top: Move UI initialization ahead of sort setup | Arnaldo Carvalho de Melo | 1 | -7/+7 |
2016-02-03 | perf report: Move UI initialization ahead of sort setup | Jiri Olsa | 1 | -9/+9 |
2016-02-03 | perf hists: Make hpp setup function generic | Jiri Olsa | 1 | -28/+8 |
2016-02-03 | perf hists: Add 'hpp__equal' callback function | Jiri Olsa | 1 | -0/+16 |
2016-02-03 | perf hists: Add 'equal' method to perf_hpp_fmt struct | Jiri Olsa | 3 | -22/+28 |
2016-02-03 | perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width | Jiri Olsa | 1 | -10/+2 |
2016-02-03 | perf hists: Add _idx fields into struct perf_hpp_fmt | Jiri Olsa | 2 | -11/+15 |
2016-02-03 | perf hists: Introduce perf_evsel__output_resort function | Jiri Olsa | 8 | -16/+23 |
2016-02-03 | perf hists: Factor output_resort from hists__output_resort | Jiri Olsa | 1 | -8/+15 |
2016-02-03 | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 4 | -87/+136 |
2016-02-03 | Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 25 | -122/+688 |
2016-02-03 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 30 | -184/+494 |
2016-02-02 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2016-02-01 | perf report: Don't show blank lines if entry has no callchain | Namhyung Kim | 1 | -1/+4 |
2016-02-01 | perf hists browser: Fix percent display in callchains | Namhyung Kim | 1 | -5/+19 |
2016-02-01 | perf hists browser: Pass parent_total to callchain print functions | Namhyung Kim | 1 | -20/+24 |
2016-02-01 | perf hists browser: Fix dump to show correct callchain style | Namhyung Kim | 1 | -32/+41 |
2016-02-01 | perf report: Fix percent display in callchains on --stdio | Namhyung Kim | 1 | -6/+20 |
2016-02-01 | perf callchain: Pass parent_samples to __callchain__fprintf_graph() | Namhyung Kim | 1 | -6/+13 |
2016-02-01 | perf report: Get rid of hist_entry__callchain_fprintf() | Namhyung Kim | 1 | -25/+2 |
2016-02-01 | perf report: Apply --percent-limit to callchains also | Namhyung Kim | 1 | -2/+7 |
2016-02-01 | perf hists: Update hists' total period when adding entries | Namhyung Kim | 1 | -2/+9 |
2016-02-01 | perf hists: Fix min callchain hits calculation | Namhyung Kim | 1 | -2/+11 |
2016-02-01 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+138 |
2016-02-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -22/+75 |
2016-01-31 | phys_to_pfn_t: use phys_addr_t | Dan Williams | 1 | -1/+1 |
2016-01-29 | perf build: Align the names of the build tests: | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2016-01-29 | perf kvm/powerpc: Add support for HCALL reasons | Hemant Kumar | 2 | -1/+187 |
2016-01-29 | perf kvm/powerpc: Port perf kvm stat to powerpc | Hemant Kumar | 6 | -0/+162 |
2016-01-29 | perf kvm/{x86,s390}: Remove const from kvm_events_tp | Hemant Kumar | 3 | -3/+3 |
2016-01-29 | perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h | Hemant Kumar | 4 | -14/+33 |
2016-01-29 | perf record: Use OPT_BOOLEAN_SET for buildid cache related options | Wang Nan | 1 | -4/+8 |
2016-01-29 | perf tools: Move timestamp creation to util | Wang Nan | 3 | -13/+19 |
2016-01-29 | perf test: Improve bp_signal | Wang Nan | 1 | -22/+118 |
2016-01-29 | perf test: Check environment before start real BPF test | Wang Nan | 1 | -0/+37 |
2016-01-29 | perf buildid: Fix cpumode of buildid event | Wang Nan | 1 | -1/+5 |
2016-01-29 | perf auxtrace: Add perf_evlist pointer to *info_priv_size() | Mathieu Poirier | 4 | -7/+14 |
2016-01-29 | perf tools: Speed up build-tests by reducing the number of builds tested | Arnaldo Carvalho de Melo | 1 | -2/+9 |
2016-01-29 | perf build: Use feature dump file for build-test | Wang Nan | 2 | -1/+34 |
2016-01-29 | perf build: Remove all condition feature check {C,LD}FLAGS | Wang Nan | 1 | -54/+47 |
2016-01-29 | perf build: Fix feature-dump checks, we need to test all features | Jiri Olsa | 1 | -0/+8 |
2016-01-27 | tools build: Check basic headers for test-compile feature checker | Wang Nan | 1 | -0/+2 |
2016-01-26 | perf cpumap: Auto initialize cpu__max_{node,cpu} | Arnaldo Carvalho de Melo | 2 | -29/+33 |
2016-01-26 | perf hists browser: Skip scripting when perf.data file not available | Namhyung Kim | 1 | -0/+4 |