summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian1-1/+9
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian7-0/+295
2013-04-01perf report: Add support for mem access profilingStephane Eranian1-4/+131
2013-04-01perf record: Add support for mem access profilingStephane Eranian1-0/+3
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian10-10/+525
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen17-22/+110
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian2-0/+4
2013-04-01perf/x86: Add support for PEBS Precise StoreStephane Eranian3-2/+54
2013-04-01perf/x86: Export PEBS load latency threshold register to sysfsStephane Eranian1-0/+3
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian5-10/+178
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian3-2/+74
2013-04-01perf/core: Add weighted samplesAndi Kleen3-1/+13
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian6-7/+16
2013-03-26perf/x86: Improve sysfs event mapping with event stringStephane Eranian3-8/+30
2013-03-26perf/x86: Support CPU specific sysfs eventsAndi Kleen2-0/+35
2013-03-26perf report: Add --no-demangle optionNamhyung Kim5-4/+15
2013-03-25perf stat: Add per-core aggregationStephane Eranian4-3/+92
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian2-3/+3
2013-03-25perf stat: Refactor aggregation codeStephane Eranian2-100/+147
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim1-9/+4
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim1-15/+29
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim1-23/+57
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim1-33/+67
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim2-19/+31
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim1-42/+72
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim2-55/+127
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim1-18/+30
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim1-3/+22
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim5-10/+0
2013-03-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar75-788/+1432
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar605-2890/+6467
2013-03-18perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim4-0/+125
2013-03-18perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo1-24/+43
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim1-1/+1
2013-03-18perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity eventStephane Eranian1-0/+4
2013-03-18kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2-1/+5
2013-03-18kprobes: Make hash_64() as always inlinedMasami Hiramatsu1-1/+2
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar7-7/+53
2013-03-18Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar4-21/+78
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim1-2/+5
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim1-0/+1
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt4-6/+48
2013-03-15perf test: Add test case for checking number of EXIT eventsNamhyung Kim4-0/+129
2013-03-15perf tests: Fixup return path of perf record test caseNamhyung Kim1-1/+3
2013-03-15perf tests: Fixup return path of open-syscall-tp-fields test caseNamhyung Kim1-2/+6
2013-03-15perf record: Fixup return path of cmd_record()Namhyung Kim1-1/+4
2013-03-15perf trace: Free evlist resources properly on return pathNamhyung Kim1-5/+11
2013-03-15perf evlist: Introduce perf_evlist__close()Namhyung Kim2-7/+13
2013-03-15perf evsel: Cleanup perf_evsel__exit()Namhyung Kim1-3/+2
2013-03-15perf tests: Test breakpoint overflow signal handler countsJiri Olsa4-0/+132