Commit Graph

269 Commits (cc9fa74e2a195f7bab27fbbc4896d2fe3ec32150)

Author SHA1 Message Date
Jiri Olsa 6065210db9 perf tools: Remove event types framework completely 12 years ago
Jiri Olsa 30d350795e perf record: Remove event types pushing 12 years ago
Jiri Olsa 4a4d371a4d perf record: Remove -f/--force option 12 years ago
Jiri Olsa 563aecb2e6 perf record: Remove -A/--append option 12 years ago
David Ahern 804f7ac788 perf record: handle death by SIGTERM 12 years ago
Andi Kleen 05484298cb perf tools: Add support for weight v7 (modified) 12 years ago
Namhyung Kim 62baca8aed perf tools: Get rid of redundant _FILE_OFFSET_BITS definition 12 years ago
Namhyung Kim 8fa60e1fba perf record: Fixup return path of cmd_record() 12 years ago
Namhyung Kim 55e162ea76 perf evlist: Add want_signal parameter to perf_evlist__prepare_workload() 12 years ago
Namhyung Kim 119fa3c922 perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload() 12 years ago
Namhyung Kim 6ef73ec449 perf evlist: Pass struct perf_target to perf_evlist__prepare_workload() 12 years ago
Namhyung Kim 334fe7a3c6 perf evlist: Remove cpus and threads arguments from perf_evlist__new() 12 years ago
Jiri Olsa e4dd45fe7a perf record: Fix -C option 12 years ago
Namhyung Kim a8bb559bd4 perf header: Add HEADER_GROUP_DESC feature 12 years ago
Arnaldo Carvalho de Melo 34ba5122bf perf machine: Simplify accessing the host machine 12 years ago
Arnaldo Carvalho de Melo 876650e6c3 perf machine: Introduce struct machines 12 years ago
Arnaldo Carvalho de Melo 7e383de425 perf record: Don't pass host machine to guest synthesizer 12 years ago
Arnaldo Carvalho de Melo 56e52e8536 perf evsel: Introduce perf_evsel__open_strerror method 12 years ago
Arnaldo Carvalho de Melo c0a54341c0 perf evsel: Introduce event fallback method 12 years ago
Arnaldo Carvalho de Melo 594ac61ad3 perf evsel: Do missing feature fallbacks in just one place 12 years ago
Arnaldo Carvalho de Melo 75d9a10854 perf record: Export the callchain parsing routine and help 12 years ago
Arnaldo Carvalho de Melo c5ff78c309 perf record: Pass perf_record_opts to the callchain cmdline parsing callback 12 years ago
Arnaldo Carvalho de Melo f77a951826 perf evlist: Set the leader in the perf_evlist__config method 12 years ago
Arnaldo Carvalho de Melo 7be5ebe876 perf evsel: Update sample_size when setting sample_type bits 12 years ago
Jiri Olsa 2711926a41 perf tools: Ensure single disable call per event in record comand 12 years ago
Jiri Olsa 774cb499ca perf tools: Fix 'disabled' attribute config for record command 12 years ago
Jiri Olsa cac2142557 perf tools: Fix attributes for '{}' defined event groups 12 years ago
Jiri Olsa 0089fa9831 perf record: Fix mmap error output condition 12 years ago
David Ahern 2305c82fb3 perf tools: Give user better message if precise is not supported 12 years ago
Bernhard Rosenkraenzer 78da39faf7 perf tools: Add on_exit implementation 13 years ago
Arnaldo Carvalho de Melo 61eaa3be15 perf record: Don't use globals where not needed to 13 years ago
Namhyung Kim 95485b1cda perf tools: Convert to LIBUNWIND_SUPPORT 13 years ago
Arnaldo Carvalho de Melo 1491a63218 perf evlist: Renane set_filters method to apply_filters 13 years ago
Stephane Eranian 1863fbbb78 perf record: Print event causing perf_event_open() to fail 13 years ago
Irina Tirdea 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
David Ahern 8d3eca20b9 perf record: Remove use of die/exit 13 years ago
Arnaldo Carvalho de Melo 0c21f736e0 perf evlist: Introduce evsel list accessors 13 years ago
Arnaldo Carvalho de Melo 63dab225f3 perf evlist: Rename __group method to __set_leader 13 years ago
Jiri Olsa 6a4bb04caa perf tools: Enable grouping logic for parsed events 13 years ago
Jiri Olsa 26d330226b perf tools: Support for DWARF mode callchain 13 years ago
David Ahern 56e6f602aa perf tool: Save cmdline from user in file header vs what is passed to record 13 years ago
Arnaldo Carvalho de Melo 7b56cce271 perf session: Use perf_evlist__id_hdr_size more extensively 13 years ago
Arnaldo Carvalho de Melo 7289f83cce perf tools: Move all users of event_name to perf_evsel__name 13 years ago
Namhyung Kim 3780f4883b perf tools: Convert critical messages to ui__error() 13 years ago
Arnaldo Carvalho de Melo 447a6013e9 perf tools: Bump default sample freq to 4 kHz 13 years ago
Stephane Eranian 2eeaaa095d perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA 13 years ago
Namhyung Kim d1cb9fce92 perf target: Add uses_mmap field 13 years ago
David Ahern d1cae34d6f perf record: Reset event name when falling back to cpu-clock 13 years ago
David Ahern 028d455b12 perf record: Fix fallback to cpu-clock on ppc 13 years ago
Namhyung Kim d67356e7f8 perf target: Consolidate target task/cpu checking 13 years ago