summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf tools: Add core support for sampling intr machine state regsStephane Eranian2014-11-161-1/+45
* perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa2014-11-061-2/+0
* perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo2014-10-171-0/+1
* perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo2014-10-171-5/+5
* perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2014-10-141-3/+3
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-11/+0
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-141-0/+1
* perf evsel: SubclassingArnaldo Carvalho de Melo2014-10-141-2/+46
* perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-261-6/+5
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-151-2/+5
* perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter2014-08-131-1/+2
* perf evlist: Add 'system_wide' optionAdrian Hunter2014-08-131-5/+26
* perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa2014-08-121-0/+6
* perf record: Honour --no-time command line optionAndi Kleen2014-08-121-3/+6
* perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud2014-07-181-3/+9
* perf evsel: Add 'immediate' optionAdrian Hunter2014-07-161-0/+5
* perf evsel: Add 'no_aux_samples' optionAdrian Hunter2014-07-161-3/+3
* perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter2014-07-161-1/+2
* perf record: Fix to honor user freq/interval properlyNamhyung Kim2014-06-121-2/+2
* Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus2014-06-091-0/+1
* perf evsel: Update function names in debug messagesRamkumar Ramachandra2014-03-181-2/+2
* perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa2014-03-111-11/+30
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-6/+7
* perf tools: Add call-graph option support into .perfconfigJiri Olsa2014-02-181-1/+1
* perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa2014-02-181-1/+1
* perf evsel: Remove duplicate member zeroing after freeStephane Eranian2014-01-201-1/+0
* perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo2014-01-141-1/+1
* perf record: Add --initial-delay optionAndi Kleen2014-01-131-1/+2
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-4/+4
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-4/+2
* perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo2013-12-191-2/+1
* tools/: Convert to new topic librariesBorislav Petkov2013-12-161-1/+1
* perf tools: Add trace-event global object for tracepoint interfaceJiri Olsa2013-12-041-42/+2
* tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa2013-12-041-1/+1
* perf record: Make per-cpu mmaps the default.Adrian Hunter2013-11-271-2/+3
* tools/perf/stat: Add event unit and scale supportStephane Eranian2013-11-271-0/+2
* perf record: Add an option to force per-cpu mmapsAdrian Hunter2013-11-141-2/+2
* perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo2013-11-121-5/+4
* perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo2013-11-111-2/+2
* perf evsel: Synthesize PERF_SAMPLE_TRANSACTIONAdrian Hunter2013-11-041-0/+8
* perf evsel: Add missing overflow check for TRANSACTIONAdrian Hunter2013-11-041-0/+1
* perf evsel: Always use perf_evsel__set_sample_bit()Adrian Hunter2013-11-041-3/+3
* perf evsel: Add a debug print if perf_event_open failsAdrian Hunter2013-11-041-0/+2
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-1/+0
|\
| * perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-171-1/+0
* | perf evsel: Add missing decrement in id sample parsingAdrian Hunter2013-10-211-0/+1
* | perf evsel: Add missing 'mmap2' from debug printAdrian Hunter2013-10-181-0/+1
* | perf evlist: Fix perf_evlist__mmap_read event overflowJiri Olsa2013-10-111-0/+3
* | tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-0/+9
|/
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-4/+12