summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools include uapi: Grab a copy of linux/kvm.hArnaldo Carvalho de Melo2017-08-012-0/+2
* perf trace beautify ioctl: Beautify sound ioctl's 'cmd' argArnaldo Carvalho de Melo2017-08-014-7/+63
* tools include uapi: Grab a copy of sound/asound.hArnaldo Carvalho de Melo2017-08-012-0/+2
* perf trace beauty ioctl: Beautify DRM ioctl cmdsArnaldo Carvalho de Melo2017-08-013-3/+40
* tools include uapi: Grab copies of drm/{drm,i915_drm}.hArnaldo Carvalho de Melo2017-08-012-0/+4
* perf trace beauty ioctl: Improve 'cmd' beautifierArnaldo Carvalho de Melo2017-08-014-43/+95
* tools perf: Do not check spaces/blank lines when checking header file copy driftArnaldo Carvalho de Melo2017-08-011-5/+5
* tools include uapi: Grab a copy of asm-generic/ioctls.hArnaldo Carvalho de Melo2017-08-012-0/+2
* perf build: Clarify open-coded header version warning messageIngo Molnar2017-07-311-1/+1
* perf build: Clarify header version warning messageIngo Molnar2017-07-311-1/+1
* Merge tag 'perf-core-for-mingo-4.14-20170728' of git://git.kernel.org/pub/scm...Ingo Molnar2017-07-3013-32/+334
|\
| * perf data: Add doc when no conversion support compiledGeneviève Bastien2017-07-281-1/+1
| * perf data: Add mmap[2] events to CTF conversionGeneviève Bastien2017-07-281-0/+35
| * perf data: Add callchain to CTF conversionGeneviève Bastien2017-07-281-1/+91
| * perf annotate TUI: Set appropriate column width for period/percentArnaldo Carvalho de Melo2017-07-281-4/+6
| * perf annotate TUI: Fix column header when toggling period/percentTaeung Song2017-07-281-1/+1
| * perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo2017-07-281-9/+11
| * perf annotate TUI: Fix --show-total-periodTaeung Song2017-07-281-1/+1
| * perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo2017-07-281-4/+4
| * perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo2017-07-281-2/+3
| * perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo2017-07-261-3/+3
| * perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros2017-07-262-1/+6
| * perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo2017-07-261-2/+0
| * perf stat: Use group read for event groupsJiri Olsa2017-07-263-3/+38
| * perf evsel: Add read_counter()Jiri Olsa2017-07-264-2/+109
| * perf tools: Add perf_evsel__read_size functionJiri Olsa2017-07-261-1/+28
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-301-1/+1
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-213-5/+7
| |\
| * | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-1/+1
* | | perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFESTArnaldo Carvalho de Melo2017-07-261-0/+1
* | | perf annotate stdio: Fix column header when using --show-total-periodTaeung Song2017-07-261-1/+2
* | | perf jevents: Make build fail on JSON parse errorAndi Kleen2017-07-262-11/+14
* | | perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-262-48/+111
* | | perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-264-9/+25
* | | perf script python: Generate hooks with additional argumentArun Kalyanasundaram2017-07-261-4/+18
* | | perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram2017-07-261-1/+40
* | | perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-261-0/+51
* | | perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-261-41/+53
* | | perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-261-16/+22
* | | perf script: Remove some bogus error handlingDan Carpenter2017-07-261-6/+1
* | | perf top: Support lookup of symbols in other mount namespaces.Krister Johansen2017-07-262-0/+19
* | | perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa2017-07-251-0/+8
* | | perf jvmti: Fix linker error when libelf config is disabledSudeep Holla2017-07-251-1/+1
* | | perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros2017-07-251-0/+1
* | | perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefileDavid Carrillo-Cisneros2017-07-251-1/+7
* | | perf cgroup: Fix refcount usageArnaldo Carvalho de Melo2017-07-251-3/+5
* | | perf report: Fix kernel symbol adjustment for s390xThomas Richter2017-07-252-0/+23
* | | perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-251-1/+1
* | | perf annotate: Do not overwrite sample->periodTaeung Song2017-07-211-1/+0
* | | perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-212-5/+13