- 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
- 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- b0e5a05 perf lock: Don't free "lock_seq_stat" if read_count isn't zero by Leo Yan · 4 years, 2 months ago
- e24a87b perf lock: Correct field name "flags" by Leo Yan · 4 years, 2 months ago
- 3d65581 perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- efc0cdc perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 8284bbe perf tools: Remove unneeded semicolons by Zou Wei · 4 years, 8 months ago
- 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
- fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
- 7ae811b perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 5 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
- 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
- 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
- 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
- a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
- 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
- b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
- b40e361 perf lock: Make 'f' part of the common 'lock_options' by Arnaldo Carvalho de Melo · 8 years ago
- 249eed5 perf lock: Subcommands should include common options by Changbin Du · 8 years ago
- f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
- 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
- b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
- c4ac732 perf lock: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
- b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
- 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
- 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
- 6fd6c6b perf lock: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
- 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
- a2368c3 perf lock: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 11 years ago
- 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
- b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
- f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
- f37376c perf lock: Account for lock average wait time by Davidlohr Bueso · 11 years ago
- 60a25cb perf lock: Limit bad rate precision by Davidlohr Bueso · 11 years ago
- 375eb2b perf lock: Redo __cmd_report by Davidlohr Bueso · 11 years ago
- 0a98c7f perf lock: Plug some memleaks by Davidlohr Bueso · 11 years ago
- b33492a perf lock: Return proper code in report_lock_*_event by Davidlohr Bueso · 11 years ago
- 02ad070 perf lock: Remove dead code by Davidlohr Bueso · 11 years ago
- 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
- 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 12 years ago
- 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
- c75d98a perf lock: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
- 746f16e perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlers by Arnaldo Carvalho de Melo · 12 years ago
- 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
- 33d6aef perf lock: Remove use of die and handle errors by David Ahern · 12 years ago
- d25dcba perf lock record: improve message when tracepoints are not enabled by David Ahern · 12 years ago
- 01d9552 perf lock: Use evsel->tp_format and perf_sample by Arnaldo Carvalho de Melo · 12 years ago
- fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
- da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 13 years ago
- aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 13 years ago
- d1eec3e perf lock: Document lock info subcommand by Namhyung Kim · 13 years ago
- efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
- 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
- 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
- d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
- cf8dc9f perf lock: Dropping unsupported ':r' modifier by Zhu Yanhai · 13 years ago
- 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
- 9df03ab perf lock: Fix sorting by wait_min by Marcin Slusarz · 14 years ago
- 9826e83 perf lock: Document valid sort keys by Marcin Slusarz · 14 years ago
- 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
- 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
- 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
- 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
- ce47dc5 perf tools: Catch a few uncheck calloc/malloc's by Chris Samuel · 14 years ago
- 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
- 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
- 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 15 years ago
- 76ba7e8 perf lock: Drop "-a" option from cmd_record() default arguments set by Hitoshi Mitake · 15 years ago
- 90c0e5f perf lock: Always check min AND max wait time by Frederic Weisbecker · 15 years ago
- 5efe08c perf: Fix perf lock bad rate by Frederic Weisbecker · 15 years ago
- 84c7a21 perf: Humanize lock flags in perf lock by Frederic Weisbecker · 15 years ago
- 10350ec perf: Cleanup perf lock broken states by Frederic Weisbecker · 15 years ago
- 26242d8 perf lock: Add "info" subcommand for dumping misc information by Hitoshi Mitake · 15 years ago
- 454c407 perf: add perf-inject builtin by Tom Zanussi · 15 years ago
- c61e52e perf: Generalize perf lock's sample event reordering to the session layer by Frederic Weisbecker · 15 years ago
- e4cef1f perf lock: Fix state machine to recognize lock sequence by Hitoshi Mitake · 15 years ago
- c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
- b67577d perf lock: Drop the buffers multiplexing dependency by Frederic Weisbecker · 15 years ago
- 59f411b perf lock: Clean up various details by Ingo Molnar · 15 years ago
- 9b5e350 perf lock: Introduce new tool "perf lock", for analyzing lock statistics by Hitoshi Mitake · 15 years ago