summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra
2015-04-08perf record: Add clockid parameterPeter Zijlstra
2015-03-26perf timechart: Fix SIBGUS error on sparc64David Ahern
2015-02-25perf record: Support recording running/enabled timeAndi Kleen
2015-02-18perf tools: Enable LBR call stack supportKan Liang
2015-01-29perf evsel: Set attr.task bit for a tracking eventNamhyung Kim
2015-01-28perf evsel: Don't rely on malloc working for sz 0Vineet Gupta
2014-12-01perf tools: Remove perf_evsel__read interfaceJiri Olsa
2014-11-24perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa
2014-11-24perf evsel: Introduce perf_counts_values__scale functionJiri Olsa
2014-11-24perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa
2014-11-19perf evsel: Fix ftrace:function event recordingJiri Olsa
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian
2014-11-06perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo
2014-10-14perf evsel: Make some exit routines staticArnaldo Carvalho de Melo
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo
2014-10-14perf evsel: SubclassingArnaldo Carvalho de Melo
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu
2014-08-13perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter
2014-08-13perf evlist: Add 'system_wide' optionAdrian Hunter
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa
2014-08-12perf record: Honour --no-time command line optionAndi Kleen
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud
2014-07-16perf evsel: Add 'immediate' optionAdrian Hunter
2014-07-16perf evsel: Add 'no_aux_samples' optionAdrian Hunter
2014-07-16perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter
2014-06-12perf record: Fix to honor user freq/interval properlyNamhyung Kim
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus
2014-03-18perf evsel: Update function names in debug messagesRamkumar Ramachandra
2014-03-11perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa
2014-02-18perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian
2014-01-14perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo
2014-01-13perf record: Add --initial-delay optionAndi Kleen
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo
2013-12-16tools/: Convert to new topic librariesBorislav Petkov
2013-12-04perf tools: Add trace-event global object for tracepoint interfaceJiri Olsa
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter
2013-11-27tools/perf/stat: Add event unit and scale supportStephane Eranian
2013-11-14perf record: Add an option to force per-cpu mmapsAdrian Hunter
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo