summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf session: Fix perf_session__peek_event()Adrian Hunter2015-05-271-3/+3
* | perf build: Fix libunwind feature detection on 32-bit x86Adrian Hunter2015-05-271-1/+1
* | perf tools: Fix parse_events_error dereferencesAdrian Hunter2015-05-272-2/+6
* | perf tools: Fix function declarations needed by parse-events.yAdrian Hunter2015-05-272-8/+14
* | perf tools: Separate the tests and tools in installationNam T. Nguyen2015-05-271-1/+5
* | perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo2015-05-181-0/+1
* | perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan2015-05-181-0/+1
* | perf tools: Protect dso cache fd with a mutexNamhyung Kim2015-05-181-26/+72
* | perf symbols: Protect dso cache tree using dso->lockNamhyung Kim2015-05-181-7/+27
* | perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-183-10/+27
* | perf tools: Introduce copyfile_offset() functionNamhyung Kim2015-05-182-9/+30
* | perf tools: Add rm_rf() utility functionNamhyung Kim2015-05-182-0/+44
* | perf tools: Elliminate alignment holesArnaldo Carvalho de Melo2015-05-184-6/+6
* | perf probe: Load map before glob matchingWang Nan2015-05-181-0/+3
* | perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa2015-05-151-2/+2
* | perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa2015-05-151-4/+4
* | perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-152-8/+6
* | perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo2015-05-152-7/+8
* | perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo2015-05-151-1/+1
* | perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo2015-05-153-10/+12
* | perf tools: Make flex/bison calls honour V=1Jiri Olsa2015-05-141-4/+4
* | perf trace: Fix the build on older distrosArnaldo Carvalho de Melo2015-05-141-1/+28
* | perf report: Fix some option handling on --stdioNamhyung Kim2015-05-143-7/+0
* | perf probe: Ignore tail calls to probed functionsNaveen N. Rao2015-05-143-3/+50
* | perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo2015-05-121-5/+12
* | perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo2015-05-121-4/+4
* | perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo2015-05-122-6/+15
* | perf report: Do not restrict -T option by other optionsNamhyung Kim2015-05-121-7/+6
* | perf tests: Fix to get negative exit codesHe Kuang2015-05-121-1/+1
* | perf probe: Show better error message when failed to find variableHe Kuang2015-05-121-4/+6
* | perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-125-13/+170
* | perf probe: Remove length limitation for showing available variablesHe Kuang2015-05-123-37/+34
* | perf trace: Removed duplicated NULL testHe Kuang2015-05-121-2/+1
* | perf report: Force tty output if -T/--thread option is givenNamhyung Kim2015-05-121-2/+2
* | perf tools: Document relation of per-thread event count featureNamhyung Kim2015-05-122-2/+4
* | perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo2015-05-121-1/+1
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-118-16/+35
|\ \ | |/
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-068-43/+62
| |\
| | * perf probe: Fix segfault if passed with ''.Wang Nan2015-05-051-0/+2
| | * perf report: Fix -T/--threads option to work againNamhyung Kim2015-05-011-1/+1
| | * perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek2015-04-271-0/+8
| | * perf bench numa: Fixes of --quiet argumentPetr Holasek2015-04-271-2/+2
| | * perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso2015-04-271-7/+8
| | * perf probe: Fix bug with global variables handlingHe Kuang2015-04-271-1/+3
| | * perf top: Fix a segfault when kernel map is restricted.Wang Nan2015-04-271-1/+1
| | * perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-241-27/+27
| | * perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon2015-04-231-2/+2
| | * perf trace: Disable events and drain events when forked workload endsArnaldo Carvalho de Melo2015-04-231-0/+5
| | * perf trace: Enable events when doing system wide tracing and starting a workloadArnaldo Carvalho de Melo2015-04-231-2/+3
* | | perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao2015-05-081-0/+4
OpenPOWER on IntegriCloud